Home
last modified time | relevance | path

Searched refs:MAX_DTV_STATS (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/media/dvb-core/
H A 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 * sizeo in dtv_property_process_get()
[all...]
/kernel/linux/linux-5.10/include/uapi/linux/dvb/
H A Dfrontend.h812 #define MAX_DTV_STATS 4 macro
827 struct dtv_stats stat[MAX_DTV_STATS];
/kernel/linux/linux-6.6/include/uapi/linux/dvb/
H A Dfrontend.h861 #define MAX_DTV_STATS 4 macro
876 struct dtv_stats stat[MAX_DTV_STATS];
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/dvb/
H A Dfrontend.h326 #define MAX_DTV_STATS 4 macro
329 struct dtv_stats stat[MAX_DTV_STATS];
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/dvb/
H A Dfrontend.h326 #define MAX_DTV_STATS 4 macro
329 struct dtv_stats stat[MAX_DTV_STATS];
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/dvb/
H A Dfrontend.h313 #define MAX_DTV_STATS 4 macro
316 struct dtv_stats stat[MAX_DTV_STATS];

Completed in 11 milliseconds