Searched refs:device_type (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/system/uapp/midiecho/
H A Dmidiecho.c38 int device_type; local
39 int ret = ioctl_midi_get_device_type(fd, &device_type);
40 if (ret != sizeof(device_type)) {
45 if (device_type == MIDI_TYPE_SOURCE) {
51 } else if (device_type == MIDI_TYPE_SINK) {
/fuchsia/zircon/system/dev/block/sdmmc/
H A Dmmc.c187 uint8_t device_type = dev->raw_ext_csd[MMC_EXT_CSD_DEVICE_TYPE]; local
188 return (device_type & (1 << 1));
192 uint8_t device_type = dev->raw_ext_csd[MMC_EXT_CSD_DEVICE_TYPE]; local
194 return (device_type & (1 << 2));
198 uint8_t device_type = dev->raw_ext_csd[MMC_EXT_CSD_DEVICE_TYPE]; local
200 return (device_type & (1 << 4));
204 uint8_t device_type = dev->raw_ext_csd[MMC_EXT_CSD_DEVICE_TYPE]; local
206 return (device_type & (1 << 6));
/fuchsia/zircon/system/ulib/intel-hda/include/intel-hda/utils/
H A Dnhlt.h75 uint8_t device_type; member in struct:audio::intel_hda::nhlt_descriptor_t
/fuchsia/zircon/system/dev/audio/intel-hda/dsp/
H A Ddebug.cpp62 LOG(INFO, " device_type: %u\n", desc->device_type);

Completed in 118 milliseconds