Searched refs:cmdq_mbox_create (Results 1 – 3 of 3) sorted by relevance
54 struct cmdq_client *cmdq_mbox_create(struct device *dev, int index);290 static inline struct cmdq_client *cmdq_mbox_create(struct device *dev, int index) in cmdq_mbox_create() function
75 struct cmdq_client *cmdq_mbox_create(struct device *dev, int index) in cmdq_mbox_create() function100 EXPORT_SYMBOL(cmdq_mbox_create);
224 mdp->cmdq_clt = cmdq_mbox_create(dev, 0); in mdp_probe()