Lines Matching refs:interface
351 struct usb_interface *interface) in bcd2000_free_usb_related_resources() argument
364 static int bcd2000_probe(struct usb_interface *interface, in bcd2000_probe() argument
384 err = snd_card_new(&interface->dev, index[card_index], id[card_index], in bcd2000_probe()
392 bcd2k->dev = interface_to_usbdev(interface); in bcd2000_probe()
395 bcd2k->intf = interface; in bcd2000_probe()
397 snd_card_set_dev(card, &interface->dev); in bcd2000_probe()
414 usb_set_intfdata(interface, bcd2k); in bcd2000_probe()
422 bcd2000_free_usb_related_resources(bcd2k, interface); in bcd2000_probe()
428 static void bcd2000_disconnect(struct usb_interface *interface) in bcd2000_disconnect() argument
430 struct bcd2000 *bcd2k = usb_get_intfdata(interface); in bcd2000_disconnect()
440 bcd2000_free_usb_related_resources(bcd2k, interface); in bcd2000_disconnect()