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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dnokia.c142 .bMaxPower = 250, /* 500mA */
151 .bMaxPower = 50, /* 100 mA */
H A Dcomposite.c249 c->bMaxPower = config->bMaxPower ? : (CONFIG_USB_GADGET_VBUS_DRAW / 2);
463 power = c->bMaxPower ? (2 * c->bMaxPower) : CONFIG_USB_GADGET_VBUS_DRAW;
H A Dwebcam.c324 .bMaxPower = CONFIG_USB_GADGET_VBUS_DRAW / 2,
H A Dinode.c1014 power = dev->hs_config->bMaxPower;
1016 power = dev->config->bMaxPower;
1469 power = dev->hs_config->bMaxPower;
1472 power = dev->config->bMaxPower;
H A Dprinter.c256 .bMaxPower = CONFIG_USB_GADGET_VBUS_DRAW / 2,
971 power = 2 * config_desc.bMaxPower;
H A Dgmidi.c221 .bMaxPower = CONFIG_USB_GADGET_VBUS_DRAW / 2,
H A Dfile_storage.c478 .bMaxPower = CONFIG_USB_GADGET_VBUS_DRAW / 2,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Dgeneric.c94 if (c->desc.bMaxPower * 2 > udev->bus_mA) {
H A Ddevices.c324 desc->bMaxPower * 2);
H A Dsysfs.c42 usb_actconfig_attr(bMaxPower, 2, "%3dmA\n")
H A Dmessage.c1710 i = dev->bus_mA - cp->desc.bMaxPower * 2;
H A Dhub.c2932 delta = udev->actconfig->desc.bMaxPower * 2;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/usb/
H A Dcomposite.h173 * @bMaxPower: Copied into configuration descriptor.
220 u8 bMaxPower; member in struct:usb_configuration
H A Dch9.h288 __u8 bMaxPower; member in struct:usb_config_descriptor
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/misc/
H A Diowarrior.c574 info.power = cfg_descriptor->bMaxPower * 2;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dio_ti.c620 __func__, dev->config->desc.bMaxPower * 2);

Completed in 188 milliseconds