• Home
  • Raw
  • Download

Lines Matching defs:ap

639 	struct ata_port		*ap;  member
841 struct ata_port *ap; member
1112 static inline int ata_port_is_dummy(struct ata_port *ap) in ata_port_is_dummy()
1117 static inline bool ata_port_is_frozen(const struct ata_port *ap) in ata_port_is_frozen()
1163 static inline void ata_sas_port_suspend(struct ata_port *ap) in ata_sas_port_suspend()
1166 static inline void ata_sas_port_resume(struct ata_port *ap) in ata_sas_port_resume()
1360 static inline const struct ata_acpi_gtm *ata_acpi_init_gtm(struct ata_port *ap) in ata_acpi_init_gtm()
1372 static inline const struct ata_acpi_gtm *ata_acpi_init_gtm(struct ata_port *ap) in ata_acpi_init_gtm()
1377 static inline int ata_acpi_stm(const struct ata_port *ap, in ata_acpi_stm()
1383 static inline int ata_acpi_gtm(const struct ata_port *ap, in ata_acpi_gtm()
1395 static inline int ata_acpi_cbl_pata_type(struct ata_port *ap) in ata_acpi_cbl_pata_type()
1505 static inline bool sata_pmp_supported(struct ata_port *ap) in sata_pmp_supported()
1510 static inline bool sata_pmp_attached(struct ata_port *ap) in sata_pmp_attached()
1520 static inline bool sata_pmp_supported(struct ata_port *ap) in sata_pmp_supported()
1525 static inline bool sata_pmp_attached(struct ata_port *ap) in sata_pmp_attached()
1543 #define ata_port_printk(level, ap, fmt, ...) \ argument
1546 #define ata_port_err(ap, fmt, ...) \ argument
1548 #define ata_port_warn(ap, fmt, ...) \ argument
1550 #define ata_port_notice(ap, fmt, ...) \ argument
1552 #define ata_port_info(ap, fmt, ...) \ argument
1554 #define ata_port_dbg(ap, fmt, ...) \ argument
1627 static inline void ata_port_desc_misc(struct ata_port *ap, int irq) in ata_port_desc_misc()
1643 #define __ata_qc_for_each(ap, qc, tag, max_tag, fn) \ argument
1651 #define ata_qc_for_each_raw(ap, qc, tag) \ argument
1657 #define ata_qc_for_each(ap, qc, tag) \ argument
1663 #define ata_qc_for_each_with_internal(ap, qc, tag) \ argument
1767 #define ata_for_each_link(link, ap, mode) \ argument
1839 static inline struct ata_queued_cmd *__ata_qc_from_tag(struct ata_port *ap, in __ata_qc_from_tag()
1847 static inline struct ata_queued_cmd *ata_qc_from_tag(struct ata_port *ap, in ata_qc_from_tag()
2117 static inline u8 ata_sff_busy_wait(struct ata_port *ap, unsigned int bits, in ata_sff_busy_wait()
2141 static inline u8 ata_wait_idle(struct ata_port *ap) in ata_wait_idle()