Lines Matching defs:adev
253 struct apr_device *adev;
266 struct apr_device *adev;
300 rc = apr_send_pkt(a->adev, pkt);
600 static int32_t q6asm_stream_callback(struct apr_device *adev,
604 struct q6asm *q6asm = dev_get_drvdata(&adev->dev);
746 static int q6asm_srvc_callback(struct apr_device *adev,
749 struct q6asm *q6asm = dev_get_drvdata(&adev->dev);
761 return q6asm_stream_callback(adev, data, session_id);
766 dev_err(&adev->dev, "Audio Client not active\n");
784 dev_err(&adev->dev, "command[0x%x] not expecting rsp\n",
802 dev_dbg(&adev->dev, "command[0x%x]success [0x%x]\n",
869 ac->adev = a->adev;
889 rc = apr_send_pkt(ac->adev, pkt);
1034 rc = apr_send_pkt(ac->adev, pkt);
1357 rc = apr_send_pkt(ac->adev, pkt);
1489 rc = apr_send_pkt(ac->adev, pkt);
1616 rc = apr_send_pkt(ac->adev, pkt);
1672 return apr_send_pkt(ac->adev, &pkt);
1713 static int q6asm_probe(struct apr_device *adev)
1715 struct device *dev = &adev->dev;
1722 q6core_get_svc_api_info(adev->svc_id, &q6asm->ainfo);
1725 q6asm->adev = adev;
1733 static int q6asm_remove(struct apr_device *adev)
1735 of_platform_depopulate(&adev->dev);