Lines Matching refs:interface
349 struct usb_interface *interface) in bcd2000_free_usb_related_resources() argument
363 static int bcd2000_probe(struct usb_interface *interface, in bcd2000_probe() argument
383 err = snd_card_new(&interface->dev, index[card_index], id[card_index], in bcd2000_probe()
391 bcd2k->dev = interface_to_usbdev(interface); in bcd2000_probe()
394 bcd2k->intf = interface; in bcd2000_probe()
396 snd_card_set_dev(card, &interface->dev); in bcd2000_probe()
413 usb_set_intfdata(interface, bcd2k); in bcd2000_probe()
421 bcd2000_free_usb_related_resources(bcd2k, interface); in bcd2000_probe()
427 static void bcd2000_disconnect(struct usb_interface *interface) in bcd2000_disconnect() argument
429 struct bcd2000 *bcd2k = usb_get_intfdata(interface); in bcd2000_disconnect()
439 bcd2000_free_usb_related_resources(bcd2k, interface); in bcd2000_disconnect()