Linux Kernel
3.7.1
|
#include <ide.h>
Data Fields | |
int(* | check )(struct ide_drive_s *, const char *) |
int(* | get_capacity )(struct ide_drive_s *) |
void(* | unlock_native_capacity )(struct ide_drive_s *) |
void(* | setup )(struct ide_drive_s *) |
void(* | flush )(struct ide_drive_s *) |
int(* | init_media )(struct ide_drive_s *, struct gendisk *) |
int(* | set_doorlock )(struct ide_drive_s *, struct gendisk *, int) |
ide_startstop_t(* | do_request )(struct ide_drive_s *, struct request *, sector_t) |
int(* | ioctl )(struct ide_drive_s *, struct block_device *, fmode_t, unsigned int, unsigned long) |
ide_startstop_t(* do_request)(struct ide_drive_s *, struct request *, sector_t) |
void(* flush)(struct ide_drive_s *) |
int(* get_capacity)(struct ide_drive_s *) |
int(* ioctl)(struct ide_drive_s *, struct block_device *, fmode_t, unsigned int, unsigned long) |
int(* set_doorlock)(struct ide_drive_s *, struct gendisk *, int) |
void(* unlock_native_capacity)(struct ide_drive_s *) |