Searched refs:hpi_send_recv (Results 1 – 5 of 5) sorted by relevance
/linux/sound/pci/asihpi/ |
H A D | hpifunc.c | 94 hpi_send_recv((struct hpi_message *)m, (struct hpi_response *)r); in hpi_send_recvV1() 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() [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 | 171 hpi_send_recv(&hm, &hr); in hpi_stream_host_buffer_attach() 192 hpi_send_recv(&hm, &hr); in hpi_stream_host_buffer_detach()
|