Searched refs:size_in_bytes (Results 1 – 8 of 8) sorted by relevance
/sound/pci/asihpi/ |
D | hpi6205.c | 588 interface->control_cache.size_in_bytes, in create_adapter_obj() 596 interface->control_cache.size_in_bytes); in create_adapter_obj() 601 interface->control_cache.size_in_bytes, in create_adapter_obj() 816 status->size_in_bytes = phm->u.d.u.buffer.buffer_size; in outstream_host_buffer_allocate() 888 return status->size_in_bytes - (status->host_index - in outstream_get_space_available() 935 status->size_in_bytes - in outstream_write() 936 (status->host_index & (status->size_in_bytes - 1))); in outstream_write() 939 (status->host_index & (status->size_in_bytes - 1)), in outstream_write() 985 phr->u.d.u.stream_info.buffer_size = status->size_in_bytes; in outstream_get_info() 987 status->size_in_bytes - outstream_get_space_available(status); in outstream_get_info() [all …]
|
D | hpi6205.h | 45 u32 size_in_bytes; member
|
D | hpicmn.h | 59 number_of_controls, const u32 size_in_bytes, u8 *pDSP_control_buffer);
|
D | hpi_internal.h | 619 u32 size_in_bytes; member 899 u16 size_in_bytes; member 950 u16 size_in_bytes; member
|
D | hpicmn.c | 642 const u32 size_in_bytes, u8 *p_dsp_control_buffer) in hpi_alloc_control_cache() argument 656 p_cache->cache_size_in_bytes = size_in_bytes; in hpi_alloc_control_cache()
|
D | hpi.h | 1260 u16 hpi_outstream_host_buffer_allocate(u32 h_outstream, u32 size_in_bytes); 1309 u16 hpi_instream_host_buffer_allocate(u32 h_instream, u32 size_in_bytes);
|
D | hpifunc.c | 729 u16 hpi_outstream_host_buffer_allocate(u32 h_outstream, u32 size_in_bytes) in hpi_outstream_host_buffer_allocate() argument 738 hm.u.d.u.data.data_size = size_in_bytes; in hpi_outstream_host_buffer_allocate() 1082 u16 hpi_instream_host_buffer_allocate(u32 h_instream, u32 size_in_bytes) in hpi_instream_host_buffer_allocate() argument 1092 hm.u.d.u.data.data_size = size_in_bytes; in hpi_instream_host_buffer_allocate()
|
D | asihpi.c | 159 u32 size_in_bytes, /* size in bytes of bus mastering buffer */ in hpi_stream_host_buffer_attach() argument 177 hm.u.d.u.buffer.buffer_size = size_in_bytes; in hpi_stream_host_buffer_attach()
|