Lines Matching refs:mei_cl
91 struct mei_cl *mei_cl_allocate(struct mei_device *dev);
93 int mei_cl_link(struct mei_cl *cl);
94 int mei_cl_unlink(struct mei_cl *cl);
96 struct mei_cl *mei_cl_alloc_linked(struct mei_device *dev);
98 struct mei_cl_cb *mei_cl_read_cb(const struct mei_cl *cl,
100 struct mei_cl_cb *mei_cl_alloc_cb(struct mei_cl *cl, size_t length,
103 struct mei_cl_cb *mei_cl_enqueue_ctrl_wr_cb(struct mei_cl *cl, size_t length,
106 int mei_cl_flush_queues(struct mei_cl *cl, const struct file *fp);
119 static inline bool mei_cl_is_connected(struct mei_cl *cl) in mei_cl_is_connected()
131 static inline u8 mei_cl_me_id(const struct mei_cl *cl) in mei_cl_me_id()
143 static inline size_t mei_cl_mtu(const struct mei_cl *cl) in mei_cl_mtu()
155 static inline bool mei_cl_is_fixed_address(const struct mei_cl *cl) in mei_cl_is_fixed_address()
168 static inline bool mei_cl_is_single_recv_buf(const struct mei_cl *cl) in mei_cl_is_single_recv_buf()
180 static inline const uuid_le *mei_cl_uuid(const struct mei_cl *cl) in mei_cl_uuid()
192 static inline u8 mei_cl_host_addr(const struct mei_cl *cl) in mei_cl_host_addr()
197 int mei_cl_disconnect(struct mei_cl *cl);
198 int mei_cl_irq_disconnect(struct mei_cl *cl, struct mei_cl_cb *cb,
200 int mei_cl_connect(struct mei_cl *cl, struct mei_me_client *me_cl,
202 int mei_cl_irq_connect(struct mei_cl *cl, struct mei_cl_cb *cb,
204 int mei_cl_read_start(struct mei_cl *cl, size_t length, const struct file *fp);
205 ssize_t mei_cl_write(struct mei_cl *cl, struct mei_cl_cb *cb);
206 int mei_cl_irq_write(struct mei_cl *cl, struct mei_cl_cb *cb,
209 void mei_cl_complete(struct mei_cl *cl, struct mei_cl_cb *cb);
215 int mei_cl_notify_request(struct mei_cl *cl,
217 int mei_cl_irq_notify(struct mei_cl *cl, struct mei_cl_cb *cb,
219 int mei_cl_notify_get(struct mei_cl *cl, bool block, bool *notify_ev);
220 void mei_cl_notify(struct mei_cl *cl);