Lines Matching refs:usb_interface
39 struct usb_interface *interface; /* the interface for this device */
45 static int cytherm_probe(struct usb_interface *interface,
47 static void cytherm_disconnect(struct usb_interface *interface);
88 struct usb_interface *intf = to_usb_interface(dev); in show_brightness()
97 struct usb_interface *intf = to_usb_interface(dev); in set_brightness()
142 struct usb_interface *intf = to_usb_interface(dev); in show_temp()
188 struct usb_interface *intf = to_usb_interface(dev); in show_button()
226 struct usb_interface *intf = to_usb_interface(dev); in show_port0()
252 struct usb_interface *intf = to_usb_interface(dev); in set_port0()
286 struct usb_interface *intf = to_usb_interface(dev); in show_port1()
312 struct usb_interface *intf = to_usb_interface(dev); in set_port1()
346 static int cytherm_probe(struct usb_interface *interface, in cytherm_probe()
397 static void cytherm_disconnect(struct usb_interface *interface) in cytherm_disconnect()