Home
last modified time | relevance | path

Searched refs:ui_cmd (Results 1 – 1 of 1) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dcec-funcs.h1310 __u8 ui_cmd; member
1324 const struct cec_op_ui_command *ui_cmd) in cec_msg_user_control_pressed() argument
1328 msg->msg[2] = ui_cmd->ui_cmd; in cec_msg_user_control_pressed()
1329 if (!ui_cmd->has_opt_arg) in cec_msg_user_control_pressed()
1331 switch (ui_cmd->ui_cmd) { in cec_msg_user_control_pressed()
1340 msg->msg[3] = ui_cmd->play_mode; in cec_msg_user_control_pressed()
1344 msg->msg[3] = (ui_cmd->channel_identifier.channel_number_fmt << 2) | in cec_msg_user_control_pressed()
1345 (ui_cmd->channel_identifier.major >> 8); in cec_msg_user_control_pressed()
1346 msg->msg[4] = ui_cmd->channel_identifier.major & 0xff; in cec_msg_user_control_pressed()
1347 msg->msg[5] = ui_cmd->channel_identifier.minor >> 8; in cec_msg_user_control_pressed()
[all …]