Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Dusb_hub.c102 static int usb_clear_port_feature(struct usb_device *dev, int port, int feature) in usb_clear_port_feature() function
340 usb_clear_port_feature(dev, port + 1, USB_PORT_FEAT_C_RESET); in usb_hub_port_reset()
368 usb_clear_port_feature(dev, port + 1, USB_PORT_FEAT_C_CONNECTION); in usb_hub_port_connect_change()
436 usb_clear_port_feature(dev, port + 1, USB_PORT_FEAT_ENABLE); in usb_hub_port_connect_change()
503 usb_clear_port_feature(dev, i + 1, USB_PORT_FEAT_C_RESET); in usb_scan_port()
509 usb_clear_port_feature(dev, i + 1, USB_SS_PORT_FEAT_C_BH_RESET); in usb_scan_port()
519 usb_clear_port_feature(dev, i + 1, USB_PORT_FEAT_C_ENABLE); in usb_scan_port()
542 usb_clear_port_feature(dev, i + 1, USB_PORT_FEAT_SUSPEND); in usb_scan_port()
547 usb_clear_port_feature(dev, i + 1, in usb_scan_port()