Searched refs:device_type (Results 1 – 4 of 4) sorted by relevance
38 int device_type; in open_devices() local39 int ret = ioctl_midi_get_device_type(fd, &device_type); in open_devices()40 if (ret != sizeof(device_type)) { in open_devices()45 if (device_type == MIDI_TYPE_SOURCE) { in open_devices()51 } else if (device_type == MIDI_TYPE_SINK) { in open_devices()
187 uint8_t device_type = dev->raw_ext_csd[MMC_EXT_CSD_DEVICE_TYPE]; in mmc_supports_hs() local188 return (device_type & (1 << 1)); in mmc_supports_hs()192 uint8_t device_type = dev->raw_ext_csd[MMC_EXT_CSD_DEVICE_TYPE]; in mmc_supports_hsddr() local194 return (device_type & (1 << 2)); in mmc_supports_hsddr()198 uint8_t device_type = dev->raw_ext_csd[MMC_EXT_CSD_DEVICE_TYPE]; in mmc_supports_hs200() local200 return (device_type & (1 << 4)); in mmc_supports_hs200()204 uint8_t device_type = dev->raw_ext_csd[MMC_EXT_CSD_DEVICE_TYPE]; in mmc_supports_hs400() local206 return (device_type & (1 << 6)); in mmc_supports_hs400()
75 uint8_t device_type; member
62 LOG(INFO, " device_type: %u\n", desc->device_type); in DumpNhlt()
Completed in 8 milliseconds