Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/userspace-api/media/dvb/
Dlegacy_dvb_osd.rst24 The installed memory size can be identified with the `OSD_GET_CAPABILITY`_
608 This structure of data used with the `OSD_GET_CAPABILITY`_ call.
680 OSD_GET_CAPABILITY section in OSD Function Calls
686 .. c:macro:: OSD_GET_CAPABILITY argument
690 int ioctl(int fd, int request = OSD_GET_CAPABILITY,
711 - Equals ``OSD_GET_CAPABILITY`` for this command. argument
/linux-6.12.1/include/uapi/linux/dvb/
Dosd.h164 #define OSD_GET_CAPABILITY _IOR('o', 161, osd_cap_t) macro
/linux-6.12.1/drivers/staging/media/av7110/
Dav7110.c674 if (cmd == OSD_GET_CAPABILITY) in dvb_osd_ioctl()