Searched refs:to_ide_device (Results 1 – 5 of 5) sorted by relevance
26 ide_drive_t *drive = to_ide_device(dev); in media_show()34 ide_drive_t *drive = to_ide_device(dev); in drivename_show()42 ide_drive_t *drive = to_ide_device(dev); in modalias_show()50 ide_drive_t *drive = to_ide_device(dev); in model_show()58 ide_drive_t *drive = to_ide_device(dev); in firmware_show()66 ide_drive_t *drive = to_ide_device(dev); in serial_show()
117 ide_drive_t *drive = to_ide_device(dev); in ide_uevent()127 ide_drive_t *drive = to_ide_device(dev); in generic_ide_probe()135 ide_drive_t *drive = to_ide_device(dev); in generic_ide_remove()146 ide_drive_t *drive = to_ide_device(dev); in generic_ide_shutdown()
93 ide_drive_t *drive = to_ide_device(dev); in ide_park_show()117 ide_drive_t *drive = to_ide_device(dev); in ide_park_store()
8 ide_drive_t *drive = to_ide_device(dev); in generic_ide_suspend()75 ide_drive_t *drive = to_ide_device(dev); in generic_ide_resume()
619 #define to_ide_device(dev) container_of(dev, ide_drive_t, gendev) macro