Home
last modified time | relevance | path

Searched refs:osd_cmd_t (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/include/uapi/linux/dvb/
Dosd.h130 } osd_cmd_t; typedef
163 #define OSD_SEND_CMD _IOW('o', 160, osd_cmd_t)
/linux-6.12.1/Documentation/userspace-api/media/dvb/
Dlegacy_dvb_osd.rst77 - | Used variables of ``struct`` `osd_cmd_t`_.
312 osd_cmd_t section in OSD Data Types
328 } osd_cmd_t; argument
382 The ``osd_cmd_t`` data type is used with the `OSD_SEND_CMD`_ ioctl. argument
627 int ioctl(int fd, int request = OSD_SEND_CMD, enum osd_cmd_t *cmd)
648 - Pointer to the location of the structure `osd_cmd_t`_ for this
/linux-6.12.1/drivers/staging/media/av7110/
Dav7110_hw.h479 int av7110_osd_cmd(struct av7110 *av7110, osd_cmd_t *dc);
Dav7110_hw.c1028 int av7110_osd_cmd(struct av7110 *av7110, osd_cmd_t *dc) in av7110_osd_cmd()
Dav7110.c673 return av7110_osd_cmd(av7110, (osd_cmd_t *)parg); in dvb_osd_ioctl()