Home
last modified time | relevance | path

Searched refs:USB_PORT_FEAT_SUSPEND (Results 1 – 5 of 5) sorted by relevance

/external/kernel-headers/original/uapi/linux/usb/
Dch11.h73 #define USB_PORT_FEAT_SUSPEND 2 /* L2 suspend */ macro
/external/u-boot/include/
Dusb_defs.h225 #define USB_PORT_FEAT_SUSPEND 2 macro
/external/u-boot/drivers/usb/host/
Dsl811-hcd.c604 case USB_PORT_FEAT_SUSPEND: in sl811_rh_submit_urb()
636 case USB_PORT_FEAT_SUSPEND: in sl811_rh_submit_urb()
Ddwc2.c741 case USB_PORT_FEAT_SUSPEND: in dwc_otg_submit_rh_msg_out()
/external/u-boot/common/
Dusb_hub.c530 usb_clear_port_feature(dev, i + 1, USB_PORT_FEAT_SUSPEND); in usb_scan_port()