Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/dvb-core/
Ddvb_frontend.c1538 if (tvp->u.buffer.len > MAX_DTV_STATS * sizeof(u32)) in dtv_property_process_get()
1539 tvp->u.buffer.len = MAX_DTV_STATS * sizeof(u32); in dtv_property_process_get()
1544 if (tvp->u.buffer.len > MAX_DTV_STATS * sizeof(u32)) in dtv_property_process_get()
1545 tvp->u.buffer.len = MAX_DTV_STATS * sizeof(u32); in dtv_property_process_get()
1550 if (tvp->u.buffer.len > MAX_DTV_STATS * sizeof(u32)) in dtv_property_process_get()
1551 tvp->u.buffer.len = MAX_DTV_STATS * sizeof(u32); in dtv_property_process_get()
1556 if (tvp->u.buffer.len > MAX_DTV_STATS * sizeof(u32)) in dtv_property_process_get()
1557 tvp->u.buffer.len = MAX_DTV_STATS * sizeof(u32); in dtv_property_process_get()
1562 if (tvp->u.buffer.len > MAX_DTV_STATS * sizeof(u32)) in dtv_property_process_get()
1563 tvp->u.buffer.len = MAX_DTV_STATS * sizeof(u32); in dtv_property_process_get()
[all …]
/linux-6.12.1/include/uapi/linux/dvb/
Dfrontend.h861 #define MAX_DTV_STATS 4 macro
876 struct dtv_stats stat[MAX_DTV_STATS];
/linux-6.12.1/Documentation/userspace-api/media/
Dfrontend.h.rst.exceptions27 ignore define MAX_DTV_STATS