Searched refs:p_ca_message (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/media/pci/bt8xx/ |
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() argument 289 static int ca_get_message(struct dst_state *state, struct ca_msg *p_ca_message, void __user *arg) in ca_get_message() argument 294 if (copy_from_user(p_ca_message, arg, sizeof (struct ca_msg))) in ca_get_message() 298 3, p_ca_message->msg); in ca_get_message() 301 command = command | p_ca_message->msg[i]; in ca_get_message() 309 memcpy(p_ca_message->msg, state->messages, 128); in ca_get_message() 310 if (copy_to_user(arg, p_ca_message, sizeof (struct ca_msg)) ) in ca_get_message() 314 memcpy(p_ca_message->msg, state->messages, 128); 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_b… in handle_dst_tag() argument [all …]
|