Searched refs:ui_cmd (Results 1 – 1 of 1) sorted by relevance
1283 __u8 ui_cmd; member1297 const struct cec_op_ui_command *ui_cmd) in cec_msg_user_control_pressed() argument1301 msg->msg[2] = ui_cmd->ui_cmd; in cec_msg_user_control_pressed()1302 if (!ui_cmd->has_opt_arg) in cec_msg_user_control_pressed()1304 switch (ui_cmd->ui_cmd) { in cec_msg_user_control_pressed()1313 msg->msg[3] = ui_cmd->play_mode; in cec_msg_user_control_pressed()1317 msg->msg[3] = (ui_cmd->channel_identifier.channel_number_fmt << 2) | in cec_msg_user_control_pressed()1318 (ui_cmd->channel_identifier.major >> 8); in cec_msg_user_control_pressed()1319 msg->msg[4] = ui_cmd->channel_identifier.major & 0xff; in cec_msg_user_control_pressed()1320 msg->msg[5] = ui_cmd->channel_identifier.minor >> 8; in cec_msg_user_control_pressed()[all …]