Searched refs:apr_device (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/include/linux/soc/qcom/ |
D | apr.h | 82 struct apr_device { struct 93 #define to_apr_device(d) container_of(d, struct apr_device, dev) argument 96 int (*probe)(struct apr_device *sl); 97 int (*remove)(struct apr_device *sl); 98 int (*callback)(struct apr_device *a, 127 int apr_send_pkt(struct apr_device *adev, struct apr_pkt *pkt);
|
/Linux-v5.10/sound/soc/qcom/qdsp6/ |
D | q6core.c | 54 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 int q6core_exit(struct apr_device *adev) in q6core_exit()
|
D | q6adm.c | 57 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() 607 static int q6adm_remove(struct apr_device *adev) in q6adm_remove()
|
D | q6asm.c | 253 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() 1733 static int q6asm_remove(struct apr_device *adev) in q6asm_remove()
|
D | q6afe.c | 365 struct apr_device *apr; 864 static int q6afe_callback(struct apr_device *adev, struct apr_resp_pkt *data) in q6afe_callback() 1724 static int q6afe_probe(struct apr_device *adev) in q6afe_probe() 1746 static int q6afe_remove(struct apr_device *adev) in q6afe_remove()
|
/Linux-v5.10/drivers/soc/qcom/ |
D | apr.c | 45 int apr_send_pkt(struct apr_device *adev, struct apr_pkt *pkt) in apr_send_pkt() 69 struct apr_device *adev = to_apr_device(dev); in apr_dev_release() 107 struct apr_device *svc = NULL; in apr_do_rx_callback() 191 struct apr_device *adev = to_apr_device(dev); in apr_device_match() 214 struct apr_device *adev = to_apr_device(dev); in apr_device_probe() 222 struct apr_device *adev = to_apr_device(dev); in apr_device_remove() 240 struct apr_device *adev = to_apr_device(dev); in apr_uevent() 263 struct apr_device *adev = NULL; in apr_add_device() 389 struct apr_device *adev = to_apr_device(dev); in apr_remove_device()
|