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