/kernel/linux/linux-5.10/include/uapi/linux/dvb/ |
H A D | ca.h | 106 * struct ca_msg - a message to/from a CI-CAM 115 struct ca_msg { struct 139 #define CA_GET_MSG _IOR('o', 132, struct ca_msg) 140 #define CA_SEND_MSG _IOW('o', 133, struct ca_msg) 149 typedef struct ca_msg ca_msg_t;
|
/kernel/linux/linux-6.6/include/uapi/linux/dvb/ |
H A D | ca.h | 91 * struct ca_msg - a message to/from a CI-CAM 100 struct ca_msg { struct 124 #define CA_GET_MSG _IOR('o', 132, struct ca_msg) 125 #define CA_SEND_MSG _IOW('o', 133, struct ca_msg) 134 typedef struct ca_msg ca_msg_t;
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/dvb/ |
H A D | ca.h | 46 struct ca_msg { struct 61 #define CA_GET_MSG _IOR('o', 132, struct ca_msg) 62 #define CA_SEND_MSG _IOW('o', 133, struct ca_msg) 67 typedef struct ca_msg ca_msg_t;
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/dvb/ |
H A D | ca.h | 46 struct ca_msg { struct 61 #define CA_GET_MSG _IOR('o', 132, struct ca_msg) 62 #define CA_SEND_MSG _IOW('o', 133, struct ca_msg) 67 typedef struct ca_msg ca_msg_t;
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/dvb/ |
H A D | ca.h | 33 struct ca_msg { struct 48 #define CA_GET_MSG _IOR('o', 132, struct ca_msg) 49 #define CA_SEND_MSG _IOW('o', 133, struct ca_msg) 55 typedef struct ca_msg ca_msg_t;
|
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/ |
H A D | dst_ca.c | 243 static int ca_get_slot_descr(struct dst_state *state, struct ca_msg *p_ca_message, void __user *arg) in ca_get_slot_descr() 289 static int ca_get_message(struct dst_state *state, struct ca_msg *p_ca_message, void __user *arg) in ca_get_message() 294 if (copy_from_user(p_ca_message, arg, sizeof (struct ca_msg))) in ca_get_message() 310 if (copy_to_user(arg, p_ca_message, sizeof (struct ca_msg)) ) in ca_get_message() 315 if (copy_to_user(arg, p_ca_message, sizeof (struct ca_msg)) ) in ca_get_message() 323 static int handle_dst_tag(struct dst_state *state, struct ca_msg *p_ca_message, struct ca_msg *hw_buffer, u32 length) in handle_dst_tag() 351 static int write_to_8820(struct dst_state *state, struct ca_msg *hw_buffer, u8 length, u8 reply) in write_to_8820() 398 static int ca_set_pmt(struct dst_state *state, struct ca_msg *p_ca_message, struct ca_msg *hw_buffe [all...] |
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/ |
H A D | dst_ca.c | 243 static int ca_get_slot_descr(struct dst_state *state, struct ca_msg *p_ca_message, void __user *arg) in ca_get_slot_descr() 289 static int ca_get_message(struct dst_state *state, struct ca_msg *p_ca_message, void __user *arg) in ca_get_message() 294 if (copy_from_user(p_ca_message, arg, sizeof (struct ca_msg))) in ca_get_message() 310 if (copy_to_user(arg, p_ca_message, sizeof (struct ca_msg)) ) in ca_get_message() 315 if (copy_to_user(arg, p_ca_message, sizeof (struct ca_msg)) ) in ca_get_message() 323 static int handle_dst_tag(struct dst_state *state, struct ca_msg *p_ca_message, struct ca_msg *hw_buffer, u32 length) in handle_dst_tag() 351 static int write_to_8820(struct dst_state *state, struct ca_msg *hw_buffer, u8 length, u8 reply) in write_to_8820() 398 static int ca_set_pmt(struct dst_state *state, struct ca_msg *p_ca_message, struct ca_msg *hw_buffe [all...] |
/kernel/linux/linux-5.10/drivers/media/firewire/ |
H A D | firedtv-ci.c | 75 struct ca_msg *reply = arg; in fdtv_ca_app_info() 82 struct ca_msg *reply = arg; in fdtv_ca_info() 89 struct ca_msg *reply = arg; in fdtv_ca_get_mmi() 124 struct ca_msg *msg = arg; in fdtv_ca_pmt() 145 struct ca_msg *msg = arg; in fdtv_ca_send_msg()
|
/kernel/linux/linux-6.6/drivers/media/firewire/ |
H A D | firedtv-ci.c | 75 struct ca_msg *reply = arg; in fdtv_ca_app_info() 82 struct ca_msg *reply = arg; in fdtv_ca_info() 89 struct ca_msg *reply = arg; in fdtv_ca_get_mmi() 124 struct ca_msg *msg = arg; in fdtv_ca_pmt() 145 struct ca_msg *msg = arg; in fdtv_ca_send_msg()
|