Searched refs:ca_descr_info (Results 1 – 4 of 4) sorted by relevance
15 # struct ca_descr_info defines16 replace define CA_ECD :c:type:`ca_descr_info`17 replace define CA_NDS :c:type:`ca_descr_info`18 replace define CA_DSS :c:type:`ca_descr_info`22 replace typedef ca_descr_info_t :c:type:`ca_descr_info`
65 struct ca_descr_info { struct123 #define CA_GET_DESCR_INFO _IOR('o', 131, struct ca_descr_info)132 typedef struct ca_descr_info ca_descr_info_t;
20 ``int ioctl(fd, CA_GET_DESCR_INFO, struct ca_descr_info *desc)``29 Pointer to struct :c:type:`ca_descr_info`.39 On success 0 is returned, and :c:type:`ca_descr_info` is filled.
294 struct ca_descr_info info; in dvb_ca_ioctl()