Searched refs:p_ca_message (Results 1 – 1 of 1) sorted by relevance
/drivers/media/pci/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() argument 315 static int ca_get_message(struct dst_state *state, struct ca_msg *p_ca_message, void __user *arg) in ca_get_message() argument 320 if (copy_from_user(p_ca_message, arg, sizeof (struct ca_msg))) in ca_get_message() 324 3, p_ca_message->msg); in ca_get_message() 327 command = command | p_ca_message->msg[i]; in ca_get_message() 335 memcpy(p_ca_message->msg, state->messages, 128); in ca_get_message() 336 if (copy_to_user(arg, p_ca_message, sizeof (struct ca_msg)) ) in ca_get_message() 340 memcpy(p_ca_message->msg, state->messages, 128); in ca_get_message() 341 if (copy_to_user(arg, p_ca_message, sizeof (struct ca_msg)) ) in ca_get_message() 349 static int handle_dst_tag(struct dst_state *state, struct ca_msg *p_ca_message, struct ca_msg *hw_b… in handle_dst_tag() argument [all …]
|