Searched refs:ca_msg (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/include/uapi/linux/dvb/ |
D | ca.h | 115 struct ca_msg { struct 139 #define CA_GET_MSG _IOR('o', 132, struct ca_msg) argument 140 #define CA_SEND_MSG _IOW('o', 133, struct ca_msg) 149 typedef struct ca_msg ca_msg_t;
|
/Linux-v4.19/drivers/media/pci/bt8xx/ |
D | dst_ca.c | 255 static int ca_get_slot_descr(struct dst_state *state, struct ca_msg *p_ca_message, void __user *arg) in ca_get_slot_descr() 301 static int ca_get_message(struct dst_state *state, struct ca_msg *p_ca_message, void __user *arg) in ca_get_message() 306 if (copy_from_user(p_ca_message, arg, sizeof (struct ca_msg))) in ca_get_message() 322 if (copy_to_user(arg, p_ca_message, sizeof (struct ca_msg)) ) in ca_get_message() 327 if (copy_to_user(arg, p_ca_message, sizeof (struct ca_msg)) ) in ca_get_message() 335 static int handle_dst_tag(struct dst_state *state, struct ca_msg *p_ca_message, struct ca_msg *hw_b… in handle_dst_tag() 363 static int write_to_8820(struct dst_state *state, struct ca_msg *hw_buffer, u8 length, u8 reply) in write_to_8820() 410 static int ca_set_pmt(struct dst_state *state, struct ca_msg *p_ca_message, struct ca_msg *hw_buffe… in ca_set_pmt() 431 static int dst_check_ca_pmt(struct dst_state *state, struct ca_msg *p_ca_message, struct ca_msg *hw… in dst_check_ca_pmt() 462 static int ca_send_message(struct dst_state *state, struct ca_msg *p_ca_message, void __user *arg) in ca_send_message() [all …]
|
/Linux-v4.19/drivers/media/firewire/ |
D | firedtv-ci.c | 79 struct ca_msg *reply = arg; in fdtv_ca_app_info() 86 struct ca_msg *reply = arg; in fdtv_ca_info() 93 struct ca_msg *reply = arg; in fdtv_ca_get_mmi() 128 struct ca_msg *msg = arg; in fdtv_ca_pmt() 147 struct ca_msg *msg = arg; in fdtv_ca_send_msg()
|
/Linux-v4.19/Documentation/media/uapi/dvb/ |
D | ca-send-msg.rst | 18 .. c:function:: int ioctl(fd, CA_SEND_MSG, struct ca_msg *msg) 29 Pointer to struct :c:type:`ca_msg`.
|
D | ca-get-msg.rst | 18 .. c:function:: int ioctl(fd, CA_GET_MSG, struct ca_msg *msg) 29 Pointer to struct :c:type:`ca_msg`.
|
/Linux-v4.19/Documentation/media/ |
D | ca.h.rst.exceptions | 22 replace typedef ca_msg_t :c:type:`ca_msg`
|
/Linux-v4.19/Documentation/media/dvb-drivers/ |
D | ci.rst | 188 typedef struct ca_msg {
|