Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/asihpi/
Dhpi6205.c867 phr->u.d.u.hostbuffer_info.p_buffer = p_bbm_data; in outstream_host_buffer_get_info()
868 phr->u.d.u.hostbuffer_info.p_status = status; in outstream_host_buffer_get_info()
1144 phr->u.d.u.hostbuffer_info.p_buffer = p_bbm_data; in instream_host_buffer_get_info()
1145 phr->u.d.u.hostbuffer_info.p_status = status; in instream_host_buffer_get_info()
Dhpifunc.c756 *pp_buffer = hr.u.d.u.hostbuffer_info.p_buffer; in hpi_outstream_host_buffer_get_info()
758 *pp_status = hr.u.d.u.hostbuffer_info.p_status; in hpi_outstream_host_buffer_get_info()
1110 *pp_buffer = hr.u.d.u.hostbuffer_info.p_buffer; in hpi_instream_host_buffer_get_info()
1112 *pp_status = hr.u.d.u.hostbuffer_info.p_status; in hpi_instream_host_buffer_get_info()
Dhpi_internal.h778 } hostbuffer_info; member