Home
last modified time | relevance | path

Searched refs:MaxPower (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/usb/gadget/legacy/
A Dnokia.c125 .MaxPower = 500,
133 .MaxPower = 100,
A Dgmidi.c122 .MaxPower = CONFIG_USB_GADGET_VBUS_DRAW,
A Dwebcam.c511 .MaxPower = CONFIG_USB_GADGET_VBUS_DRAW,
/linux/drivers/usb/gadget/
A Dcomposite.c534 if (c->MaxPower || (c->bmAttributes & USB_CONFIG_ATT_SELFPOWER)) in encode_bMaxPower()
535 val = c->MaxPower; in encode_bMaxPower()
1038 if (c->MaxPower || (c->bmAttributes & USB_CONFIG_ATT_SELFPOWER)) in set_config()
1039 power = c->MaxPower; in set_config()
2633 maxpower = cdev->config->MaxPower ? in composite_resume()
2634 cdev->config->MaxPower : CONFIG_USB_GADGET_VBUS_DRAW; in composite_resume()
A Dconfigfs.c529 return sprintf(page, "%u\n", cfg->c.MaxPower); in gadget_config_desc_MaxPower_show()
543 cfg->c.MaxPower = val; in gadget_config_desc_MaxPower_store()
573 CONFIGFS_ATTR(gadget_config_desc_, MaxPower);
739 cfg->c.MaxPower = CONFIG_USB_GADGET_VBUS_DRAW; in config_desc_make()
/linux/Documentation/ABI/testing/
A Dconfigfs-usb-gadget48 MaxPower maximum power consumption from the bus
/linux/include/linux/usb/
A Dcomposite.h322 u16 MaxPower; member
/linux/Documentation/usb/
A Dgadget_configfs.rst131 $ echo 120 > configs/c.1/MaxPower
195 ./configs/c.1/MaxPower
/linux/Documentation/sound/designs/
A Dmidi-2.0.rst422 % echo 120 > configs/c.1/MaxPower

Completed in 44 milliseconds