Lines Matching defs:dev
34 #define ATA_PRIMARY_IRQ(dev) 14 argument
35 #define ATA_SECONDARY_IRQ(dev) 15 argument
45 #define ata_print_version_once(dev, version) \ argument
619 struct device *dev; member
637 struct ata_device *dev; member
799 struct ata_device *dev; /* offending device */ member
907 struct device *dev; member
1385 static inline unsigned int ata_acpi_gtm_xfermask(struct ata_device *dev, in ata_acpi_gtm_xfermask()
1579 #define ata_dev_printk(level, dev, fmt, ...) \ argument
1585 #define ata_dev_err(dev, fmt, ...) \ argument
1587 #define ata_dev_warn(dev, fmt, ...) \ argument
1589 #define ata_dev_notice(dev, fmt, ...) \ argument
1591 #define ata_dev_info(dev, fmt, ...) \ argument
1593 #define ata_dev_dbg(dev, fmt, ...) \ argument
1685 static inline unsigned int ata_dev_enabled(const struct ata_device *dev) in ata_dev_enabled()
1690 static inline unsigned int ata_dev_disabled(const struct ata_device *dev) in ata_dev_disabled()
1695 static inline unsigned int ata_dev_absent(const struct ata_device *dev) in ata_dev_absent()
1768 #define ata_for_each_dev(dev, link, mode) \ argument
1782 static inline bool ata_ncq_supported(struct ata_device *dev) in ata_ncq_supported()
1799 static inline bool ata_ncq_enabled(struct ata_device *dev) in ata_ncq_enabled()
1804 static inline bool ata_fpdma_dsm_supported(struct ata_device *dev) in ata_fpdma_dsm_supported()
1811 static inline bool ata_fpdma_read_log_supported(struct ata_device *dev) in ata_fpdma_read_log_supported()
1818 static inline bool ata_fpdma_zac_mgmt_in_supported(struct ata_device *dev) in ata_fpdma_zac_mgmt_in_supported()
1825 static inline bool ata_fpdma_zac_mgmt_out_supported(struct ata_device *dev) in ata_fpdma_zac_mgmt_out_supported()
1864 static inline void ata_tf_init(struct ata_device *dev, struct ata_taskfile *tf) in ata_tf_init()
1898 static inline int ata_try_flush_cache(const struct ata_device *dev) in ata_try_flush_cache()