Searched refs:ide_drive_t (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/include/linux/ |
D | ide.h | 617 typedef struct ide_drive_s ide_drive_t; typedef 619 #define to_ide_device(dev) container_of(dev, ide_drive_t, gendev) 635 void (*dev_select)(ide_drive_t *); 636 void (*tf_load)(ide_drive_t *, struct ide_taskfile *, u8); 637 void (*tf_read)(ide_drive_t *, struct ide_taskfile *, u8); 639 void (*input_data)(ide_drive_t *, struct ide_cmd *, 641 void (*output_data)(ide_drive_t *, struct ide_cmd *, 666 void (*init_dev)(ide_drive_t *); 667 void (*set_pio_mode)(struct hwif_s *, ide_drive_t *); 668 void (*set_dma_mode)(struct hwif_s *, ide_drive_t *); [all …]
|