Home
last modified time | relevance | path

Searched refs:USB_CONFIG_ATT_SELFPOWER (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dg_dnl.c143 config->bmAttributes = USB_CONFIG_ATT_ONE | USB_CONFIG_ATT_SELFPOWER; in g_dnl_config_register()
H A Dether.c371 .bmAttributes = USB_CONFIG_ATT_ONE | USB_CONFIG_ATT_SELFPOWER,
385 .bmAttributes = USB_CONFIG_ATT_ONE | USB_CONFIG_ATT_SELFPOWER,
/rk3399_rockchip-uboot/include/linux/usb/
H A Dch9.h327 #define USB_CONFIG_ATT_SELFPOWER (1 << 6) /* self powered */ macro