Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/core/
H A Dhub.c253 unsigned int hub_pel; in usb_set_lpm_pel() local
271 hub_pel = port_to_port_exit_latency * 1000 + hub_lpm_params->pel; in usb_set_lpm_pel()
277 if (first_link_pel > hub_pel) in usb_set_lpm_pel()
280 udev_lpm_params->pel = hub_pel; in usb_set_lpm_pel()
/kernel/linux/linux-6.6/drivers/usb/core/
H A Dhub.c260 unsigned int hub_pel; in usb_set_lpm_pel() local
278 hub_pel = port_to_port_exit_latency * 1000 + hub_lpm_params->pel; in usb_set_lpm_pel()
284 if (first_link_pel > hub_pel) in usb_set_lpm_pel()
287 udev_lpm_params->pel = hub_pel; in usb_set_lpm_pel()

Completed in 14 milliseconds