Searched refs:cmdq_client (Results 1 – 2 of 2) sorted by relevance
20 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()
18 struct cmdq_client { struct36 struct cmdq_client *cmdq_mbox_create(struct device *dev, int index, argument43 void cmdq_mbox_destroy(struct cmdq_client *client);52 struct cmdq_pkt *cmdq_pkt_create(struct cmdq_client *client, size_t size);