Searched refs:ata_device (Results 1 – 3 of 3) sorted by relevance
635 struct ata_device *dev;689 struct ata_device { struct757 #define ATA_DEVICE_CLEAR_BEGIN offsetof(struct ata_device, n_sectors) argument758 #define ATA_DEVICE_CLEAR_END offsetof(struct ata_device, ering)761 struct ata_device *dev; /* offending device */820 struct ata_device device[ATA_MAX_DEVICES];926 unsigned long (*mode_filter)(struct ata_device *dev, unsigned long xfer_mask);927 void (*set_piomode)(struct ata_port *ap, struct ata_device *dev);928 void (*set_dmamode)(struct ata_port *ap, struct ata_device *dev);929 int (*set_mode)(struct ata_link *link, struct ata_device **r_failed_dev);[all …]
281 TP_PROTO(struct ata_device *dev, unsigned int eh_action, unsigned int eh_err_mask),
414 static inline struct ata_device *sas_to_ata_dev(struct domain_device *dev) in sas_to_ata_dev()