Home
last modified time | relevance | path

Searched refs:bMaxPower (Results 1 – 13 of 13) sorted by relevance

/external/libusb/
DChangeLog110 * Reverts the previous API change with regards to bMaxPower.
114 guidelines with regards to concurrent use of MaxPower/bMaxPower still apply.
118 MaxPower was used instead of bMaxPower, as defined in the specs. If your
232 using the bMaxPower attribute in struct libusb_config_descriptor, the
241 if (dev->config[0].bMaxPower < 250)
/external/u-boot/drivers/usb/gadget/
Dcomposite.c180 c->bMaxPower = config->bMaxPower ? : (CONFIG_USB_GADGET_VBUS_DRAW / 2); in config_buf()
395 power = c->bMaxPower ? (2 * c->bMaxPower) : CONFIG_USB_GADGET_VBUS_DRAW; in set_config()
Dether.c375 .bMaxPower = 1,
389 .bMaxPower = 1,
1093 power = 2 * eth_config.bMaxPower; in eth_set_config()
2199 eth_config.bMaxPower = 4; in eth_bind()
2202 rndis_config.bMaxPower = 4; in eth_bind()
/external/u-boot/include/linux/usb/
Dcomposite.h217 u8 bMaxPower; member
Dch9.h320 __u8 bMaxPower; member
/external/u-boot/cmd/
Dusb.c194 config->bMaxPower*2); in usb_display_conf_desc()
409 dev->config.desc.bMaxPower * 2);
/external/u-boot/drivers/usb/emul/
Dsandbox_keyb.c75 .bMaxPower = 50,
Dsandbox_hub.c62 .bMaxPower = 50,
Dsandbox_flash.c125 .bMaxPower = 50,
/external/u-boot/drivers/serial/
Dusbtty.c169 .bMaxPower = USBTTY_MAXPOWER
300 .bMaxPower = USBTTY_MAXPOWER
/external/u-boot/include/
Dusbdescriptors.h210 u8 bMaxPower; member
/external/autotest/client/cros/cellular/mbim_compliance/
Dusb_descriptors_unittest.py188 self.assertEquals(250, descriptor.bMaxPower)
/external/kernel-headers/original/uapi/linux/usb/
Dch9.h354 __u8 bMaxPower; member