Searched refs:ata_device (Results 1 – 3 of 3) sorted by relevance
615 struct ata_device *dev;669 struct ata_device { struct737 #define ATA_DEVICE_CLEAR_BEGIN offsetof(struct ata_device, n_sectors) argument738 #define ATA_DEVICE_CLEAR_END offsetof(struct ata_device, ering)741 struct ata_device *dev; /* offending device */800 struct ata_device device[ATA_MAX_DEVICES];904 unsigned long (*mode_filter)(struct ata_device *dev, unsigned long xfer_mask);905 void (*set_piomode)(struct ata_port *ap, struct ata_device *dev);906 void (*set_dmamode)(struct ata_port *ap, struct ata_device *dev);907 int (*set_mode)(struct ata_link *link, struct ata_device **r_failed_dev);[all …]
280 TP_PROTO(struct ata_device *dev, unsigned int eh_action, unsigned int eh_err_mask),
418 static inline struct ata_device *sas_to_ata_dev(struct domain_device *dev) in sas_to_ata_dev()