Lines Matching refs:usb_intf
781 int rt2x00usb_probe(struct usb_interface *usb_intf, in rt2x00usb_probe() argument
784 struct usb_device *usb_dev = interface_to_usbdev(usb_intf); in rt2x00usb_probe()
799 usb_set_intfdata(usb_intf, hw); in rt2x00usb_probe()
802 rt2x00dev->dev = &usb_intf->dev; in rt2x00usb_probe()
832 usb_set_intfdata(usb_intf, NULL); in rt2x00usb_probe()
838 void rt2x00usb_disconnect(struct usb_interface *usb_intf) in rt2x00usb_disconnect() argument
840 struct ieee80211_hw *hw = usb_get_intfdata(usb_intf); in rt2x00usb_disconnect()
853 usb_set_intfdata(usb_intf, NULL); in rt2x00usb_disconnect()
854 usb_put_dev(interface_to_usbdev(usb_intf)); in rt2x00usb_disconnect()
859 int rt2x00usb_suspend(struct usb_interface *usb_intf, pm_message_t state) in rt2x00usb_suspend() argument
861 struct ieee80211_hw *hw = usb_get_intfdata(usb_intf); in rt2x00usb_suspend()
868 int rt2x00usb_resume(struct usb_interface *usb_intf) in rt2x00usb_resume() argument
870 struct ieee80211_hw *hw = usb_get_intfdata(usb_intf); in rt2x00usb_resume()