Searched refs:functions_bound (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/dev/usb/usb-peripheral/
H A Dusb-peripheral.c49 the configuration descriptor. Once we get to this point, usb_device_t.functions_bound
54 and "functions_bound" is true, then we are ready to start USB in peripheral role.
120 bool functions_bound; member in struct:usb_device
712 if (dev->functions_bound) {
800 bool add_function_devs = (dev->usb_mode == USB_MODE_PERIPHERAL && dev->functions_bound);
844 if (dev->functions_bound) {
862 zxlogf(TRACE, "usb_dev_bind_functions functions_bound = true\n");
863 dev->functions_bound = true;
884 dev->functions_bound = false;

Completed in 28 milliseconds