cmdq_client        20 drivers/soc/mediatek/mtk-cmdq-helper.c 	struct cmdq_client *client = from_timer(client, t, timer);
cmdq_client        25 drivers/soc/mediatek/mtk-cmdq-helper.c struct cmdq_client *cmdq_mbox_create(struct device *dev, int index, u32 timeout)
cmdq_client        27 drivers/soc/mediatek/mtk-cmdq-helper.c 	struct cmdq_client *client;
cmdq_client        31 drivers/soc/mediatek/mtk-cmdq-helper.c 		return (struct cmdq_client *)-ENOMEM;
cmdq_client        58 drivers/soc/mediatek/mtk-cmdq-helper.c void cmdq_mbox_destroy(struct cmdq_client *client)
cmdq_client        70 drivers/soc/mediatek/mtk-cmdq-helper.c struct cmdq_pkt *cmdq_pkt_create(struct cmdq_client *client, size_t size)
cmdq_client       105 drivers/soc/mediatek/mtk-cmdq-helper.c 	struct cmdq_client *client = (struct cmdq_client *)pkt->cl;
cmdq_client       212 drivers/soc/mediatek/mtk-cmdq-helper.c 	struct cmdq_client *client = (struct cmdq_client *)pkt->cl;
cmdq_client       239 drivers/soc/mediatek/mtk-cmdq-helper.c 	struct cmdq_client *client = (struct cmdq_client *)pkt->cl;
cmdq_client        36 include/linux/soc/mediatek/mtk-cmdq.h struct cmdq_client *cmdq_mbox_create(struct device *dev, int index,
cmdq_client        43 include/linux/soc/mediatek/mtk-cmdq.h void cmdq_mbox_destroy(struct cmdq_client *client);
cmdq_client        52 include/linux/soc/mediatek/mtk-cmdq.h struct cmdq_pkt *cmdq_pkt_create(struct cmdq_client *client, size_t size);