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

/linux-master/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
/linux-master/drivers/media/dvb-core/
H A Ddvb_frontend.c2163 if (!tvps->num || (tvps->num > DTV_IOCTL_MAX_MSGS))
2195 if (!tvps->num || (tvps->num > DTV_IOCTL_MAX_MSGS))
2376 if (!tvps->num || tvps->num > DTV_IOCTL_MAX_MSGS)
2455 if (!tvps->num || (tvps->num > DTV_IOCTL_MAX_MSGS))

Completed in 126 milliseconds