Home
last modified time | relevance | path

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

/linux/Documentation/userspace-api/media/dvb/
H A Dlegacy_dvb_osd.rst306 The ``OSD_Command`` data type is used with the `OSD_SEND_CMD`_ ioctl to
382 The ``osd_cmd_t`` data type is used with the `OSD_SEND_CMD`_ ioctl.
617 OSD_SEND_CMD section in OSD Function Calls
623 .. c:macro:: OSD_SEND_CMD argument
627 int ioctl(int fd, int request = OSD_SEND_CMD, enum osd_cmd_t *cmd)
/linux/include/uapi/linux/dvb/
H A Dosd.h163 #define OSD_SEND_CMD _IOW('o', 160, osd_cmd_t) macro
/linux/drivers/staging/media/av7110/
H A Dav7110.c672 if (cmd == OSD_SEND_CMD) in dvb_osd_ioctl()