Searched refs:loopback_driver (Results 1 – 2 of 2) sorted by relevance
202 static struct usb_configuration loopback_driver = { variable322 loopback_driver.iConfiguration = strings_dev[USB_GZERO_LB_DESC].id; in zero_bind()326 loopback_driver.bmAttributes &= ~USB_CONFIG_ATT_WAKEUP; in zero_bind()328 loopback_driver.descriptors = NULL; in zero_bind()331 loopback_driver.bmAttributes |= USB_CONFIG_ATT_WAKEUP; in zero_bind()351 loopback_driver.descriptors = otg_desc; in zero_bind()352 loopback_driver.bmAttributes |= USB_CONFIG_ATT_WAKEUP; in zero_bind()359 usb_add_config_only(cdev, &loopback_driver); in zero_bind()363 usb_add_config_only(cdev, &loopback_driver); in zero_bind()370 status = usb_add_function(&loopback_driver, func_lb); in zero_bind()
1788 static struct platform_driver loopback_driver = { variable1803 platform_driver_unregister(&loopback_driver); in loopback_unregister_all()1810 err = platform_driver_register(&loopback_driver); in alsa_card_loopback_init()