Home
last modified time | relevance | path

Searched refs:ca_slot_info (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/
H A Dca.h.rst.exceptions6 # struct ca_slot_info defines
7 replace define CA_CI :c:type:`ca_slot_info`
8 replace define CA_CI_LINK :c:type:`ca_slot_info`
9 replace define CA_CI_PHYS :c:type:`ca_slot_info`
10 replace define CA_DESCR :c:type:`ca_slot_info`
11 replace define CA_SC :c:type:`ca_slot_info`
12 replace define CA_CI_MODULE_PRESENT :c:type:`ca_slot_info`
13 replace define CA_CI_MODULE_READY :c:type:`ca_slot_info`
21 replace typedef ca_slot_info_t :c:type:`ca_slot_info`
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/
H A Dca-get-slot-info.rst20 ``int ioctl(fd, CA_GET_SLOT_INFO, struct ca_slot_info *info)``
29 Pointer to struct :c:type:`ca_slot_info`.
35 :c:type:`ca_slot_info`.slot_num.
40 On success 0 is returned, and :c:type:`ca_slot_info` is filled.
H A Dnet-remove-if.rst40 On success 0 is returned, and :c:type:`ca_slot_info` is filled.
H A Dnet-add-if.rst46 On success 0 is returned, and :c:type:`ca_slot_info` is filled.
H A Dnet-get-if.rst44 On success 0 is returned, and :c:type:`ca_slot_info` is filled.
H A Dfrontend_f_open.rst78 On success 0 is returned, and :c:type:`ca_slot_info` is filled.
H A Dca_high_level.rst35 typedef struct ca_slot_info {
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/dvb/
H A Dca.h51 struct ca_slot_info { struct
137 #define CA_GET_SLOT_INFO _IOR('o', 130, struct ca_slot_info)
145 typedef struct ca_slot_info ca_slot_info_t;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/dvb/
H A Dca.h51 struct ca_slot_info { struct
137 #define CA_GET_SLOT_INFO _IOR('o', 130, struct ca_slot_info)
145 typedef struct ca_slot_info ca_slot_info_t;
/OK3568_Linux_fs/kernel/include/uapi/linux/dvb/
H A Dca.h51 struct ca_slot_info { struct
137 #define CA_GET_SLOT_INFO _IOR('o', 130, struct ca_slot_info)
146 typedef struct ca_slot_info ca_slot_info_t;
/OK3568_Linux_fs/kernel/drivers/media/pci/ttpci/
H A Dav7110_ca.c108 int slots, struct ca_slot_info *slot) in ci_ll_reset()
266 struct ca_slot_info *info=(struct ca_slot_info *)parg; in dvb_ca_ioctl()
275 memcpy(info, &av7110->ci_slot[info->num], sizeof(struct ca_slot_info)); in dvb_ca_ioctl()
H A Dav7110.h169 struct ca_slot_info ci_slot[2];
/OK3568_Linux_fs/kernel/drivers/media/pci/bt8xx/
H A Ddst_ca.c249 static int ca_get_slot_info(struct dst_state *state, struct ca_slot_info *p_ca_slot_info, void __us… in ca_get_slot_info()
282 if (copy_to_user(arg, p_ca_slot_info, sizeof (struct ca_slot_info))) in ca_get_slot_info()
529 struct ca_slot_info *p_ca_slot_info; in dst_ca_ioctl()
539 p_ca_slot_info = kmalloc(sizeof (struct ca_slot_info), GFP_KERNEL); in dst_ca_ioctl()
/OK3568_Linux_fs/kernel/drivers/media/firewire/
H A Dfiredtv-ci.c58 struct ca_slot_info *slot = arg; in fdtv_ca_get_slot_info()
/OK3568_Linux_fs/kernel/drivers/media/dvb-core/
H A Ddvb_ca_en50221.c1379 struct ca_slot_info *info = parg; in dvb_ca_en50221_io_do_ioctl()