Searched defs:ide_disk_ops (Results 1 – 1 of 1) sorted by relevance
403 struct ide_disk_ops { struct404 int (*check)(struct ide_drive_s *, const char *);405 int (*get_capacity)(struct ide_drive_s *);406 void (*unlock_native_capacity)(struct ide_drive_s *);407 void (*setup)(struct ide_drive_s *);408 void (*flush)(struct ide_drive_s *);409 int (*init_media)(struct ide_drive_s *, struct gendisk *);410 int (*set_doorlock)(struct ide_drive_s *, struct gendisk *,412 ide_startstop_t (*do_request)(struct ide_drive_s *, struct request *,414 int (*ioctl)(struct ide_drive_s *, struct block_device *,[all …]