Searched refs:h_stream (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/sound/pci/asihpi/ |
H A D | asihpi.c | 149 u32 h_stream; member 167 if (!h_stream) in hpi_stream_host_buffer_attach() 190 if (!h_stream) in hpi_stream_host_buffer_detach() 222 u32 h_stream, in hpi_stream_get_info_ex() argument 244 u32 h_stream) in hpi_stream_group_add() argument 595 ds->h_stream, in snd_card_asihpi_trigger() 606 ds->h_stream); in snd_card_asihpi_trigger() 881 ds->h_stream, in snd_card_asihpi_timer_function() 946 u32 h_stream) in snd_card_asihpi_playback_formats() argument 1121 u32 h_stream) in snd_card_asihpi_capture_formats() argument [all …]
|
H A D | hpi.h | 1251 u16 hpi_outstream_group_add(u32 h_outstream, u32 h_stream); 1300 u16 hpi_instream_group_add(u32 h_instream, u32 h_stream);
|
H A D | hpifunc.c | 777 u16 hpi_outstream_group_add(u32 h_outstream, u32 h_stream) in hpi_outstream_group_add() argument 790 if (hpi_handle_indexes(h_stream, &adapter, in hpi_outstream_group_add() 794 c_obj_type = hpi_handle_object(h_stream); in hpi_outstream_group_add() 1132 u16 hpi_instream_group_add(u32 h_instream, u32 h_stream) in hpi_instream_group_add() argument 1146 if (hpi_handle_indexes(h_stream, &adapter, in hpi_instream_group_add() 1150 c_obj_type = hpi_handle_object(h_stream); in hpi_instream_group_add()
|