Searched refs:to_ide_device (Results 1 – 5 of 5) sorted by relevance
25 ide_drive_t *drive = to_ide_device(dev); in media_show()33 ide_drive_t *drive = to_ide_device(dev); in drivename_show()41 ide_drive_t *drive = to_ide_device(dev); in modalias_show()49 ide_drive_t *drive = to_ide_device(dev); in model_show()57 ide_drive_t *drive = to_ide_device(dev); in firmware_show()65 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()
91 ide_drive_t *drive = to_ide_device(dev); in ide_park_show()115 ide_drive_t *drive = to_ide_device(dev); in ide_park_store()
7 ide_drive_t *drive = to_ide_device(dev); in generic_ide_suspend()43 ide_drive_t *drive = to_ide_device(dev); in generic_ide_resume()
575 #define to_ide_device(dev) container_of(dev, ide_drive_t, gendev) macro