Lines Matching refs:local
111 local_info_t *local; in hfa384x_outb_debug() local
115 local = iface->local; in hfa384x_outb_debug()
117 spin_lock_irqsave(&local->lock, flags); in hfa384x_outb_debug()
120 spin_unlock_irqrestore(&local->lock, flags); in hfa384x_outb_debug()
126 local_info_t *local; in hfa384x_inb_debug() local
131 local = iface->local; in hfa384x_inb_debug()
133 spin_lock_irqsave(&local->lock, flags); in hfa384x_inb_debug()
136 spin_unlock_irqrestore(&local->lock, flags); in hfa384x_inb_debug()
143 local_info_t *local; in hfa384x_outw_debug() local
147 local = iface->local; in hfa384x_outw_debug()
149 spin_lock_irqsave(&local->lock, flags); in hfa384x_outw_debug()
152 spin_unlock_irqrestore(&local->lock, flags); in hfa384x_outw_debug()
158 local_info_t *local; in hfa384x_inw_debug() local
163 local = iface->local; in hfa384x_inw_debug()
165 spin_lock_irqsave(&local->lock, flags); in hfa384x_inw_debug()
168 spin_unlock_irqrestore(&local->lock, flags); in hfa384x_inw_debug()
176 local_info_t *local; in hfa384x_outsw_debug() local
180 local = iface->local; in hfa384x_outsw_debug()
182 spin_lock_irqsave(&local->lock, flags); in hfa384x_outsw_debug()
185 spin_unlock_irqrestore(&local->lock, flags); in hfa384x_outsw_debug()
192 local_info_t *local; in hfa384x_insw_debug() local
196 local = iface->local; in hfa384x_insw_debug()
198 spin_lock_irqsave(&local->lock, flags); in hfa384x_insw_debug()
201 spin_unlock_irqrestore(&local->lock, flags); in hfa384x_insw_debug()
266 static void prism2_plx_cor_sreset(local_info_t *local) in prism2_plx_cor_sreset() argument
269 struct hostap_plx_priv *hw_priv = local->hw_priv; in prism2_plx_cor_sreset()
296 static void prism2_plx_genesis_reset(local_info_t *local, int hcr) in prism2_plx_genesis_reset() argument
299 struct hostap_plx_priv *hw_priv = local->hw_priv; in prism2_plx_genesis_reset()
440 local_info_t *local = NULL; in prism2_plx_probe() local
541 local = iface->local; in prism2_plx_probe()
542 local->hw_priv = hw_priv; in prism2_plx_probe()
592 hw_priv = iface->local->hw_priv; in prism2_plx_remove()
595 prism2_plx_cor_sreset(iface->local); in prism2_plx_remove()