Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/asihpi/
Dhpioctl.c71 hpi_send_recv_ex(phm, phr, file); in hpi_send_recv_f()
95 hpi_send_recv_ex(&hm, &hr, file); in asihpi_hpi_release()
396 hpi_send_recv_ex(&hm, &hr, HOWNER_KERNEL); in asihpi_adapter_probe()
417 hpi_send_recv_ex(&hm, &hr, HOWNER_KERNEL); in asihpi_adapter_probe()
428 hpi_send_recv_ex(&hm, &hr, HOWNER_KERNEL); in asihpi_adapter_probe()
443 hpi_send_recv_ex(&hm, &hr, HOWNER_KERNEL); in asihpi_adapter_probe()
474 hpi_send_recv_ex(&hm, &hr, HOWNER_KERNEL); in asihpi_adapter_probe()
537 hpi_send_recv_ex(&hm, &hr, HOWNER_KERNEL); in asihpi_adapter_remove()
542 hpi_send_recv_ex(&hm, &hr, HOWNER_KERNEL); in asihpi_adapter_remove()
574 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