ca_msg 75 drivers/media/firewire/firedtv-ci.c struct ca_msg *reply = arg; ca_msg 82 drivers/media/firewire/firedtv-ci.c struct ca_msg *reply = arg; ca_msg 89 drivers/media/firewire/firedtv-ci.c struct ca_msg *reply = arg; ca_msg 124 drivers/media/firewire/firedtv-ci.c struct ca_msg *msg = arg; ca_msg 143 drivers/media/firewire/firedtv-ci.c struct ca_msg *msg = arg; ca_msg 243 drivers/media/pci/bt8xx/dst_ca.c static int ca_get_slot_descr(struct dst_state *state, struct ca_msg *p_ca_message, void __user *arg) ca_msg 289 drivers/media/pci/bt8xx/dst_ca.c static int ca_get_message(struct dst_state *state, struct ca_msg *p_ca_message, void __user *arg) ca_msg 294 drivers/media/pci/bt8xx/dst_ca.c if (copy_from_user(p_ca_message, arg, sizeof (struct ca_msg))) ca_msg 310 drivers/media/pci/bt8xx/dst_ca.c if (copy_to_user(arg, p_ca_message, sizeof (struct ca_msg)) ) ca_msg 315 drivers/media/pci/bt8xx/dst_ca.c if (copy_to_user(arg, p_ca_message, sizeof (struct ca_msg)) ) ca_msg 323 drivers/media/pci/bt8xx/dst_ca.c static int handle_dst_tag(struct dst_state *state, struct ca_msg *p_ca_message, struct ca_msg *hw_buffer, u32 length) ca_msg 351 drivers/media/pci/bt8xx/dst_ca.c static int write_to_8820(struct dst_state *state, struct ca_msg *hw_buffer, u8 length, u8 reply) ca_msg 398 drivers/media/pci/bt8xx/dst_ca.c static int ca_set_pmt(struct dst_state *state, struct ca_msg *p_ca_message, struct ca_msg *hw_buffer, u8 reply, u8 query) ca_msg 419 drivers/media/pci/bt8xx/dst_ca.c static int dst_check_ca_pmt(struct dst_state *state, struct ca_msg *p_ca_message, struct ca_msg *hw_buffer) ca_msg 450 drivers/media/pci/bt8xx/dst_ca.c static int ca_send_message(struct dst_state *state, struct ca_msg *p_ca_message, void __user *arg) ca_msg 454 drivers/media/pci/bt8xx/dst_ca.c struct ca_msg *hw_buffer; ca_msg 462 drivers/media/pci/bt8xx/dst_ca.c if (copy_from_user(p_ca_message, arg, sizeof (struct ca_msg))) { ca_msg 531 drivers/media/pci/bt8xx/dst_ca.c struct ca_msg *p_ca_message; ca_msg 538 drivers/media/pci/bt8xx/dst_ca.c p_ca_message = kmalloc(sizeof (struct ca_msg), GFP_KERNEL); ca_msg 139 include/uapi/linux/dvb/ca.h #define CA_GET_MSG _IOR('o', 132, struct ca_msg) ca_msg 140 include/uapi/linux/dvb/ca.h #define CA_SEND_MSG _IOW('o', 133, struct ca_msg) ca_msg 149 include/uapi/linux/dvb/ca.h typedef struct ca_msg ca_msg_t;