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()466 __u8 *start_hr, in cec_ops_clear_analogue_timer() argument478 *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() 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() argument526 *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() argument552 msg->msg[4] = ((start_hr / 10) << 4) | (start_hr % 10); in cec_msg_clear_ext_timer()[all …]