Searched refs:apr_device (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/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-v5.4/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() 586 static int q6adm_probe(struct apr_device *adev) in q6adm_probe() 608 static int q6adm_remove(struct apr_device *adev) in q6adm_remove()
|
D | q6asm.c | 174 struct apr_device *adev; 187 struct apr_device *adev; 522 static int32_t q6asm_stream_callback(struct apr_device *adev, in q6asm_stream_callback() 665 static int q6asm_srvc_callback(struct apr_device *adev, in q6asm_srvc_callback() 1346 static int q6asm_probe(struct apr_device *adev) in q6asm_probe() 1366 static int q6asm_remove(struct apr_device *adev) in q6asm_remove()
|
D | q6afe.c | 314 struct apr_device *apr; 745 static int q6afe_callback(struct apr_device *adev, struct apr_resp_pkt *data) in q6afe_callback() 1461 static int q6afe_probe(struct apr_device *adev) in q6afe_probe() 1482 static int q6afe_remove(struct apr_device *adev) in q6afe_remove()
|
/Linux-v5.4/drivers/soc/qcom/ |
D | apr.c | 43 int apr_send_pkt(struct apr_device *adev, struct apr_pkt *pkt) in apr_send_pkt() 67 struct apr_device *adev = to_apr_device(dev); in apr_dev_release() 105 struct apr_device *svc = NULL; in apr_do_rx_callback() 189 struct apr_device *adev = to_apr_device(dev); in apr_device_match() 212 struct apr_device *adev = to_apr_device(dev); in apr_device_probe() 220 struct apr_device *adev = to_apr_device(dev); in apr_device_remove() 238 struct apr_device *adev = to_apr_device(dev); in apr_uevent() 261 struct apr_device *adev = NULL; in apr_add_device() 357 struct apr_device *adev = to_apr_device(dev); in apr_remove_device()
|