Searched refs:start_hr (Results 1 – 1 of 1) sorted by relevance
437 __u8 start_hr, in cec_msg_clear_analogue_timer() argument451 msg->msg[4] = ((start_hr / 10) << 4) | (start_hr % 10); in cec_msg_clear_analogue_timer()492 __u8 start_hr, in cec_msg_clear_digital_timer() argument505 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() argument552 msg->msg[4] = ((start_hr / 10) << 4) | (start_hr % 10); in cec_msg_clear_ext_timer()607 msg->msg[4] = ((start_hr / 10) << 4) | (start_hr % 10); in cec_msg_set_analogue_timer()648 __u8 start_hr, in cec_msg_set_digital_timer() argument661 msg->msg[4] = ((start_hr / 10) << 4) | (start_hr % 10); in cec_msg_set_digital_timer()672 __u8 *start_hr, in cec_ops_set_digital_timer() argument[all …]