Home
last modified time | relevance | path

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

/openbmc/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);
/openbmc/linux/sound/soc/qcom/qdsp6/
H A Dq6core.c54 struct apr_device *adev;
70 static int q6core_callback(struct apr_device *adev, 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;
125 static int q6adm_callback(struct apr_device *adev, struct apr_resp_pkt *data) in q6adm_callback()
585 static int q6adm_probe(struct apr_device *adev) in q6adm_probe()
H A Dq6asm.c253 struct apr_device *adev;
266 struct apr_device *adev;
600 static int32_t q6asm_stream_callback(struct apr_device *adev, in q6asm_stream_callback()
746 static int q6asm_srvc_callback(struct apr_device *adev, in q6asm_srvc_callback()
1713 static int q6asm_probe(struct apr_device *adev) in q6asm_probe()
H A Dq6afe.c367 struct apr_device *apr;
870 static int q6afe_callback(struct apr_device *adev, struct apr_resp_pkt *data) in q6afe_callback()
1731 static int q6afe_probe(struct apr_device *adev) in q6afe_probe()
/openbmc/linux/drivers/soc/qcom/
H A Dapr.c55 int apr_send_pkt(struct apr_device *adev, struct apr_pkt *pkt) in apr_send_pkt()
90 gpr_port_t *gpr_alloc_port(struct apr_device *gdev, struct device *dev, in gpr_alloc_port()
142 int gpr_send_pkt(struct apr_device *gdev, struct gpr_pkt *pkt) in gpr_send_pkt()
156 struct apr_device *adev = to_apr_device(dev); in apr_dev_release()
194 struct apr_device *adev; in apr_do_rx_callback()
343 struct apr_device *adev = to_apr_device(dev); in apr_device_match()
366 struct apr_device *adev = to_apr_device(dev); in apr_device_probe()
379 struct apr_device *adev = to_apr_device(dev); in apr_device_remove()
392 const struct apr_device *adev = to_apr_device(dev); in apr_uevent()
415 struct apr_device *adev = NULL; in apr_add_device()
[all …]