Home
last modified time | relevance | path

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

/linux/drivers/media/cec/core/
H A Dcec-pin-error-inj.c95 pin->tx_custom_low_usecs = CEC_TIM_CUSTOM_DEFAULT; in cec_pin_error_inj_parse_line()
96 pin->tx_custom_high_usecs = CEC_TIM_CUSTOM_DEFAULT; in cec_pin_error_inj_parse_line()
111 pin->tx_custom_low_usecs = CEC_TIM_CUSTOM_DEFAULT; in cec_pin_error_inj_parse_line()
112 pin->tx_custom_high_usecs = CEC_TIM_CUSTOM_DEFAULT; in cec_pin_error_inj_parse_line()
338 if (pin->tx_custom_low_usecs != CEC_TIM_CUSTOM_DEFAULT) in cec_pin_error_inj_show()
341 if (pin->tx_custom_high_usecs != CEC_TIM_CUSTOM_DEFAULT) in cec_pin_error_inj_show()
H A Dcec-pin-priv.h165 #define CEC_TIM_CUSTOM_DEFAULT 1000 macro
H A Dcec-pin.c1352 pin->tx_custom_low_usecs = CEC_TIM_CUSTOM_DEFAULT; in cec_pin_allocate_adapter()
1353 pin->tx_custom_high_usecs = CEC_TIM_CUSTOM_DEFAULT; in cec_pin_allocate_adapter()