Lines Matching refs:interface
273 static int stk1160_probe(struct usb_interface *interface, in stk1160_probe() argument
282 udev = interface_to_usbdev(interface); in stk1160_probe()
288 if (interface->altsetting[0].desc.bInterfaceClass == USB_CLASS_AUDIO) in stk1160_probe()
293 interface->num_altsetting, GFP_KERNEL); in stk1160_probe()
301 rc = stk1160_scan_usb(interface, udev, alt_max_pkt_size); in stk1160_probe()
315 dev->num_alt = interface->num_altsetting; in stk1160_probe()
319 dev->dev = &interface->dev; in stk1160_probe()
321 usb_set_intfdata(interface, dev); in stk1160_probe()
397 static void stk1160_disconnect(struct usb_interface *interface) in stk1160_disconnect() argument
401 dev = usb_get_intfdata(interface); in stk1160_disconnect()
402 usb_set_intfdata(interface, NULL); in stk1160_disconnect()