Searched refs:loopback_driver (Results 1 – 2 of 2) sorted by relevance
220 static struct usb_configuration loopback_driver = { variable329 loopback_driver.iConfiguration = strings_dev[USB_GZERO_LB_DESC].id; in zero_bind()333 loopback_driver.bmAttributes &= ~USB_CONFIG_ATT_WAKEUP; in zero_bind()335 loopback_driver.descriptors = NULL; in zero_bind()338 loopback_driver.bmAttributes |= USB_CONFIG_ATT_WAKEUP; in zero_bind()346 loopback_driver.descriptors = otg_desc; in zero_bind()347 loopback_driver.bmAttributes |= USB_CONFIG_ATT_WAKEUP; in zero_bind()354 usb_add_config_only(cdev, &loopback_driver); in zero_bind()358 usb_add_config_only(cdev, &loopback_driver); in zero_bind()365 status = usb_add_function(&loopback_driver, func_lb); in zero_bind()
1217 static struct platform_driver loopback_driver = { variable1232 platform_driver_unregister(&loopback_driver); in loopback_unregister_all()1239 err = platform_driver_register(&loopback_driver); in alsa_card_loopback_init()