Searched refs:hpi_send_recv (Results 1 – 5 of 5) sorted by relevance
/sound/pci/asihpi/ |
D | hpifunc.c | 93 hpi_send_recv((struct hpi_message *)m, (struct hpi_response *)r); in hpi_send_recvV1() 103 hpi_send_recv(&hm, &hr); in hpi_subsys_get_version_ex() 114 hpi_send_recv(&hm, &hr); in hpi_subsys_get_num_adapters() 127 hpi_send_recv(&hm, &hr); in hpi_subsys_get_adapter() 142 hpi_send_recv(&hm, &hr); in hpi_adapter_open() 156 hpi_send_recv(&hm, &hr); in hpi_adapter_close() 178 hpi_send_recv(&hm, &hr); in hpi_adapter_set_mode_ex() 189 hpi_send_recv(&hm, &hr); in hpi_adapter_get_mode() 205 hpi_send_recv(&hm, &hr); in hpi_adapter_get_info() 227 hpi_send_recv(&hm, &hr); in hpi_adapter_get_module_by_index() [all …]
|
D | hpioctl.h | 36 void hpi_send_recv(struct hpi_message *phm, struct hpi_response *phr);
|
D | hpioctl.c | 80 void hpi_send_recv(struct hpi_message *phm, struct hpi_response *phr) in hpi_send_recv() function 85 EXPORT_SYMBOL(hpi_send_recv);
|
D | hpi_internal.h | 1401 void hpi_send_recv(struct hpi_message *phm, struct hpi_response *phr);
|
D | asihpi.c | 185 hpi_send_recv(&hm, &hr); in hpi_stream_host_buffer_attach() 206 hpi_send_recv(&hm, &hr); in hpi_stream_host_buffer_detach()
|