Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/dvb/
Dosd.h160 } osd_cap_t; typedef
164 #define OSD_GET_CAPABILITY _IOR('o', 161, osd_cap_t)
/linux-6.12.1/Documentation/userspace-api/media/dvb/
Dlegacy_dvb_osd.rst559 osd_cap_t section in OSD Data Types
571 } osd_cap_t; argument
691 struct osd_cap_t *cap)
717 - Pointer to the location of the structure `osd_cap_t`_ for this
730 The structure osd_cap_t has to be setup by the user and passed to the
/linux-6.12.1/drivers/staging/media/av7110/
Dav7110_hw.h480 int av7110_osd_capability(struct av7110 *av7110, osd_cap_t *cap);
Dav7110_hw.c1178 int av7110_osd_capability(struct av7110 *av7110, osd_cap_t *cap) in av7110_osd_capability()
Dav7110.c675 return av7110_osd_capability(av7110, (osd_cap_t *)parg); in dvb_osd_ioctl()