Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/media/cec/core/
Dcec-pin-error-inj.c97 pin->tx_custom_high_usecs = CEC_TIM_CUSTOM_DEFAULT; in cec_pin_error_inj_parse_line()
113 pin->tx_custom_high_usecs = CEC_TIM_CUSTOM_DEFAULT; in cec_pin_error_inj_parse_line()
142 pin->tx_custom_high_usecs = usecs; in cec_pin_error_inj_parse_line()
342 if (pin->tx_custom_high_usecs != CEC_TIM_CUSTOM_DEFAULT) in cec_pin_error_inj_show()
344 pin->tx_custom_high_usecs); in cec_pin_error_inj_show()
Dcec-pin-priv.h229 u32 tx_custom_high_usecs; member
Dcec-pin.c1013 usecs = pin->tx_custom_high_usecs; in cec_pin_timer()
1354 pin->tx_custom_high_usecs = CEC_TIM_CUSTOM_DEFAULT; in cec_pin_allocate_adapter()