Lines Matching refs:mei_cl
365 static void mei_cl_set_read_by_fp(const struct mei_cl *cl, in mei_cl_set_read_by_fp()
387 static struct mei_cl_cb *mei_io_cb_init(struct mei_cl *cl, in mei_io_cb_init()
414 const struct mei_cl *cl) in mei_io_list_flush_cl()
435 const struct mei_cl *cl, in mei_io_tx_list_free_cl()
466 static void mei_cl_free_pending(struct mei_cl *cl) in mei_cl_free_pending()
484 struct mei_cl_cb *mei_cl_alloc_cb(struct mei_cl *cl, size_t length, in mei_cl_alloc_cb()
519 struct mei_cl_cb *mei_cl_enqueue_ctrl_wr_cb(struct mei_cl *cl, size_t length, in mei_cl_enqueue_ctrl_wr_cb()
546 struct mei_cl_cb *mei_cl_read_cb(struct mei_cl *cl, const struct file *fp) in mei_cl_read_cb()
569 int mei_cl_flush_queues(struct mei_cl *cl, const struct file *fp) in mei_cl_flush_queues()
600 static void mei_cl_init(struct mei_cl *cl, struct mei_device *dev) in mei_cl_init()
623 struct mei_cl *mei_cl_allocate(struct mei_device *dev) in mei_cl_allocate()
625 struct mei_cl *cl; in mei_cl_allocate()
645 int mei_cl_link(struct mei_cl *cl) in mei_cl_link()
687 int mei_cl_unlink(struct mei_cl *cl) in mei_cl_unlink()
763 static void mei_cl_wake_all(struct mei_cl *cl) in mei_cl_wake_all()
795 static void mei_cl_set_disconnected(struct mei_cl *cl) in mei_cl_set_disconnected()
826 static int mei_cl_set_connecting(struct mei_cl *cl, struct mei_me_client *me_cl) in mei_cl_set_connecting()
854 static int mei_cl_send_disconnect(struct mei_cl *cl, struct mei_cl_cb *cb) in mei_cl_send_disconnect()
885 int mei_cl_irq_disconnect(struct mei_cl *cl, struct mei_cl_cb *cb, in mei_cl_irq_disconnect()
916 static int __mei_cl_disconnect(struct mei_cl *cl) in __mei_cl_disconnect()
973 int mei_cl_disconnect(struct mei_cl *cl) in mei_cl_disconnect()
1024 static bool mei_cl_is_other_connecting(struct mei_cl *cl) in mei_cl_is_other_connecting()
1048 static int mei_cl_send_connect(struct mei_cl *cl, struct mei_cl_cb *cb) in mei_cl_send_connect()
1077 int mei_cl_irq_connect(struct mei_cl *cl, struct mei_cl_cb *cb, in mei_cl_irq_connect()
1114 int mei_cl_connect(struct mei_cl *cl, struct mei_me_client *me_cl, in mei_cl_connect()
1204 struct mei_cl *mei_cl_alloc_linked(struct mei_device *dev) in mei_cl_alloc_linked()
1206 struct mei_cl *cl; in mei_cl_alloc_linked()
1232 static int mei_cl_tx_flow_ctrl_creds(struct mei_cl *cl) in mei_cl_tx_flow_ctrl_creds()
1260 static int mei_cl_tx_flow_ctrl_creds_reduce(struct mei_cl *cl) in mei_cl_tx_flow_ctrl_creds_reduce()
1315 const struct file *mei_cl_fp_by_vtag(const struct mei_cl *cl, u8 vtag) in mei_cl_fp_by_vtag()
1332 static void mei_cl_reset_read_by_vtag(const struct mei_cl *cl, u8 vtag) in mei_cl_reset_read_by_vtag()
1350 static void mei_cl_read_vtag_add_fc(struct mei_cl *cl) in mei_cl_read_vtag_add_fc()
1375 int mei_cl_vt_support_check(const struct mei_cl *cl) in mei_cl_vt_support_check()
1396 void mei_cl_add_rd_completed(struct mei_cl *cl, struct mei_cl_cb *cb) in mei_cl_add_rd_completed()
1424 void mei_cl_del_rd_completed(struct mei_cl *cl, struct mei_cl_cb *cb) in mei_cl_del_rd_completed()
1470 int mei_cl_irq_notify(struct mei_cl *cl, struct mei_cl_cb *cb, in mei_cl_irq_notify()
1510 int mei_cl_notify_request(struct mei_cl *cl, in mei_cl_notify_request()
1582 void mei_cl_notify(struct mei_cl *cl) in mei_cl_notify()
1615 int mei_cl_notify_get(struct mei_cl *cl, bool block, bool *notify_ev) in mei_cl_notify_get()
1663 int mei_cl_read_start(struct mei_cl *cl, size_t length, const struct file *fp) in mei_cl_read_start()
1798 int mei_cl_irq_write(struct mei_cl *cl, struct mei_cl_cb *cb, in mei_cl_irq_write()
1923 ssize_t mei_cl_write(struct mei_cl *cl, struct mei_cl_cb *cb) in mei_cl_write()
2085 void mei_cl_complete(struct mei_cl *cl, struct mei_cl_cb *cb) in mei_cl_complete()
2135 struct mei_cl *cl; in mei_cl_all_disconnect()