Searched refs:cec_fh (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/media/cec/core/ |
| H A D | cec-api.c | 27 struct cec_fh *fh = filp->private_data; in cec_devnode_data() 37 struct cec_fh *fh = filp->private_data; in cec_poll() 57 const struct cec_fh *fh) in cec_is_busy() 211 static long cec_transmit(struct cec_adapter *adap, struct cec_fh *fh, in cec_transmit() 290 static long cec_receive(struct cec_adapter *adap, struct cec_fh *fh, in cec_receive() 308 static long cec_dqevent(struct cec_adapter *adap, struct cec_fh *fh, in cec_dqevent() 358 static long cec_g_mode(struct cec_adapter *adap, struct cec_fh *fh, in cec_g_mode() 368 static long cec_s_mode(struct cec_adapter *adap, struct cec_fh *fh, in cec_s_mode() 506 struct cec_fh *fh = filp->private_data; in cec_ioctl() 558 struct cec_fh *fh = kzalloc(sizeof(*fh), GFP_KERNEL); in cec_open() [all …]
|
| H A D | cec-priv.h | 53 struct cec_fh *fh, bool block); 54 void cec_queue_event_fh(struct cec_fh *fh,
|
| H A D | cec-adap.c | 79 void cec_queue_event_fh(struct cec_fh *fh, in cec_queue_event_fh() 142 struct cec_fh *fh; in cec_queue_event() 159 struct cec_fh *fh; in cec_queue_pin_cec_event() 177 struct cec_fh *fh; in cec_queue_pin_hpd_event() 193 struct cec_fh *fh; in cec_queue_pin_5v_event() 209 static void cec_queue_msg_fh(struct cec_fh *fh, const struct cec_msg *msg) in cec_queue_msg_fh() 266 struct cec_fh *fh; in cec_queue_msg_monitor() 284 struct cec_fh *fh; in cec_queue_msg_followers() 781 struct cec_fh *fh, bool block) in cec_transmit_msg_fh()
|
| H A D | cec-core.c | 144 struct cec_fh *fh; in cec_devnode_unregister()
|
| /linux-6.15/include/media/ |
| H A D | cec.h | 70 struct cec_fh *fh; 91 struct cec_fh { struct 273 struct cec_fh *cec_follower; 274 struct cec_fh *cec_initiator;
|