Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dhub.c294 unsigned int num_hubs; in usb_set_lpm_sel() local
300 for (parent = udev->parent, num_hubs = 0; parent->parent; in usb_set_lpm_sel()
302 num_hubs++; in usb_set_lpm_sel()
304 if (num_hubs > 0) in usb_set_lpm_sel()
305 total_sel += 2100 + 250 * (num_hubs - 1); in usb_set_lpm_sel()
308 total_sel += 250 * num_hubs; in usb_set_lpm_sel()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.c4849 unsigned int num_hubs; in xhci_check_intel_tier_policy() local
4855 for (parent = udev->parent, num_hubs = 0; parent->parent; in xhci_check_intel_tier_policy()
4857 num_hubs++; in xhci_check_intel_tier_policy()
4859 if (num_hubs < 2) in xhci_check_intel_tier_policy()