Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Dusb_hub.c123 int usb_get_port_status(struct usb_device *dev, int port, void *data) in usb_get_port_status() function
292 if (usb_get_port_status(dev, port + 1, portsts) < 0) { in usb_hub_port_reset()
355 ret = usb_get_port_status(dev, port + 1, portsts); in usb_hub_port_connect_change()
463 ret = usb_get_port_status(dev, i + 1, portsts); in usb_scan_port()
H A Dusb.c161 if (usb_get_port_status(&usb_dev[j], i + 1, in usb_detect_change()
/rk3399_rockchip-uboot/include/
H A Dusb.h280 int usb_get_port_status(struct usb_device *dev, int port, void *data);
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dusb-uclass.c699 if (usb_get_port_status(udev, udev->portnr, &status) in usb_detect_change()