Lines Matching refs:iface

48 	struct hostap_interface *iface;  in hfa384x_outb_debug()  local
52 iface = netdev_priv(dev); in hfa384x_outb_debug()
53 local = iface->local; in hfa384x_outb_debug()
62 struct hostap_interface *iface; in hfa384x_inb_debug() local
67 iface = netdev_priv(dev); in hfa384x_inb_debug()
68 local = iface->local; in hfa384x_inb_debug()
78 struct hostap_interface *iface; in hfa384x_outw_debug() local
82 iface = netdev_priv(dev); in hfa384x_outw_debug()
83 local = iface->local; in hfa384x_outw_debug()
92 struct hostap_interface *iface; in hfa384x_inw_debug() local
97 iface = netdev_priv(dev); in hfa384x_inw_debug()
98 local = iface->local; in hfa384x_inw_debug()
109 struct hostap_interface *iface; in hfa384x_outsw_debug() local
113 iface = netdev_priv(dev); in hfa384x_outsw_debug()
114 local = iface->local; in hfa384x_outsw_debug()
124 struct hostap_interface *iface; in hfa384x_insw_debug() local
128 iface = netdev_priv(dev); in hfa384x_insw_debug()
129 local = iface->local; in hfa384x_insw_debug()
262 struct hostap_interface *iface = netdev_priv(dev); in sandisk_enable_wireless() local
263 local_info_t *local = iface->local; in sandisk_enable_wireless()
453 struct hostap_interface *iface; in prism2_detach() local
455 iface = netdev_priv(dev); in prism2_detach()
456 hw_priv = iface->local->hw_priv; in prism2_detach()
474 struct hostap_interface *iface; in prism2_config() local
511 iface = netdev_priv(dev); in prism2_config()
512 local = iface->local; in prism2_config()
559 struct hostap_interface *iface; in prism2_release() local
561 iface = netdev_priv(dev); in prism2_release()
563 iface->local->shutdown = 1; in prism2_release()
574 struct hostap_interface *iface = NULL; in hostap_cs_suspend() local
579 iface = netdev_priv(dev); in hostap_cs_suspend()
582 if (iface && iface->local) in hostap_cs_suspend()
583 dev_open = iface->local->num_dev_open > 0; in hostap_cs_suspend()
597 struct hostap_interface *iface = NULL; in hostap_cs_resume() local
602 iface = netdev_priv(dev); in hostap_cs_resume()
606 if (iface && iface->local) in hostap_cs_resume()
607 dev_open = iface->local->num_dev_open > 0; in hostap_cs_resume()