Lines Matching full:iface

49 	struct hostap_interface *iface;  in hfa384x_outb_debug()  local
53 iface = netdev_priv(dev); in hfa384x_outb_debug()
54 local = iface->local; in hfa384x_outb_debug()
63 struct hostap_interface *iface; in hfa384x_inb_debug() local
68 iface = netdev_priv(dev); in hfa384x_inb_debug()
69 local = iface->local; in hfa384x_inb_debug()
79 struct hostap_interface *iface; in hfa384x_outw_debug() local
83 iface = netdev_priv(dev); in hfa384x_outw_debug()
84 local = iface->local; in hfa384x_outw_debug()
93 struct hostap_interface *iface; in hfa384x_inw_debug() local
98 iface = netdev_priv(dev); in hfa384x_inw_debug()
99 local = iface->local; in hfa384x_inw_debug()
110 struct hostap_interface *iface; in hfa384x_outsw_debug() local
114 iface = netdev_priv(dev); in hfa384x_outsw_debug()
115 local = iface->local; in hfa384x_outsw_debug()
125 struct hostap_interface *iface; in hfa384x_insw_debug() local
129 iface = netdev_priv(dev); in hfa384x_insw_debug()
130 local = iface->local; in hfa384x_insw_debug()
263 struct hostap_interface *iface = netdev_priv(dev); in sandisk_enable_wireless() local
264 local_info_t *local = iface->local; in sandisk_enable_wireless()
454 struct hostap_interface *iface; in prism2_detach() local
456 iface = netdev_priv(dev); in prism2_detach()
457 hw_priv = iface->local->hw_priv; in prism2_detach()
475 struct hostap_interface *iface; in prism2_config() local
512 iface = netdev_priv(dev); in prism2_config()
513 local = iface->local; in prism2_config()
560 struct hostap_interface *iface; in prism2_release() local
562 iface = netdev_priv(dev); in prism2_release()
564 iface->local->shutdown = 1; in prism2_release()
575 struct hostap_interface *iface = NULL; in hostap_cs_suspend() local
580 iface = netdev_priv(dev); in hostap_cs_suspend()
583 if (iface && iface->local) in hostap_cs_suspend()
584 dev_open = iface->local->num_dev_open > 0; in hostap_cs_suspend()
598 struct hostap_interface *iface = NULL; in hostap_cs_resume() local
603 iface = netdev_priv(dev); in hostap_cs_resume()
607 if (iface && iface->local) in hostap_cs_resume()
608 dev_open = iface->local->num_dev_open > 0; in hostap_cs_resume()