Searched refs:loopback_driver (Results 1 – 2 of 2) sorted by relevance
217 static struct usb_configuration loopback_driver = { variable331 loopback_driver.iConfiguration = strings_dev[USB_GZERO_LB_DESC].id; in zero_bind()335 loopback_driver.bmAttributes &= ~USB_CONFIG_ATT_WAKEUP; in zero_bind()337 loopback_driver.descriptors = NULL; in zero_bind()340 loopback_driver.bmAttributes |= USB_CONFIG_ATT_WAKEUP; in zero_bind()360 loopback_driver.descriptors = otg_desc; in zero_bind()361 loopback_driver.bmAttributes |= USB_CONFIG_ATT_WAKEUP; in zero_bind()368 usb_add_config_only(cdev, &loopback_driver); in zero_bind()372 usb_add_config_only(cdev, &loopback_driver); in zero_bind()379 status = usb_add_function(&loopback_driver, func_lb); in zero_bind()
1850 static struct platform_driver loopback_driver = { variable1864 platform_driver_unregister(&loopback_driver); in loopback_unregister_all()1871 err = platform_driver_register(&loopback_driver); in alsa_card_loopback_init()