Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/
Dcec-funcs.h1285 __u8 ui_cmd; member
1299 const struct cec_op_ui_command *ui_cmd) in cec_msg_user_control_pressed() argument
1303 msg->msg[2] = ui_cmd->ui_cmd; in cec_msg_user_control_pressed()
1304 if (!ui_cmd->has_opt_arg) in cec_msg_user_control_pressed()
1306 switch (ui_cmd->ui_cmd) { in cec_msg_user_control_pressed()
1315 msg->msg[3] = ui_cmd->play_mode; in cec_msg_user_control_pressed()
1319 msg->msg[3] = (ui_cmd->channel_identifier.channel_number_fmt << 2) | in cec_msg_user_control_pressed()
1320 (ui_cmd->channel_identifier.major >> 8); in cec_msg_user_control_pressed()
1321 msg->msg[4] = ui_cmd->channel_identifier.major & 0xff; in cec_msg_user_control_pressed()
1322 msg->msg[5] = ui_cmd->channel_identifier.minor >> 8; in cec_msg_user_control_pressed()
[all …]