Home
last modified time | relevance | path

Searched refs:ca_slot_info (Results 1 – 10 of 10) sorted by relevance

/linux/Documentation/userspace-api/media/dvb/
H A Dca-get-slot-info.rst20 ``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 Dnet-remove-if.rst40 On success 0 is returned, and :c:type:`ca_slot_info` is filled.
H A Dnet-get-if.rst44 On success 0 is returned, and :c:type:`ca_slot_info` is filled.
H A Dnet-add-if.rst46 On success 0 is returned, and :c:type:`ca_slot_info` is filled.
H A Dfrontend_f_open.rst78 On success 0 is returned, and :c:type:`ca_slot_info` is filled.
H A Dca_high_level.rst35 typedef struct ca_slot_info {
/linux/include/uapi/linux/dvb/
H A Dca.h36 struct ca_slot_info { struct
122 #define CA_GET_SLOT_INFO _IOR('o', 130, struct ca_slot_info)
131 typedef struct ca_slot_info ca_slot_info_t;
/linux/drivers/media/pci/bt8xx/
H A Ddst_ca.c249 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_obj(struct ca_slot_info); in dst_ca_ioctl()
/linux/drivers/media/firewire/
H A Dfiredtv-ci.c58 struct ca_slot_info *slot = arg; in fdtv_ca_get_slot_info()
/linux/drivers/media/dvb-core/
H A Ddvb_ca_en50221.c1389 struct ca_slot_info *info = parg; in dvb_ca_en50221_io_do_ioctl()