Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/mei/
Dclient.h75 void mei_io_cb_free(struct mei_cl_cb *priv_cb);
88 struct mei_cl_cb *mei_cl_read_cb(const struct mei_cl *cl,
90 struct mei_cl_cb *mei_cl_alloc_cb(struct mei_cl *cl, size_t length,
93 struct mei_cl_cb *mei_cl_enqueue_ctrl_wr_cb(struct mei_cl *cl, size_t length,
188 int mei_cl_irq_disconnect(struct mei_cl *cl, struct mei_cl_cb *cb,
192 int mei_cl_irq_connect(struct mei_cl *cl, struct mei_cl_cb *cb,
195 ssize_t mei_cl_write(struct mei_cl *cl, struct mei_cl_cb *cb);
196 int mei_cl_irq_write(struct mei_cl *cl, struct mei_cl_cb *cb,
199 void mei_cl_complete(struct mei_cl *cl, struct mei_cl_cb *cb);
207 int mei_cl_irq_notify(struct mei_cl *cl, struct mei_cl_cb *cb,
Dclient.c315 void mei_io_cb_free(struct mei_cl_cb *cb) in mei_io_cb_free()
333 static inline void mei_tx_cb_enqueue(struct mei_cl_cb *cb, in mei_tx_cb_enqueue()
347 static inline void mei_tx_cb_dequeue(struct mei_cl_cb *cb) in mei_tx_cb_dequeue()
364 static struct mei_cl_cb *mei_io_cb_init(struct mei_cl *cl, in mei_io_cb_init()
368 struct mei_cl_cb *cb; in mei_io_cb_init()
370 cb = kzalloc(sizeof(struct mei_cl_cb), GFP_KERNEL); in mei_io_cb_init()
391 struct mei_cl_cb *cb, *next; in mei_io_list_flush_cl()
411 struct mei_cl_cb *cb, *next; in mei_io_tx_list_free_cl()
427 struct mei_cl_cb *cb, *next; in mei_io_list_free_fp()
444 struct mei_cl_cb *mei_cl_alloc_cb(struct mei_cl *cl, size_t length, in mei_cl_alloc_cb()
[all …]
Dinterrupt.c31 struct mei_cl_cb *cb, *next; in mei_irq_compl_handler()
92 struct mei_cl_cb *cb; in mei_cl_irq_read_msg()
96 cb = list_first_entry_or_null(&cl->rd_pending, struct mei_cl_cb, list); in mei_cl_irq_read_msg()
166 static int mei_cl_irq_disconnect_rsp(struct mei_cl *cl, struct mei_cl_cb *cb, in mei_cl_irq_disconnect_rsp()
198 static int mei_cl_irq_read(struct mei_cl *cl, struct mei_cl_cb *cb, in mei_cl_irq_read()
372 struct mei_cl_cb *cb, *next; in mei_irq_write_handler()
Dmain.c135 struct mei_cl_cb *cb = NULL; in mei_read()
254 struct mei_cl_cb *cb; in mei_write()
620 struct mei_cl_cb *cb; in mei_cl_is_write_queued()
Dbus.c37 struct mei_cl_cb *cb; in __mei_cl_send()
117 struct mei_cl_cb *cb; in __mei_cl_recv()
Dmei_dev.h182 struct mei_cl_cb { struct
Dhbm.c861 struct mei_cl_cb *cb, *next; in mei_hbm_cl_res()
915 struct mei_cl_cb *cb; in mei_hbm_fw_disconnect_req()