Home
last modified time | relevance | path

Searched refs:total_sel (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/core/
H A Dhub.c303 unsigned int total_sel; in usb_set_lpm_sel() local
306 total_sel = udev_lpm_params->pel; in usb_set_lpm_sel()
313 total_sel += 2100 + 250 * (num_hubs - 1); in usb_set_lpm_sel()
316 total_sel += 250 * num_hubs; in usb_set_lpm_sel()
318 udev_lpm_params->sel = total_sel; in usb_set_lpm_sel()
/kernel/linux/linux-6.6/drivers/usb/core/
H A Dhub.c310 unsigned int total_sel; in usb_set_lpm_sel() local
313 total_sel = udev_lpm_params->pel; in usb_set_lpm_sel()
320 total_sel += 2100 + 250 * (num_hubs - 1); in usb_set_lpm_sel()
323 total_sel += 250 * num_hubs; in usb_set_lpm_sel()
325 udev_lpm_params->sel = total_sel; in usb_set_lpm_sel()

Completed in 15 milliseconds