Home
last modified time | relevance | path

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

/linux/include/media/
H A Dcec.h195 * @cec_pin_is_high: if true then the CEC pin is high. Only used with the
267 bool cec_pin_is_high;
268 bool cec_pin_is_high; global() member
/linux/drivers/media/test-drivers/vivid/
H A Dvivid-cec.c267 adap->cec_pin_is_high = true; in vivid_cec_adap_enable()
/linux/drivers/media/cec/core/
H A Dcec-api.c481 ev.event = adap->cec_pin_is_high ? CEC_EVENT_PIN_CEC_HIGH : in cec_s_mode()