Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Dca-set-descr.rst7 CA_SET_DESCR chapter
13 CA_SET_DESCR
18 .. c:macro:: CA_SET_DESCR
20 ``int ioctl(fd, CA_SET_DESCR, struct ca_descr *desc)``
34 CA_SET_DESCR is used for feeding descrambler CA slots with descrambling
H A Dca.rst17 :ref:`CA_GET_MSG`, :ref:`CA_SEND_MSG` and :ref:`CA_SET_DESCR`.
H A Dca_high_level.rst76 #define CA_SET_DESCR _IOW('o', 134, ca_descr_t)
/openbmc/linux/include/uapi/linux/dvb/
H A Dca.h126 #define CA_SET_DESCR _IOW('o', 134, struct ca_descr) macro
/openbmc/linux/drivers/staging/media/av7110/
H A Dav7110_ca.c295 case CA_SET_DESCR: in dvb_ca_ioctl()