Searched refs:ca_caps (Results 1 – 7 of 7) sorted by relevance
98 struct ca_caps { struct136 #define CA_GET_CAP _IOR('o', 129, struct ca_caps)148 typedef struct ca_caps ca_caps_t;
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.
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()
23 replace typedef ca_caps_t :c:type:`ca_caps`
46 struct ca_caps *cap = arg; in fdtv_ca_get_caps()
253 struct ca_caps cap; in dvb_ca_ioctl()
1371 struct ca_caps *caps = parg; in dvb_ca_en50221_io_do_ioctl()
Completed in 19 milliseconds