Home
last modified time | relevance | path

Searched refs:ca_caps (Results 1 – 4 of 4) sorted by relevance

/linux/include/uapi/linux/dvb/
H A Dca.h83 struct ca_caps { struct
121 #define CA_GET_CAP _IOR('o', 129, struct ca_caps)
133 typedef struct ca_caps ca_caps_t;
/linux/Documentation/userspace-api/media/dvb/
H A Dca-get-cap.rst20 ``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.
/linux/drivers/media/pci/bt8xx/
H A Ddst_ca.c210 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()
/linux/drivers/media/firewire/
H A Dfiredtv-ci.c46 struct ca_caps *cap = arg; in fdtv_ca_get_caps()