Searched refs:p_ca_message (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/media/pci/bt8xx/
H A Ddst_ca.c243 static int ca_get_slot_descr(struct dst_state *state, struct ca_msg *p_ca_message, void __user *arg) argument
289 static int ca_get_message(struct dst_state *state, struct ca_msg *p_ca_message, void __user *arg) argument
294 if (copy_from_user(p_ca_message, arg, sizeof (struct ca_msg)))
298 3, p_ca_message->msg);
301 command = command | p_ca_message->msg[i];
309 memcpy(p_ca_message->msg, state->messages, 128);
310 if (copy_to_user(arg, p_ca_message, sizeof (struct ca_msg)) )
314 memcpy(p_ca_message->msg, state->messages, 128);
315 if (copy_to_user(arg, p_ca_message, sizeof (struct ca_msg)) )
323 static int handle_dst_tag(struct dst_state *state, struct ca_msg *p_ca_message, struc argument
398 ca_set_pmt(struct dst_state *state, struct ca_msg *p_ca_message, struct ca_msg *hw_buffer, u8 reply, u8 query) argument
419 dst_check_ca_pmt(struct dst_state *state, struct ca_msg *p_ca_message, struct ca_msg *hw_buffer) argument
450 ca_send_message(struct dst_state *state, struct ca_msg *p_ca_message, void __user *arg) argument
531 struct ca_msg *p_ca_message; local
[all...]

Completed in 77 milliseconds