Home
last modified time | relevance | path

Searched refs:mei_cl_cb (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/drivers/misc/mei/
Dclient.h85 void mei_io_cb_free(struct mei_cl_cb *priv_cb);
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,
198 int mei_cl_irq_disconnect(struct mei_cl *cl, struct mei_cl_cb *cb,
202 int mei_cl_irq_connect(struct mei_cl *cl, struct mei_cl_cb *cb,
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);
217 int mei_cl_irq_notify(struct mei_cl *cl, struct mei_cl_cb *cb,
Dclient.c344 void mei_io_cb_free(struct mei_cl_cb *cb) in mei_io_cb_free()
362 static inline void mei_tx_cb_enqueue(struct mei_cl_cb *cb, in mei_tx_cb_enqueue()
376 static inline void mei_tx_cb_dequeue(struct mei_cl_cb *cb) in mei_tx_cb_dequeue()
393 static struct mei_cl_cb *mei_io_cb_init(struct mei_cl *cl, in mei_io_cb_init()
397 struct mei_cl_cb *cb; in mei_io_cb_init()
399 cb = kzalloc(sizeof(struct mei_cl_cb), GFP_KERNEL); in mei_io_cb_init()
420 struct mei_cl_cb *cb, *next; in mei_io_list_flush_cl()
437 struct mei_cl_cb *cb, *next; in mei_io_tx_list_free_cl()
453 struct mei_cl_cb *cb, *next; in mei_io_list_free_fp()
470 struct mei_cl_cb *mei_cl_alloc_cb(struct mei_cl *cl, size_t length, in mei_cl_alloc_cb()
[all …]
Dinterrupt.c42 struct mei_cl_cb *cb, *next; in mei_irq_compl_handler()
101 struct mei_cl_cb *cb; in mei_cl_irq_read_msg()
104 cb = list_first_entry_or_null(&cl->rd_pending, struct mei_cl_cb, list); in mei_cl_irq_read_msg()
168 static int mei_cl_irq_disconnect_rsp(struct mei_cl *cl, struct mei_cl_cb *cb, in mei_cl_irq_disconnect_rsp()
200 static int mei_cl_irq_read(struct mei_cl *cl, struct mei_cl_cb *cb, in mei_cl_irq_read()
369 struct mei_cl_cb *cb, *next; in mei_irq_write_handler()
Dmain.c138 struct mei_cl_cb *cb = NULL; in mei_read()
257 struct mei_cl_cb *cb; in mei_write()
623 struct mei_cl_cb *cb; in mei_cl_is_write_queued()
Dbus.c47 struct mei_cl_cb *cb; in __mei_cl_send()
127 struct mei_cl_cb *cb; in __mei_cl_recv()
Dhbm.c829 struct mei_cl_cb *cb, *next; in mei_hbm_cl_res()
883 struct mei_cl_cb *cb; in mei_hbm_fw_disconnect_req()
Dmei_dev.h179 struct mei_cl_cb { struct