Home
last modified time | relevance | path

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

/external/u-boot/common/
Dusb.c1227 uint8_t *hub_address, uint8_t *hub_port) in usb_find_usb2_hub_address_port() argument
1249 *hub_port = 0; in usb_find_usb2_hub_address_port()
1258 *hub_port = ttdev->portnr; in usb_find_usb2_hub_address_port()
1262 uint8_t *hub_address, uint8_t *hub_port) in usb_find_usb2_hub_address_port() argument
1270 *hub_port = udev->portnr; in usb_find_usb2_hub_address_port()
1276 *hub_port = 0; in usb_find_usb2_hub_address_port()
/external/u-boot/drivers/usb/host/
Ddwc2.c503 uint8_t hub_devnum, uint8_t hub_port) in dwc_otg_hc_init_split() argument
509 hcsplt |= hub_port << DWC2_HCSPLT_PRTADDR_OFFSET; in dwc_otg_hc_init_split()
942 uint8_t hub_port; in chunk_msg() local
947 &hub_port); in chunk_msg()
948 dwc_otg_hc_init_split(hc_regs, hub_addr, hub_port); in chunk_msg()
/external/syzkaller/docs/linux/
Dsetup_ubuntu-host_odroid-c2-board_arm64-kernel.md306 "hub_port": 5
318 - `vm.hub_port` (number of the USB hub port to which Odroid power plug is connected)
/external/u-boot/include/
Dusb.h936 uint8_t *hub_address, uint8_t *hub_port);