Searched refs:ap (Results 1 - 6 of 6) sorted by relevance

/include/linux/
H A Dlibata.h75 #define BPRINTK(fmt, args...) if (ap->flags & ATA_FLAG_DEBUGMSG) printk(KERN_ERR "%s: " fmt, __func__, ## args)
211 /* bits 24:31 of ap->flags are reserved for LLD specific flags */
556 struct ata_port *ap; member in struct:ata_queued_cmd
706 struct ata_port *ap; member in struct:ata_link
738 /* Flags that change dynamically, protected by ap->lock */
827 int (*cable_detect)(struct ata_port *ap);
829 void (*set_piomode)(struct ata_port *ap, struct ata_device *dev);
830 void (*set_dmamode)(struct ata_port *ap, struct ata_device *dev);
836 void (*freeze)(struct ata_port *ap);
837 void (*thaw)(struct ata_port *ap);
957 ata_port_is_dummy(struct ata_port *ap) argument
1107 ata_acpi_init_gtm(struct ata_port *ap) argument
1119 ata_acpi_init_gtm(struct ata_port *ap) argument
1124 ata_acpi_stm(const struct ata_port *ap, struct ata_acpi_gtm *stm) argument
1130 ata_acpi_gtm(const struct ata_port *ap, struct ata_acpi_gtm *stm) argument
1142 ata_acpi_cbl_80wire(struct ata_port *ap, const struct ata_acpi_gtm *gtm) argument
1222 sata_pmp_supported(struct ata_port *ap) argument
1227 sata_pmp_attached(struct ata_port *ap) argument
1237 sata_pmp_supported(struct ata_port *ap) argument
1242 sata_pmp_attached(struct ata_port *ap) argument
1473 __ata_qc_from_tag(struct ata_port *ap, unsigned int tag) argument
1481 ata_qc_from_tag(struct ata_port *ap, unsigned int tag) argument
1748 ata_sff_busy_wait(struct ata_port *ap, unsigned int bits, unsigned int max) argument
1772 ata_wait_idle(struct ata_port *ap) argument
[all...]
H A Dkernelcapi.h56 void (*recv_message)(struct capi20_appl *ap, struct sk_buff *skb);
71 u16 capi20_register(struct capi20_appl *ap);
72 u16 capi20_release(struct capi20_appl *ap);
73 u16 capi20_put_message(struct capi20_appl *ap, struct sk_buff *skb);
H A Dkernel.h520 __ftrace_vbprintk(unsigned long ip, const char *fmt, va_list ap);
523 __ftrace_vprintk(unsigned long ip, const char *fmt, va_list ap);
545 ftrace_vprintk(const char *fmt, va_list ap) argument
/include/acpi/platform/
H A Dacenv.h301 #define va_arg(ap, T) (*(T *)(((ap) += (_bnd (T, _AUPBND))) - (_bnd (T,_ADNBND))))
302 #define va_end(ap) (void) 0
303 #define va_start(ap, A) (void) ((ap) = (((char *) &(A)) + (_bnd (A,_AUPBND))))
/include/scsi/
H A Dlibsas.h174 struct ata_port *ap; member in struct:sata_device
439 return &dev->sata_dev.ap->link.device[0];
/include/net/
H A Dax25.h345 extern void ax25_register_pid(struct ax25_protocol *ap);

Completed in 171 milliseconds