Home
last modified time | relevance | path

Searched refs:ide_drive_t (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dide.h627 typedef struct ide_drive_s ide_drive_t; typedef
629 #define to_ide_device(dev) container_of(dev, ide_drive_t, gendev)
645 void (*dev_select)(ide_drive_t *);
646 void (*tf_load)(ide_drive_t *, struct ide_taskfile *, u8);
647 void (*tf_read)(ide_drive_t *, struct ide_taskfile *, u8);
649 void (*input_data)(ide_drive_t *, struct ide_cmd *,
651 void (*output_data)(ide_drive_t *, struct ide_cmd *,
676 void (*init_dev)(ide_drive_t *);
677 void (*set_pio_mode)(struct hwif_s *, ide_drive_t *);
678 void (*set_dma_mode)(struct hwif_s *, ide_drive_t *);
[all …]