Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/dvb-core/
Ddvb_frontend.c1543 if (tvp->u.buffer.len > MAX_DTV_STATS * sizeof(u32)) in dtv_property_process_get()
1544 tvp->u.buffer.len = MAX_DTV_STATS * sizeof(u32); in dtv_property_process_get()
1549 if (tvp->u.buffer.len > MAX_DTV_STATS * sizeof(u32)) in dtv_property_process_get()
1550 tvp->u.buffer.len = MAX_DTV_STATS * sizeof(u32); in dtv_property_process_get()
1555 if (tvp->u.buffer.len > MAX_DTV_STATS * sizeof(u32)) in dtv_property_process_get()
1556 tvp->u.buffer.len = MAX_DTV_STATS * sizeof(u32); in dtv_property_process_get()
1561 if (tvp->u.buffer.len > MAX_DTV_STATS * sizeof(u32)) in dtv_property_process_get()
1562 tvp->u.buffer.len = MAX_DTV_STATS * sizeof(u32); in dtv_property_process_get()
1567 if (tvp->u.buffer.len > MAX_DTV_STATS * sizeof(u32)) in dtv_property_process_get()
1568 tvp->u.buffer.len = MAX_DTV_STATS * sizeof(u32); in dtv_property_process_get()
[all …]
/Linux-v6.6/include/uapi/linux/dvb/
Dfrontend.h861 #define MAX_DTV_STATS 4 macro
876 struct dtv_stats stat[MAX_DTV_STATS];
/Linux-v6.6/Documentation/userspace-api/media/
Dfrontend.h.rst.exceptions27 ignore define MAX_DTV_STATS