Lines Matching refs:iface
691 struct usb_interface *iface = hwarc->usb_iface; in hwarc_neep_init() local
692 struct usb_device *usb_dev = interface_to_usbdev(iface); in hwarc_neep_init()
693 struct device *dev = &iface->dev; in hwarc_neep_init()
697 epd = &iface->cur_altsetting->endpoint[0].desc; in hwarc_neep_init()
820 static int hwarc_probe(struct usb_interface *iface, in hwarc_probe() argument
826 struct device *dev = &iface->dev; in hwarc_probe()
840 hwarc->usb_dev = usb_get_dev(interface_to_usbdev(iface)); in hwarc_probe()
841 hwarc->usb_iface = usb_get_intf(iface); in hwarc_probe()
865 usb_set_intfdata(iface, hwarc); in hwarc_probe()
871 usb_put_intf(iface); in hwarc_probe()
879 static void hwarc_disconnect(struct usb_interface *iface) in hwarc_disconnect() argument
881 struct hwarc *hwarc = usb_get_intfdata(iface); in hwarc_disconnect()
892 static int hwarc_pre_reset(struct usb_interface *iface) in hwarc_pre_reset() argument
894 struct hwarc *hwarc = usb_get_intfdata(iface); in hwarc_pre_reset()
901 static int hwarc_post_reset(struct usb_interface *iface) in hwarc_post_reset() argument
903 struct hwarc *hwarc = usb_get_intfdata(iface); in hwarc_post_reset()