Home
last modified time | relevance | path

Searched refs:apr_device (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/soc/qcom/
H A Dapr.h138 struct apr_device { struct
149 typedef struct apr_device gpr_device_t; argument
151 #define to_apr_device(d) container_of(d, struct apr_device, dev)
152 #define svc_to_apr_device(d) container_of(d, struct apr_device, svc)
155 int (*probe)(struct apr_device *sl);
156 void (*remove)(struct apr_device *sl);
157 int (*callback)(struct apr_device *a,
189 int apr_send_pkt(struct apr_device *adev, struct apr_pkt *pkt);
/linux/sound/soc/qcom/qdsp6/
H A Dq6core.c54 struct apr_device *adev;
70 static int q6core_callback(struct apr_device *adev, const struct apr_resp_pkt *data) in q6core_callback()
153 struct apr_device *adev = core->adev; in q6core_get_fwk_versions()
183 struct apr_device *adev = core->adev; in q6core_get_svc_versions()
208 struct apr_device *adev = core->adev; in __q6core_is_adsp_ready()
328 static int q6core_probe(struct apr_device *adev) in q6core_probe()
342 static void q6core_exit(struct apr_device *adev) in q6core_exit()
H A Dq6adm.c57 struct apr_device *apr;
189 static int q6adm_callback(struct apr_device *adev, const struct apr_resp_pkt *data) in q6adm_callback()
568 static int q6adm_probe(struct apr_device *adev) in q6adm_probe()
H A Dq6asm.c256 struct apr_device *adev;
269 struct apr_device *adev;
599 static int32_t q6asm_stream_callback(struct apr_device *adev, in q6asm_stream_callback()
744 static int q6asm_srvc_callback(struct apr_device *adev, in q6asm_srvc_callback()
1648 static int q6asm_probe(struct apr_device *adev) in q6asm_probe()
H A Dq6afe.c391 struct apr_device *apr;
1007 static int q6afe_callback(struct apr_device *adev, const struct apr_resp_pkt *data) in q6afe_callback()
1963 static int q6afe_probe(struct apr_device *adev)