Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dusb_hub.c120 int usb_get_port_status(struct usb_device *dev, int port, void *data) in usb_get_port_status() function
289 if (usb_get_port_status(dev, port + 1, portsts) < 0) { in usb_hub_port_reset()
349 ret = usb_get_port_status(dev, port + 1, portsts); in usb_hub_port_connect_change()
451 ret = usb_get_port_status(dev, i + 1, portsts); in usb_scan_port()
H A Dusb.c160 if (usb_get_port_status(&usb_dev[j], i + 1, in usb_detect_change()
/openbmc/u-boot/include/
H A Dusb.h279 int usb_get_port_status(struct usb_device *dev, int port, void *data);
/openbmc/u-boot/drivers/usb/host/
H A Dusb-uclass.c699 if (usb_get_port_status(udev, udev->portnr, &status) in usb_detect_change()