Home
last modified time | relevance | path

Searched refs:MAX_DTV_STATS (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/dvb-core/
A Ddvb_frontend.c1528 if (tvp->u.buffer.len > MAX_DTV_STATS * sizeof(u32)) in dtv_property_process_get()
1529 tvp->u.buffer.len = MAX_DTV_STATS * sizeof(u32); in dtv_property_process_get()
1534 if (tvp->u.buffer.len > MAX_DTV_STATS * sizeof(u32)) in dtv_property_process_get()
1535 tvp->u.buffer.len = MAX_DTV_STATS * sizeof(u32); in dtv_property_process_get()
1540 if (tvp->u.buffer.len > MAX_DTV_STATS * sizeof(u32)) in dtv_property_process_get()
1541 tvp->u.buffer.len = MAX_DTV_STATS * sizeof(u32); in dtv_property_process_get()
1547 tvp->u.buffer.len = MAX_DTV_STATS * sizeof(u32); in dtv_property_process_get()
1553 tvp->u.buffer.len = MAX_DTV_STATS * sizeof(u32); in dtv_property_process_get()
1559 tvp->u.buffer.len = MAX_DTV_STATS * sizeof(u32); in dtv_property_process_get()
1565 tvp->u.buffer.len = MAX_DTV_STATS * sizeof(u32); in dtv_property_process_get()
[all …]
/linux/include/uapi/linux/dvb/
A Dfrontend.h812 #define MAX_DTV_STATS 4 macro
827 struct dtv_stats stat[MAX_DTV_STATS];
/linux/Documentation/userspace-api/media/
A Dfrontend.h.rst.exceptions27 ignore define MAX_DTV_STATS

Completed in 9 milliseconds