Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/dvb-core/
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()
1546 if (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()
1552 if (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()
[all …]
/Linux-v5.15/include/uapi/linux/dvb/
Dfrontend.h812 #define MAX_DTV_STATS 4 macro
827 struct dtv_stats stat[MAX_DTV_STATS];
/Linux-v5.15/Documentation/userspace-api/media/
Dfrontend.h.rst.exceptions27 ignore define MAX_DTV_STATS