Lines Matching refs:adev
54 struct apr_device *adev; member
70 static int q6core_callback(struct apr_device *adev, struct apr_resp_pkt *data) in q6core_callback() argument
72 struct q6core *core = dev_get_drvdata(&adev->dev); in q6core_callback()
140 dev_err(&adev->dev, "Message id from adsp core svc: 0x%x\n", in q6core_callback()
153 struct apr_device *adev = core->adev; in q6core_get_fwk_versions() local
162 rc = apr_send_pkt(adev, &pkt); in q6core_get_fwk_versions()
183 struct apr_device *adev = core->adev; in q6core_get_svc_versions() local
192 rc = apr_send_pkt(adev, &pkt); in q6core_get_svc_versions()
208 struct apr_device *adev = core->adev; in __q6core_is_adsp_ready() local
219 rc = apr_send_pkt(adev, &pkt); in __q6core_is_adsp_ready()
328 static int q6core_probe(struct apr_device *adev) in q6core_probe() argument
334 dev_set_drvdata(&adev->dev, g_core); in q6core_probe()
337 g_core->adev = adev; in q6core_probe()
342 static int q6core_exit(struct apr_device *adev) in q6core_exit() argument
344 struct q6core *core = dev_get_drvdata(&adev->dev); in q6core_exit()