Searched refs:ca_slot_info (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/ |
| H A D | ca.h.rst.exceptions | 6 # 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 D | ca-get-slot-info.rst | 20 ``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 D | net-remove-if.rst | 40 On success 0 is returned, and :c:type:`ca_slot_info` is filled.
|
| H A D | net-add-if.rst | 46 On success 0 is returned, and :c:type:`ca_slot_info` is filled.
|
| H A D | net-get-if.rst | 44 On success 0 is returned, and :c:type:`ca_slot_info` is filled.
|
| H A D | frontend_f_open.rst | 78 On success 0 is returned, and :c:type:`ca_slot_info` is filled.
|
| H A D | ca_high_level.rst | 35 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 D | ca.h | 51 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 D | ca.h | 51 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 D | ca.h | 51 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 D | av7110_ca.c | 108 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 D | av7110.h | 169 struct ca_slot_info ci_slot[2];
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/bt8xx/ |
| H A D | dst_ca.c | 249 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 D | firedtv-ci.c | 58 struct ca_slot_info *slot = arg; in fdtv_ca_get_slot_info()
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-core/ |
| H A D | dvb_ca_en50221.c | 1379 struct ca_slot_info *info = parg; in dvb_ca_en50221_io_do_ioctl()
|