Home
last modified time | relevance | path

Searched refs:IDE_DFLAG_PARKED (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/ide/
H A Dide-park.c19 if (drive->dev_flags & IDE_DFLAG_PARKED) { in issue_park_cmd()
105 if (drive->dev_flags & IDE_DFLAG_PARKED && in ide_park_show()
137 else if (input || drive->dev_flags & IDE_DFLAG_PARKED) in ide_park_store()
H A Dide-eh.c278 drive->dev_flags &= ~IDE_DFLAG_PARKED; in ide_disk_pre_reset()
372 if ((tdrive->dev_flags & IDE_DFLAG_PARKED) && in do_reset1()
H A Dide-io.c112 drive->dev_flags |= IDE_DFLAG_PARKED; in ide_complete_cmd()
509 drive->dev_flags &= ~(IDE_DFLAG_SLEEPING | IDE_DFLAG_PARKED); in ide_issue_rq()
/OK3568_Linux_fs/kernel/include/linux/
H A Dide.h519 IDE_DFLAG_PARKED = BIT(27), enumerator