Home
last modified time | relevance | path

Searched refs:stream_idx (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/contrib/elf2dmp/
H A Dpdb.c164 unsigned stream_idx = r->segments; in pdb_init_segments() local
166 r->segs = pdb_ds_read_file(r, stream_idx); in pdb_init_segments()
171 r->segs_size = pdb_get_file_size(r, stream_idx); in pdb_init_segments()
/openbmc/linux/drivers/iommu/
H A Dapple-dart.c980 u8 stream_idx = FIELD_GET(DART_T8020_ERROR_STREAM, error); in apple_dart_t8020_irq() local
1002 error, stream_idx, error_code, fault_name, addr); in apple_dart_t8020_irq()
1017 u8 stream_idx = FIELD_GET(DART_T8110_ERROR_STREAM, error); in apple_dart_t8110_irq() local
1041 error, stream_idx, error_code, fault_name, addr); in apple_dart_t8110_irq()
/openbmc/linux/sound/pci/mixart/
H A Dmixart_core.h203 u32 stream_idx; member
H A Dmixart.c392 stream_state_req.stream_info.stream_desc.stream_idx = stream->substream->number; in mixart_set_stream_state()
569 stream_param.stream_desc.stream_idx = stream->substream->number; in mixart_set_format()
H A Dmixart_mixer.c721 set_level.stream_level.desc.stream_idx = idx; in mixart_update_playback_stream_level()