Searched refs:apr_device (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/include/linux/soc/qcom/ |
D | apr.h | 82 struct apr_device { struct 92 #define to_apr_device(d) container_of(d, struct apr_device, dev) argument 95 int (*probe)(struct apr_device *sl); 96 int (*remove)(struct apr_device *sl); 97 int (*callback)(struct apr_device *a, 126 int apr_send_pkt(struct apr_device *adev, struct apr_pkt *pkt);
|
/Linux-v4.19/drivers/soc/qcom/ |
D | apr.c | 32 int apr_send_pkt(struct apr_device *adev, struct apr_pkt *pkt) in apr_send_pkt() 56 struct apr_device *adev = to_apr_device(dev); in apr_dev_release() 66 struct apr_device *svc = NULL; in apr_callback() 137 struct apr_device *adev = to_apr_device(dev); in apr_device_match() 160 struct apr_device *adev = to_apr_device(dev); in apr_device_probe() 168 struct apr_device *adev = to_apr_device(dev); in apr_device_remove() 186 struct apr_device *adev = to_apr_device(dev); in apr_uevent() 209 struct apr_device *adev = NULL; in apr_add_device() 297 struct apr_device *adev = to_apr_device(dev); in apr_remove_device()
|
/Linux-v4.19/sound/soc/qcom/qdsp6/ |
D | q6core.c | 55 struct apr_device *adev; 71 static int q6core_callback(struct apr_device *adev, struct apr_resp_pkt *data) in q6core_callback() 158 struct apr_device *adev = core->adev; in q6core_get_fwk_versions() 188 struct apr_device *adev = core->adev; in q6core_get_svc_versions() 213 struct apr_device *adev = core->adev; in __q6core_is_adsp_ready() 333 static int q6core_probe(struct apr_device *adev) in q6core_probe() 347 static int q6core_exit(struct apr_device *adev) in q6core_exit()
|
D | q6adm.c | 58 struct apr_device *apr; 126 static int q6adm_callback(struct apr_device *adev, struct apr_resp_pkt *data) in q6adm_callback() 587 static int q6adm_probe(struct apr_device *adev) in q6adm_probe() 609 static int q6adm_remove(struct apr_device *adev) in q6adm_remove()
|
D | q6asm.c | 173 struct apr_device *adev; 186 struct apr_device *adev; 521 static int32_t q6asm_stream_callback(struct apr_device *adev, in q6asm_stream_callback() 664 static int q6asm_srvc_callback(struct apr_device *adev, in q6asm_srvc_callback() 1342 static int q6asm_probe(struct apr_device *adev) in q6asm_probe() 1362 static int q6asm_remove(struct apr_device *adev) in q6asm_remove()
|
D | q6afe.c | 313 struct apr_device *apr; 742 static int q6afe_callback(struct apr_device *adev, struct apr_resp_pkt *data) in q6afe_callback() 1457 static int q6afe_probe(struct apr_device *adev) in q6afe_probe() 1478 static int q6afe_remove(struct apr_device *adev) in q6afe_remove()
|