Home
last modified time | relevance | path

Searched refs:DTV_IOCTL_MAX_MSGS (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/linux/dvb/
H A Dfrontend.h863 /* num of properties cannot exceed DTV_IOCTL_MAX_MSGS per ioctl */
864 #define DTV_IOCTL_MAX_MSGS 64 macro
/kernel/linux/linux-6.6/include/uapi/linux/dvb/
H A Dfrontend.h912 /* num of properties cannot exceed DTV_IOCTL_MAX_MSGS per ioctl */
913 #define DTV_IOCTL_MAX_MSGS 64 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/dvb/
H A Dfrontend.h346 #define DTV_IOCTL_MAX_MSGS 64 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/dvb/
H A Dfrontend.h346 #define DTV_IOCTL_MAX_MSGS 64 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/dvb/
H A Dfrontend.h333 #define DTV_IOCTL_MAX_MSGS 64 macro
/kernel/linux/linux-5.10/drivers/media/dvb-core/
H A Ddvb_frontend.c2105 if (!tvps->num || (tvps->num > DTV_IOCTL_MAX_MSGS)) in dvb_frontend_handle_compat_ioctl()
2136 if (!tvps->num || (tvps->num > DTV_IOCTL_MAX_MSGS)) in dvb_frontend_handle_compat_ioctl()
2353 if (!tvps->num || tvps->num > DTV_IOCTL_MAX_MSGS) in dvb_get_property()
2431 if (!tvps->num || (tvps->num > DTV_IOCTL_MAX_MSGS)) in dvb_frontend_handle_ioctl()
/kernel/linux/linux-6.6/drivers/media/dvb-core/
H A Ddvb_frontend.c2168 if (!tvps->num || (tvps->num > DTV_IOCTL_MAX_MSGS)) in dvb_frontend_handle_compat_ioctl()
2199 if (!tvps->num || (tvps->num > DTV_IOCTL_MAX_MSGS)) in dvb_frontend_handle_compat_ioctl()
2379 if (!tvps->num || tvps->num > DTV_IOCTL_MAX_MSGS) in dvb_get_property()
2457 if (!tvps->num || (tvps->num > DTV_IOCTL_MAX_MSGS)) in dvb_frontend_handle_ioctl()

Completed in 16 milliseconds