Searched refs:cec_queue_pin_cec_event (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/ |
H A D | vivid-cec.c | 82 cec_queue_pin_cec_event(adap, false, false, ts); in vivid_cec_pin_adap_events() 84 cec_queue_pin_cec_event(adap, true, false, ts); in vivid_cec_pin_adap_events() 99 cec_queue_pin_cec_event(adap, false, false, ts); in vivid_cec_pin_adap_events() 104 cec_queue_pin_cec_event(adap, true, false, ts); in vivid_cec_pin_adap_events()
|
/kernel/linux/linux-5.10/include/media/ |
H A D | cec.h | 344 * cec_queue_pin_cec_event() - queue a CEC pin event with a given timestamp. 352 void cec_queue_pin_cec_event(struct cec_adapter *adap, bool is_high,
|
/kernel/linux/linux-6.6/include/media/ |
H A D | cec.h | 368 * cec_queue_pin_cec_event() - queue a CEC pin event with a given timestamp. 376 void cec_queue_pin_cec_event(struct cec_adapter *adap, bool is_high,
|
/kernel/linux/linux-5.10/drivers/media/cec/core/ |
H A D | cec-adap.c | 171 void cec_queue_pin_cec_event(struct cec_adapter *adap, bool is_high, in cec_queue_pin_cec_event() function 187 EXPORT_SYMBOL_GPL(cec_queue_pin_cec_event); variable
|
H A D | cec-pin.c | 1077 cec_queue_pin_cec_event(adap, in cec_pin_thread_func()
|
/kernel/linux/linux-6.6/drivers/media/cec/core/ |
H A D | cec-adap.c | 150 void cec_queue_pin_cec_event(struct cec_adapter *adap, bool is_high, in cec_queue_pin_cec_event() function 167 EXPORT_SYMBOL_GPL(cec_queue_pin_cec_event); variable
|
H A D | cec-pin.c | 1081 cec_queue_pin_cec_event(adap, in cec_pin_thread_func()
|
Completed in 10 milliseconds