Lines Matching refs:usb_intf
797 int rt2x00usb_probe(struct usb_interface *usb_intf, in rt2x00usb_probe() argument
800 struct usb_device *usb_dev = interface_to_usbdev(usb_intf); in rt2x00usb_probe()
815 usb_set_intfdata(usb_intf, hw); in rt2x00usb_probe()
818 rt2x00dev->dev = &usb_intf->dev; in rt2x00usb_probe()
860 usb_set_intfdata(usb_intf, NULL); in rt2x00usb_probe()
866 void rt2x00usb_disconnect(struct usb_interface *usb_intf) in rt2x00usb_disconnect() argument
868 struct ieee80211_hw *hw = usb_get_intfdata(usb_intf); in rt2x00usb_disconnect()
881 usb_set_intfdata(usb_intf, NULL); in rt2x00usb_disconnect()
882 usb_put_dev(interface_to_usbdev(usb_intf)); in rt2x00usb_disconnect()
887 int rt2x00usb_suspend(struct usb_interface *usb_intf, pm_message_t state) in rt2x00usb_suspend() argument
889 struct ieee80211_hw *hw = usb_get_intfdata(usb_intf); in rt2x00usb_suspend()
896 int rt2x00usb_resume(struct usb_interface *usb_intf) in rt2x00usb_resume() argument
898 struct ieee80211_hw *hw = usb_get_intfdata(usb_intf); in rt2x00usb_resume()