Searched refs:ca_caps (Results 1 – 5 of 5) sorted by relevance
83 struct ca_caps { struct121 #define CA_GET_CAP _IOR('o', 129, struct ca_caps)133 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_obj(struct ca_caps); in dst_ca_ioctl()
46 struct ca_caps *cap = arg; in fdtv_ca_get_caps()
1379 struct ca_caps *caps = parg; in dvb_ca_en50221_io_do_ioctl()