[go: nahoru, domu]

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

/drivers/media/pci/bt8xx/
H A Ddst_ca.c269 static int ca_get_slot_descr(struct dst_state *state, struct ca_msg *p_ca_message, void __user *arg) argument
315 static int ca_get_message(struct dst_state *state, struct ca_msg *p_ca_message, void __user *arg) argument
320 if (copy_from_user(p_ca_message, arg, sizeof (struct ca_msg)))
323 if (p_ca_message->msg) {
325 3, p_ca_message->msg);
328 command = command | p_ca_message->msg[i];
336 memcpy(p_ca_message->msg, state->messages, 128);
337 if (copy_to_user(arg, p_ca_message, sizeof (struct ca_msg)) )
341 memcpy(p_ca_message->msg, state->messages, 128);
342 if (copy_to_user(arg, p_ca_message, sizeo
351 handle_dst_tag(struct dst_state *state, struct ca_msg *p_ca_message, struct ca_msg *hw_buffer, u32 length) argument
426 ca_set_pmt(struct dst_state *state, struct ca_msg *p_ca_message, struct ca_msg *hw_buffer, u8 reply, u8 query) argument
447 dst_check_ca_pmt(struct dst_state *state, struct ca_msg *p_ca_message, struct ca_msg *hw_buffer) argument
478 ca_send_message(struct dst_state *state, struct ca_msg *p_ca_message, void __user *arg) argument
563 struct ca_msg *p_ca_message; local
[all...]

Completed in 32 milliseconds