Searched refs:ca_msg (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/media/dvb/bt8xx/ |
D | dst_ca.c | 269 static int ca_get_slot_descr(struct dst_state *state, struct ca_msg *p_ca_message, void __user *arg) in ca_get_slot_descr() 315 static int ca_get_message(struct dst_state *state, struct ca_msg *p_ca_message, void __user *arg) in ca_get_message() 320 if (copy_from_user(p_ca_message, arg, sizeof (struct ca_msg))) in ca_get_message() 336 if (copy_to_user(arg, p_ca_message, sizeof (struct ca_msg)) ) in ca_get_message() 341 if (copy_to_user(arg, p_ca_message, sizeof (struct ca_msg)) ) in ca_get_message() 350 static int handle_dst_tag(struct dst_state *state, struct ca_msg *p_ca_message, struct ca_msg *hw_b… in handle_dst_tag() 378 static int write_to_8820(struct dst_state *state, struct ca_msg *hw_buffer, u8 length, u8 reply) in write_to_8820() 425 static int ca_set_pmt(struct dst_state *state, struct ca_msg *p_ca_message, struct ca_msg *hw_buffe… in ca_set_pmt() 446 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() 477 static int ca_send_message(struct dst_state *state, struct ca_msg *p_ca_message, void __user *arg) in ca_send_message() [all …]
|
/linux-2.6.39/drivers/media/dvb/firewire/ |
D | firedtv-ci.c | 82 struct ca_msg *reply = arg; in fdtv_ca_app_info() 89 struct ca_msg *reply = arg; in fdtv_ca_info() 96 struct ca_msg *reply = arg; in fdtv_ca_get_mmi() 130 struct ca_msg *msg = arg; in fdtv_ca_pmt() 149 struct ca_msg *msg = arg; in fdtv_ca_send_msg()
|
/linux-2.6.39/include/linux/dvb/ |
D | ca.h | 63 typedef struct ca_msg { struct
|
/linux-2.6.39/Documentation/dvb/ |
D | ci.txt | 169 typedef struct ca_msg {
|