Lines Matching refs:cmdq_client
75 struct cmdq_client *client = from_timer(client, t, timer); in cmdq_client_timeout()
80 struct cmdq_client *cmdq_mbox_create(struct device *dev, int index, u32 timeout) in cmdq_mbox_create()
82 struct cmdq_client *client; in cmdq_mbox_create()
86 return (struct cmdq_client *)-ENOMEM; in cmdq_mbox_create()
113 void cmdq_mbox_destroy(struct cmdq_client *client) in cmdq_mbox_destroy()
125 struct cmdq_pkt *cmdq_pkt_create(struct cmdq_client *client, size_t size) in cmdq_pkt_create()
160 struct cmdq_client *client = (struct cmdq_client *)pkt->cl; in cmdq_pkt_destroy()
419 cmdq_get_shift_pa(((struct cmdq_client *)pkt->cl)->chan); in cmdq_pkt_jump()
439 cmdq_get_shift_pa(((struct cmdq_client *)pkt->cl)->chan); in cmdq_pkt_finalize()
450 struct cmdq_client *client = (struct cmdq_client *)pkt->cl; in cmdq_pkt_flush_async_cb()
477 struct cmdq_client *client = (struct cmdq_client *)pkt->cl; in cmdq_pkt_flush_async()