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()
118 ide_drive_t *drive = to_ide_device(dev); in ide_uevent()128 ide_drive_t *drive = to_ide_device(dev); in generic_ide_probe()136 ide_drive_t *drive = to_ide_device(dev); in generic_ide_remove()147 ide_drive_t *drive = to_ide_device(dev); in generic_ide_shutdown()
95 ide_drive_t *drive = to_ide_device(dev); in ide_park_show()119 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()60 ide_drive_t *drive = to_ide_device(dev); in generic_ide_resume()
629 #define to_ide_device(dev) container_of(dev, ide_drive_t, gendev) macro