Searched refs:num_hubs (Results 1 – 1 of 1) sorted by relevance
316 unsigned int num_hubs; in usb_set_lpm_sel() local322 for (parent = udev->parent, num_hubs = 0; parent->parent; in usb_set_lpm_sel()324 num_hubs++; in usb_set_lpm_sel()326 if (num_hubs > 0) in usb_set_lpm_sel()327 total_sel += 2100 + 250 * (num_hubs - 1); in usb_set_lpm_sel()330 total_sel += 250 * num_hubs; in usb_set_lpm_sel()