Lines Matching +defs:a +defs:link
39 struct pcmcia_device *link; member
46 static inline void hfa384x_outb_debug(struct net_device *dev, int a, u8 v) in hfa384x_outb_debug()
60 static inline u8 hfa384x_inb_debug(struct net_device *dev, int a) in hfa384x_inb_debug()
76 static inline void hfa384x_outw_debug(struct net_device *dev, int a, u16 v) in hfa384x_outw_debug()
90 static inline u16 hfa384x_inw_debug(struct net_device *dev, int a) in hfa384x_inw_debug()
106 static inline void hfa384x_outsw_debug(struct net_device *dev, int a, in hfa384x_outsw_debug()
121 static inline void hfa384x_insw_debug(struct net_device *dev, int a, in hfa384x_insw_debug()
136 #define HFA384X_OUTB(v,a) hfa384x_outb_debug(dev, (a), (v)) argument
137 #define HFA384X_INB(a) hfa384x_inb_debug(dev, (a)) argument
138 #define HFA384X_OUTW(v,a) hfa384x_outw_debug(dev, (a), (v)) argument
139 #define HFA384X_INW(a) hfa384x_inw_debug(dev, (a)) argument
140 #define HFA384X_OUTSW(a, buf, wc) hfa384x_outsw_debug(dev, (a), (buf), (wc)) argument
141 #define HFA384X_INSW(a, buf, wc) hfa384x_insw_debug(dev, (a), (buf), (wc)) argument
145 #define HFA384X_OUTB(v,a) outb((v), dev->base_addr + (a)) argument
146 #define HFA384X_INB(a) inb(dev->base_addr + (a)) argument
147 #define HFA384X_OUTW(v,a) outw((v), dev->base_addr + (a)) argument
148 #define HFA384X_INW(a) inw(dev->base_addr + (a)) argument
149 #define HFA384X_INSW(a, buf, wc) insw(dev->base_addr + (a), buf, wc) argument
150 #define HFA384X_OUTSW(a, buf, wc) outsw(dev->base_addr + (a), buf, wc) argument
443 static void prism2_detach(struct pcmcia_device *link) in prism2_detach()
471 static int prism2_config(struct pcmcia_device *link) in prism2_config()
553 struct pcmcia_device *link = (struct pcmcia_device *)arg; in prism2_release() local
570 static int hostap_cs_suspend(struct pcmcia_device *link) in hostap_cs_suspend()
593 static int hostap_cs_resume(struct pcmcia_device *link) in hostap_cs_resume()