Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/asihpi/
H A Dhpioctl.c65 hpi_send_recv_ex(phm, phr, file); in hpi_send_recv_f()
89 hpi_send_recv_ex(&hm, &hr, file); in asihpi_hpi_release()
404 hpi_send_recv_ex(&hm, &hr, HOWNER_KERNEL); in asihpi_adapter_probe()
425 hpi_send_recv_ex(&hm, &hr, HOWNER_KERNEL); in asihpi_adapter_probe()
436 hpi_send_recv_ex(&hm, &hr, HOWNER_KERNEL); in asihpi_adapter_probe()
451 hpi_send_recv_ex(&hm, &hr, HOWNER_KERNEL); in asihpi_adapter_probe()
482 hpi_send_recv_ex(&hm, &hr, HOWNER_KERNEL); in asihpi_adapter_probe()
546 hpi_send_recv_ex(&hm, &hr, HOWNER_KERNEL); in asihpi_adapter_remove()
551 hpi_send_recv_ex(&hm, &hr, HOWNER_KERNEL); in asihpi_adapter_remove()
583 hpi_send_recv_ex(&hm, &hr, HOWNER_KERNEL); in asihpi_init()
[all …]
H A Dhpimsgx.h20 void hpi_send_recv_ex(struct hpi_message *phm, struct hpi_response *phr,
23 #define HPI_MESSAGE_LOWER_LAYER hpi_send_recv_ex
H A Dhpimsgx.c297 void hpi_send_recv_ex(struct hpi_message *phm, struct hpi_response *phr, in hpi_send_recv_ex() function