Home
last modified time | relevance | path

Searched refs:hpi_send_recv_ex (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/sound/pci/asihpi/
Dhpioctl.c72 hpi_send_recv_ex(phm, phr, file); in hpi_send_recv_f()
96 hpi_send_recv_ex(&hm, &hr, file); in asihpi_hpi_release()
402 hpi_send_recv_ex(&hm, &hr, HOWNER_KERNEL); in asihpi_adapter_probe()
423 hpi_send_recv_ex(&hm, &hr, HOWNER_KERNEL); in asihpi_adapter_probe()
434 hpi_send_recv_ex(&hm, &hr, HOWNER_KERNEL); in asihpi_adapter_probe()
449 hpi_send_recv_ex(&hm, &hr, HOWNER_KERNEL); in asihpi_adapter_probe()
480 hpi_send_recv_ex(&hm, &hr, HOWNER_KERNEL); in asihpi_adapter_probe()
543 hpi_send_recv_ex(&hm, &hr, HOWNER_KERNEL); in asihpi_adapter_remove()
548 hpi_send_recv_ex(&hm, &hr, HOWNER_KERNEL); in asihpi_adapter_remove()
580 hpi_send_recv_ex(&hm, &hr, HOWNER_KERNEL); in asihpi_init()
[all …]
Dhpimsgx.h31 void hpi_send_recv_ex(struct hpi_message *phm, struct hpi_response *phr,
34 #define HPI_MESSAGE_LOWER_LAYER hpi_send_recv_ex
Dhpimsgx.c313 void hpi_send_recv_ex(struct hpi_message *phm, struct hpi_response *phr, in hpi_send_recv_ex() function