Searched refs:cec_queue_event_fh (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/drivers/media/cec/core/ |
D | cec-priv.h | 45 void cec_queue_event_fh(struct cec_fh *fh,
|
D | cec-api.c | 483 cec_queue_event_fh(fh, &ev, 0); in cec_s_mode() 607 cec_queue_event_fh(fh, &ev, 0); in cec_open() 614 cec_queue_event_fh(fh, &ev, 0); in cec_open() 622 cec_queue_event_fh(fh, &ev, 0); in cec_open()
|
D | cec-adap.c | 99 void cec_queue_event_fh(struct cec_fh *fh, in cec_queue_event_fh() function 166 cec_queue_event_fh(fh, ev, ts); in cec_queue_event() 184 cec_queue_event_fh(fh, &ev, ktime_to_ns(ts)); in cec_queue_pin_cec_event() 200 cec_queue_event_fh(fh, &ev, ktime_to_ns(ts)); in cec_queue_pin_hpd_event() 216 cec_queue_event_fh(fh, &ev, ktime_to_ns(ts)); in cec_queue_pin_5v_event() 268 cec_queue_event_fh(fh, &ev_lost_msgs, ktime_get_ns()); in cec_queue_msg_fh()
|