Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/dvb-core/
A Ddvb_frontend.c1535 if (tvp->u.buffer.len > MAX_DTV_STATS * sizeof(u32)) in dtv_property_process_get()
1536 tvp->u.buffer.len = MAX_DTV_STATS * sizeof(u32); in dtv_property_process_get()
1541 if (tvp->u.buffer.len > MAX_DTV_STATS * sizeof(u32)) in dtv_property_process_get()
1542 tvp->u.buffer.len = MAX_DTV_STATS * sizeof(u32); in dtv_property_process_get()
1547 if (tvp->u.buffer.len > MAX_DTV_STATS * sizeof(u32)) in dtv_property_process_get()
1548 tvp->u.buffer.len = MAX_DTV_STATS * sizeof(u32); in dtv_property_process_get()
1554 tvp->u.buffer.len = MAX_DTV_STATS * sizeof(u32); in dtv_property_process_get()
1560 tvp->u.buffer.len = MAX_DTV_STATS * sizeof(u32); in dtv_property_process_get()
1566 tvp->u.buffer.len = MAX_DTV_STATS * sizeof(u32); in dtv_property_process_get()
1572 tvp->u.buffer.len = MAX_DTV_STATS * sizeof(u32); in dtv_property_process_get()
[all …]
/linux-6.3-rc2/include/uapi/linux/dvb/
A Dfrontend.h853 #define MAX_DTV_STATS 4 macro
868 struct dtv_stats stat[MAX_DTV_STATS];
/linux-6.3-rc2/Documentation/userspace-api/media/
A Dfrontend.h.rst.exceptions27 ignore define MAX_DTV_STATS

Completed in 10 milliseconds