Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/asihpi/
Dhpi6205.c862 phr->u.d.u.hostbuffer_info.p_buffer = p_bbm_data; in outstream_host_buffer_get_info()
863 phr->u.d.u.hostbuffer_info.p_status = status; in outstream_host_buffer_get_info()
1139 phr->u.d.u.hostbuffer_info.p_buffer = p_bbm_data; in instream_host_buffer_get_info()
1140 phr->u.d.u.hostbuffer_info.p_status = status; in instream_host_buffer_get_info()
Dhpifunc.c757 *pp_buffer = hr.u.d.u.hostbuffer_info.p_buffer; in hpi_outstream_host_buffer_get_info()
759 *pp_status = hr.u.d.u.hostbuffer_info.p_status; in hpi_outstream_host_buffer_get_info()
1111 *pp_buffer = hr.u.d.u.hostbuffer_info.p_buffer; in hpi_instream_host_buffer_get_info()
1113 *pp_status = hr.u.d.u.hostbuffer_info.p_status; in hpi_instream_host_buffer_get_info()
Dhpi_internal.h778 } hostbuffer_info; member