Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dcec-funcs.h1139 __u8 ui_cmd; member
1152 const struct cec_op_ui_command *ui_cmd) in cec_msg_user_control_pressed() argument
1156 msg->msg[2] = ui_cmd->ui_cmd; in cec_msg_user_control_pressed()
1157 if (!ui_cmd->has_opt_arg) in cec_msg_user_control_pressed()
1159 switch (ui_cmd->ui_cmd) { in cec_msg_user_control_pressed()
1168 msg->msg[3] = ui_cmd->play_mode; in cec_msg_user_control_pressed()
1172 msg->msg[3] = (ui_cmd->channel_identifier.channel_number_fmt << 2) | in cec_msg_user_control_pressed()
1173 (ui_cmd->channel_identifier.major >> 8); in cec_msg_user_control_pressed()
1174 msg->msg[4] = ui_cmd->channel_identifier.major & 0xff; in cec_msg_user_control_pressed()
1175 msg->msg[5] = ui_cmd->channel_identifier.minor >> 8; in cec_msg_user_control_pressed()
[all …]
/kernel/linux/linux-5.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 …]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dcec-funcs.h82 __u8 ui_cmd; member