Home
last modified time | relevance | path

Searched refs:IDE_DFLAG_ID_READ (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/ide/
Dide-disk_proc.c47 if (drive->dev_flags & IDE_DFLAG_ID_READ) in idedisk_cache_proc_show()
Dide-probe.c204 drive->dev_flags |= IDE_DFLAG_ID_READ; in do_identify()
479 drive->dev_flags &= ~IDE_DFLAG_ID_READ; in probe_for_drive()
499 if ((drive->dev_flags & IDE_DFLAG_ID_READ) == 0) { in probe_for_drive()
523 if ((drive->dev_flags & IDE_DFLAG_ID_READ) == 0) { in probe_for_drive()
Dide-ioctls.c64 if ((drive->dev_flags & IDE_DFLAG_ID_READ) == 0) { in ide_get_identity_ioctl()
Dide-disk.c663 if ((drive->dev_flags & IDE_DFLAG_ID_READ) == 0) in ide_disk_setup()
Dide-tape.c1967 if ((drive->dev_flags & IDE_DFLAG_ID_READ) && in ide_tape_probe()
/linux-4.1.27/include/linux/
Dide.h442 IDE_DFLAG_ID_READ = (1 << 8), enumerator