Lines Matching defs:cl
345 static void mei_cl_set_read_by_fp(const struct mei_cl *cl, in mei_cl_set_read_by_fp()
367 static struct mei_cl_cb *mei_io_cb_init(struct mei_cl *cl, in mei_io_cb_init()
395 const struct mei_cl *cl) in mei_io_list_flush_cl()
416 const struct mei_cl *cl, in mei_io_tx_list_free_cl()
447 static void mei_cl_free_pending(struct mei_cl *cl) in mei_cl_free_pending()
465 struct mei_cl_cb *mei_cl_alloc_cb(struct mei_cl *cl, size_t length, in mei_cl_alloc_cb()
500 struct mei_cl_cb *mei_cl_enqueue_ctrl_wr_cb(struct mei_cl *cl, size_t length, in mei_cl_enqueue_ctrl_wr_cb()
527 struct mei_cl_cb *mei_cl_read_cb(struct mei_cl *cl, const struct file *fp) in mei_cl_read_cb()
550 int mei_cl_flush_queues(struct mei_cl *cl, const struct file *fp) in mei_cl_flush_queues()
581 static void mei_cl_init(struct mei_cl *cl, struct mei_device *dev) in mei_cl_init()
606 struct mei_cl *cl; in mei_cl_allocate() local
626 int mei_cl_link(struct mei_cl *cl) in mei_cl_link()
668 int mei_cl_unlink(struct mei_cl *cl) in mei_cl_unlink()
747 static void mei_cl_wake_all(struct mei_cl *cl) in mei_cl_wake_all()
779 static void mei_cl_set_disconnected(struct mei_cl *cl) in mei_cl_set_disconnected()
810 static int mei_cl_set_connecting(struct mei_cl *cl, struct mei_me_client *me_cl) in mei_cl_set_connecting()
838 static int mei_cl_send_disconnect(struct mei_cl *cl, struct mei_cl_cb *cb) in mei_cl_send_disconnect()
869 int mei_cl_irq_disconnect(struct mei_cl *cl, struct mei_cl_cb *cb, in mei_cl_irq_disconnect()
900 static int __mei_cl_disconnect(struct mei_cl *cl) in __mei_cl_disconnect()
957 int mei_cl_disconnect(struct mei_cl *cl) in mei_cl_disconnect()
1009 static bool mei_cl_is_other_connecting(struct mei_cl *cl) in mei_cl_is_other_connecting()
1033 static int mei_cl_send_connect(struct mei_cl *cl, struct mei_cl_cb *cb) in mei_cl_send_connect()
1062 int mei_cl_irq_connect(struct mei_cl *cl, struct mei_cl_cb *cb, in mei_cl_irq_connect()
1099 int mei_cl_connect(struct mei_cl *cl, struct mei_me_client *me_cl, in mei_cl_connect()
1191 struct mei_cl *cl; in mei_cl_alloc_linked() local
1217 static int mei_cl_tx_flow_ctrl_creds(struct mei_cl *cl) in mei_cl_tx_flow_ctrl_creds()
1245 static int mei_cl_tx_flow_ctrl_creds_reduce(struct mei_cl *cl) in mei_cl_tx_flow_ctrl_creds_reduce()
1300 const struct file *mei_cl_fp_by_vtag(const struct mei_cl *cl, u8 vtag) in mei_cl_fp_by_vtag()
1319 static void mei_cl_reset_read_by_vtag(const struct mei_cl *cl, u8 vtag) in mei_cl_reset_read_by_vtag()
1339 static void mei_cl_read_vtag_add_fc(struct mei_cl *cl) in mei_cl_read_vtag_add_fc()
1364 int mei_cl_vt_support_check(const struct mei_cl *cl) in mei_cl_vt_support_check()
1385 void mei_cl_add_rd_completed(struct mei_cl *cl, struct mei_cl_cb *cb) in mei_cl_add_rd_completed()
1413 void mei_cl_del_rd_completed(struct mei_cl *cl, struct mei_cl_cb *cb) in mei_cl_del_rd_completed()
1459 int mei_cl_irq_notify(struct mei_cl *cl, struct mei_cl_cb *cb, in mei_cl_irq_notify()
1499 int mei_cl_notify_request(struct mei_cl *cl, in mei_cl_notify_request()
1571 void mei_cl_notify(struct mei_cl *cl) in mei_cl_notify()
1604 int mei_cl_notify_get(struct mei_cl *cl, bool block, bool *notify_ev) in mei_cl_notify_get()
1652 int mei_cl_read_start(struct mei_cl *cl, size_t length, const struct file *fp) in mei_cl_read_start()
1816 int mei_cl_irq_write(struct mei_cl *cl, struct mei_cl_cb *cb, in mei_cl_irq_write()
1943 ssize_t mei_cl_write(struct mei_cl *cl, struct mei_cl_cb *cb, unsigned long timeout) in mei_cl_write()
2111 void mei_cl_complete(struct mei_cl *cl, struct mei_cl_cb *cb) in mei_cl_complete()
2163 struct mei_cl *cl; in mei_cl_all_disconnect() local
2172 struct mei_cl *cl; in mei_cl_dma_map_find() local
2189 int mei_cl_irq_dma_map(struct mei_cl *cl, struct mei_cl_cb *cb, in mei_cl_irq_dma_map()
2225 int mei_cl_irq_dma_unmap(struct mei_cl *cl, struct mei_cl_cb *cb, in mei_cl_irq_dma_unmap()
2252 static int mei_cl_dma_alloc(struct mei_cl *cl, u8 buf_id, size_t size) in mei_cl_dma_alloc()
2265 static void mei_cl_dma_free(struct mei_cl *cl) in mei_cl_dma_free()
2292 int mei_cl_dma_alloc_and_map(struct mei_cl *cl, const struct file *fp, in mei_cl_dma_alloc_and_map()
2386 int mei_cl_dma_unmap(struct mei_cl *cl, const struct file *fp) in mei_cl_dma_unmap()