Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/asihpi/
Dhpioctl.c70 hpi_send_recv_ex(phm, phr, file); in hpi_send_recv_f()
94 hpi_send_recv_ex(&hm, &hr, file); in asihpi_hpi_release()
395 hpi_send_recv_ex(&hm, &hr, HOWNER_KERNEL); in asihpi_adapter_probe()
416 hpi_send_recv_ex(&hm, &hr, HOWNER_KERNEL); in asihpi_adapter_probe()
427 hpi_send_recv_ex(&hm, &hr, HOWNER_KERNEL); in asihpi_adapter_probe()
442 hpi_send_recv_ex(&hm, &hr, HOWNER_KERNEL); in asihpi_adapter_probe()
473 hpi_send_recv_ex(&hm, &hr, HOWNER_KERNEL); in asihpi_adapter_probe()
536 hpi_send_recv_ex(&hm, &hr, HOWNER_KERNEL); in asihpi_adapter_remove()
541 hpi_send_recv_ex(&hm, &hr, HOWNER_KERNEL); in asihpi_adapter_remove()
573 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