Searched refs:hpi_send_recv (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/sound/pci/asihpi/ |
H A D | hpifunc.c | 104 hpi_send_recv(&hm, &hr); in hpi_subsys_get_version_ex() 115 hpi_send_recv(&hm, &hr); in hpi_subsys_get_num_adapters() 128 hpi_send_recv(&hm, &hr); in hpi_subsys_get_adapter() 143 hpi_send_recv(&hm, &hr); in hpi_adapter_open() 157 hpi_send_recv(&hm, &hr); in hpi_adapter_close() 179 hpi_send_recv(&hm, &hr); in hpi_adapter_set_mode_ex() 190 hpi_send_recv(&hm, &hr); in hpi_adapter_get_mode() 206 hpi_send_recv(&hm, &hr); in hpi_adapter_get_info() 228 hpi_send_recv(&hm, &hr); in hpi_adapter_get_module_by_index() 252 hpi_send_recv(&hm, &hr); in hpi_adapter_set_property() [all …]
|
H A D | hpioctl.h | 25 void hpi_send_recv(struct hpi_message *phm, struct hpi_response *phr);
|
H A D | hpioctl.c | 72 void hpi_send_recv(struct hpi_message *phm, struct hpi_response *phr) in hpi_send_recv() function 77 EXPORT_SYMBOL(hpi_send_recv);
|
H A D | hpi_internal.h | 1394 void hpi_send_recv(struct hpi_message *phm, struct hpi_response *phr);
|
H A D | asihpi.c | 180 hpi_send_recv(&hm, &hr); in hpi_stream_host_buffer_attach() 201 hpi_send_recv(&hm, &hr); in hpi_stream_host_buffer_detach()
|