Home
last modified time | relevance | path

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

/linux-4.19.296/include/uapi/linux/
Dcec-funcs.h437 __u8 start_hr, in cec_msg_clear_analogue_timer() argument
451 msg->msg[4] = ((start_hr / 10) << 4) | (start_hr % 10); in cec_msg_clear_analogue_timer()
466 __u8 *start_hr, in cec_ops_clear_analogue_timer() argument
478 *start_hr = (msg->msg[4] >> 4) * 10 + (msg->msg[4] & 0xf); in cec_ops_clear_analogue_timer()
492 __u8 start_hr, in cec_msg_clear_digital_timer() argument
505 msg->msg[4] = ((start_hr / 10) << 4) | (start_hr % 10); in cec_msg_clear_digital_timer()
516 __u8 *start_hr, in cec_ops_clear_digital_timer() argument
526 *start_hr = (msg->msg[4] >> 4) * 10 + (msg->msg[4] & 0xf); in cec_ops_clear_digital_timer()
538 __u8 start_hr, in cec_msg_clear_ext_timer() argument
552 msg->msg[4] = ((start_hr / 10) << 4) | (start_hr % 10); in cec_msg_clear_ext_timer()
[all …]