Home
last modified time | relevance | path

Searched refs:cmdq_client (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/soc/mediatek/
Dmtk-cmdq-helper.c20 struct cmdq_client *client = from_timer(client, t, timer); in cmdq_client_timeout()
25 struct cmdq_client *cmdq_mbox_create(struct device *dev, int index, u32 timeout) in cmdq_mbox_create()
27 struct cmdq_client *client; in cmdq_mbox_create()
31 return (struct cmdq_client *)-ENOMEM; in cmdq_mbox_create()
57 void cmdq_mbox_destroy(struct cmdq_client *client) in cmdq_mbox_destroy()
69 struct cmdq_pkt *cmdq_pkt_create(struct cmdq_client *client, size_t size) in cmdq_pkt_create()
104 struct cmdq_client *client = (struct cmdq_client *)pkt->cl; in cmdq_pkt_destroy()
211 struct cmdq_client *client = (struct cmdq_client *)pkt->cl; in cmdq_pkt_flush_async_cb()
238 struct cmdq_client *client = (struct cmdq_client *)pkt->cl; in cmdq_pkt_flush_async()
/Linux-v5.4/include/linux/soc/mediatek/
Dmtk-cmdq.h18 struct cmdq_client { struct
36 struct cmdq_client *cmdq_mbox_create(struct device *dev, int index, argument
43 void cmdq_mbox_destroy(struct cmdq_client *client);
52 struct cmdq_pkt *cmdq_pkt_create(struct cmdq_client *client, size_t size);