• Home
  • Raw
  • Download

Lines Matching refs:mei_cl

331 static inline bool mei_cl_cmp_id(const struct mei_cl *cl1,  in mei_cl_cmp_id()
332 const struct mei_cl *cl2) in mei_cl_cmp_id()
363 struct mei_cl_cb *mei_io_cb_init(struct mei_cl *cl, enum mei_cb_file_ops type, in mei_io_cb_init()
388 struct mei_cl *cl, bool free) in __mei_io_list_flush()
408 void mei_io_list_flush(struct mei_cl_cb *list, struct mei_cl *cl) in mei_io_list_flush()
419 static inline void mei_io_list_free(struct mei_cl_cb *list, struct mei_cl *cl) in mei_io_list_free()
459 struct mei_cl_cb *mei_cl_alloc_cb(struct mei_cl *cl, size_t length, in mei_cl_alloc_cb()
485 struct mei_cl_cb *mei_cl_read_cb(const struct mei_cl *cl, const struct file *fp) in mei_cl_read_cb()
503 void mei_cl_read_cb_flush(const struct mei_cl *cl, const struct file *fp) in mei_cl_read_cb_flush()
525 int mei_cl_flush_queues(struct mei_cl *cl, const struct file *fp) in mei_cl_flush_queues()
554 void mei_cl_init(struct mei_cl *cl, struct mei_device *dev) in mei_cl_init()
556 memset(cl, 0, sizeof(struct mei_cl)); in mei_cl_init()
575 struct mei_cl *mei_cl_allocate(struct mei_device *dev) in mei_cl_allocate()
577 struct mei_cl *cl; in mei_cl_allocate()
579 cl = kmalloc(sizeof(struct mei_cl), GFP_KERNEL); in mei_cl_allocate()
598 int mei_cl_link(struct mei_cl *cl, int id) in mei_cl_link()
645 int mei_cl_unlink(struct mei_cl *cl) in mei_cl_unlink()
736 void mei_cl_set_disconnected(struct mei_cl *cl) in mei_cl_set_disconnected()
763 static int mei_cl_set_connecting(struct mei_cl *cl, struct mei_me_client *me_cl) in mei_cl_set_connecting()
791 static int mei_cl_send_disconnect(struct mei_cl *cl, struct mei_cl_cb *cb) in mei_cl_send_disconnect()
821 int mei_cl_irq_disconnect(struct mei_cl *cl, struct mei_cl_cb *cb, in mei_cl_irq_disconnect()
850 static int __mei_cl_disconnect(struct mei_cl *cl) in __mei_cl_disconnect()
906 int mei_cl_disconnect(struct mei_cl *cl) in mei_cl_disconnect()
951 static bool mei_cl_is_other_connecting(struct mei_cl *cl) in mei_cl_is_other_connecting()
975 static int mei_cl_send_connect(struct mei_cl *cl, struct mei_cl_cb *cb) in mei_cl_send_connect()
1003 int mei_cl_irq_connect(struct mei_cl *cl, struct mei_cl_cb *cb, in mei_cl_irq_connect()
1038 int mei_cl_connect(struct mei_cl *cl, struct mei_me_client *me_cl, in mei_cl_connect()
1128 struct mei_cl *mei_cl_alloc_linked(struct mei_device *dev, int id) in mei_cl_alloc_linked()
1130 struct mei_cl *cl; in mei_cl_alloc_linked()
1158 int mei_cl_flow_ctrl_creds(struct mei_cl *cl) in mei_cl_flow_ctrl_creds()
1191 int mei_cl_flow_ctrl_reduce(struct mei_cl *cl) in mei_cl_flow_ctrl_reduce()
1250 int mei_cl_irq_notify(struct mei_cl *cl, struct mei_cl_cb *cb, in mei_cl_irq_notify()
1288 int mei_cl_notify_request(struct mei_cl *cl, struct file *file, u8 request) in mei_cl_notify_request()
1362 void mei_cl_notify(struct mei_cl *cl) in mei_cl_notify()
1395 int mei_cl_notify_get(struct mei_cl *cl, bool block, bool *notify_ev) in mei_cl_notify_get()
1438 int mei_cl_read_start(struct mei_cl *cl, size_t length, struct file *fp) in mei_cl_read_start()
1511 int mei_cl_irq_write(struct mei_cl *cl, struct mei_cl_cb *cb, in mei_cl_irq_write()
1600 int mei_cl_write(struct mei_cl *cl, struct mei_cl_cb *cb, bool blocking) in mei_cl_write()
1711 void mei_cl_complete(struct mei_cl *cl, struct mei_cl_cb *cb) in mei_cl_complete()
1760 struct mei_cl *cl; in mei_cl_all_disconnect()
1774 struct mei_cl *cl; in mei_cl_all_wakeup()