Searched refs:ca_caps (Results 1 – 9 of 9) sorted by relevance
| /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 | 98 struct ca_caps { struct 136 #define CA_GET_CAP _IOR('o', 129, struct ca_caps) 147 typedef struct ca_caps ca_caps_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 | 98 struct ca_caps { struct 136 #define CA_GET_CAP _IOR('o', 129, struct ca_caps) 147 typedef struct ca_caps ca_caps_t;
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/dvb/ |
| H A D | ca.h | 98 struct ca_caps { struct 136 #define CA_GET_CAP _IOR('o', 129, struct ca_caps) 148 typedef struct ca_caps ca_caps_t;
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/ |
| H A D | ca-get-cap.rst | 20 ``int ioctl(fd, CA_GET_CAP, struct ca_caps *caps)`` 29 Pointer to struct :c:type:`ca_caps`. 40 On success 0 is returned and :c:type:`ca_caps` is filled.
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/bt8xx/ |
| H A D | dst_ca.c | 210 static int ca_get_slot_caps(struct dst_state *state, struct ca_caps *p_ca_caps, void __user *arg) in ca_get_slot_caps() 236 if (copy_to_user(arg, p_ca_caps, sizeof (struct ca_caps))) in ca_get_slot_caps() 530 struct ca_caps *p_ca_caps; in dst_ca_ioctl() 540 p_ca_caps = kmalloc(sizeof (struct ca_caps), GFP_KERNEL); in dst_ca_ioctl()
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/ |
| H A D | ca.h.rst.exceptions | 23 replace typedef ca_caps_t :c:type:`ca_caps`
|
| /OK3568_Linux_fs/kernel/drivers/media/firewire/ |
| H A D | firedtv-ci.c | 46 struct ca_caps *cap = arg; in fdtv_ca_get_caps()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ttpci/ |
| H A D | av7110_ca.c | 253 struct ca_caps cap; in dvb_ca_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-core/ |
| H A D | dvb_ca_en50221.c | 1369 struct ca_caps *caps = parg; in dvb_ca_en50221_io_do_ioctl()
|