Lines Matching refs:usb_intf
610 int rt2x00usb_probe(struct usb_interface *usb_intf, in rt2x00usb_probe() argument
613 struct usb_device *usb_dev = interface_to_usbdev(usb_intf); in rt2x00usb_probe()
628 usb_set_intfdata(usb_intf, hw); in rt2x00usb_probe()
631 rt2x00dev->dev = &usb_intf->dev; in rt2x00usb_probe()
654 usb_set_intfdata(usb_intf, NULL); in rt2x00usb_probe()
660 void rt2x00usb_disconnect(struct usb_interface *usb_intf) in rt2x00usb_disconnect() argument
662 struct ieee80211_hw *hw = usb_get_intfdata(usb_intf); in rt2x00usb_disconnect()
675 usb_set_intfdata(usb_intf, NULL); in rt2x00usb_disconnect()
676 usb_put_dev(interface_to_usbdev(usb_intf)); in rt2x00usb_disconnect()
681 int rt2x00usb_suspend(struct usb_interface *usb_intf, pm_message_t state) in rt2x00usb_suspend() argument
683 struct ieee80211_hw *hw = usb_get_intfdata(usb_intf); in rt2x00usb_suspend()
696 usb_put_dev(interface_to_usbdev(usb_intf)); in rt2x00usb_suspend()
702 int rt2x00usb_resume(struct usb_interface *usb_intf) in rt2x00usb_resume() argument
704 struct ieee80211_hw *hw = usb_get_intfdata(usb_intf); in rt2x00usb_resume()
708 usb_get_dev(interface_to_usbdev(usb_intf)); in rt2x00usb_resume()