Searched refs:vendor_cmd (Results 1 – 3 of 3) sorted by relevance
69 uint32_t vendor_cmd[0]; member
225 uint32_t vendor_cmd[0]; member
1117 __u8 size, const __u8 *vendor_cmd) in cec_msg_vendor_command() argument1123 memcpy(msg->msg + 2, vendor_cmd, size); in cec_msg_vendor_command()1128 const __u8 **vendor_cmd) in cec_ops_vendor_command() argument1134 *vendor_cmd = msg->msg + 2; in cec_ops_vendor_command()1139 const __u8 *vendor_cmd) in cec_msg_vendor_command_with_id() argument1148 memcpy(msg->msg + 5, vendor_cmd, size); in cec_msg_vendor_command_with_id()1153 const __u8 **vendor_cmd) in cec_ops_vendor_command_with_id() argument1160 *vendor_cmd = msg->msg + 5; in cec_ops_vendor_command_with_id()