Lines Matching refs:mei_cl

86 struct mei_cl_cb *mei_io_cb_init(struct mei_cl *cl, enum mei_cb_file_ops type,
101 void mei_io_list_flush(struct mei_cl_cb *list, struct mei_cl *cl);
107 struct mei_cl *mei_cl_allocate(struct mei_device *dev);
108 void mei_cl_init(struct mei_cl *cl, struct mei_device *dev);
111 int mei_cl_link(struct mei_cl *cl, int id);
112 int mei_cl_unlink(struct mei_cl *cl);
114 struct mei_cl *mei_cl_alloc_linked(struct mei_device *dev, int id);
116 struct mei_cl_cb *mei_cl_read_cb(const struct mei_cl *cl,
118 void mei_cl_read_cb_flush(const struct mei_cl *cl, const struct file *fp);
119 struct mei_cl_cb *mei_cl_alloc_cb(struct mei_cl *cl, size_t length,
121 int mei_cl_flush_queues(struct mei_cl *cl, const struct file *fp);
123 int mei_cl_flow_ctrl_creds(struct mei_cl *cl);
125 int mei_cl_flow_ctrl_reduce(struct mei_cl *cl);
137 static inline bool mei_cl_is_connected(struct mei_cl *cl) in mei_cl_is_connected()
149 static inline u8 mei_cl_me_id(const struct mei_cl *cl) in mei_cl_me_id()
161 static inline size_t mei_cl_mtu(const struct mei_cl *cl) in mei_cl_mtu()
173 static inline bool mei_cl_is_fixed_address(const struct mei_cl *cl) in mei_cl_is_fixed_address()
186 static inline bool mei_cl_is_single_recv_buf(const struct mei_cl *cl) in mei_cl_is_single_recv_buf()
198 static inline const uuid_le *mei_cl_uuid(const struct mei_cl *cl) in mei_cl_uuid()
210 static inline u8 mei_cl_host_addr(const struct mei_cl *cl) in mei_cl_host_addr()
215 int mei_cl_disconnect(struct mei_cl *cl);
216 void mei_cl_set_disconnected(struct mei_cl *cl);
217 int mei_cl_irq_disconnect(struct mei_cl *cl, struct mei_cl_cb *cb,
219 int mei_cl_connect(struct mei_cl *cl, struct mei_me_client *me_cl,
221 int mei_cl_irq_connect(struct mei_cl *cl, struct mei_cl_cb *cb,
223 int mei_cl_read_start(struct mei_cl *cl, size_t length, struct file *fp);
224 int mei_cl_irq_read_msg(struct mei_cl *cl, struct mei_msg_hdr *hdr,
226 int mei_cl_write(struct mei_cl *cl, struct mei_cl_cb *cb, bool blocking);
227 int mei_cl_irq_write(struct mei_cl *cl, struct mei_cl_cb *cb,
230 void mei_cl_complete(struct mei_cl *cl, struct mei_cl_cb *cb);
236 int mei_cl_notify_request(struct mei_cl *cl, struct file *file, u8 request);
237 int mei_cl_irq_notify(struct mei_cl *cl, struct mei_cl_cb *cb,
239 int mei_cl_notify_get(struct mei_cl *cl, bool block, bool *notify_ev);
240 void mei_cl_notify(struct mei_cl *cl);