Home
last modified time | relevance | path

Searched refs:pel (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/usb/host/
Dxhci.c4294 unsigned long long pel; in xhci_get_timeout_no_hub_lpm() local
4302 pel = DIV_ROUND_UP(udev->u1_params.pel, 1000); in xhci_get_timeout_no_hub_lpm()
4308 pel = DIV_ROUND_UP(udev->u2_params.pel, 1000); in xhci_get_timeout_no_hub_lpm()
4318 if (sel <= max_sel_pel && pel <= max_sel_pel) in xhci_get_timeout_no_hub_lpm()
4328 state_name, pel); in xhci_get_timeout_no_hub_lpm()
/linux-4.4.14/drivers/usb/core/
Dhub.c242 hub_pel = port_to_port_exit_latency * 1000 + hub_lpm_params->pel; in usb_set_lpm_pel()
249 udev_lpm_params->pel = first_link_pel; in usb_set_lpm_pel()
251 udev_lpm_params->pel = hub_pel; in usb_set_lpm_pel()
277 total_sel = udev_lpm_params->pel; in usb_set_lpm_sel()
3677 u1_pel = DIV_ROUND_UP(udev->u1_params.pel, 1000); in usb_req_set_sel()
3679 u2_pel = DIV_ROUND_UP(udev->u2_params.pel, 1000); in usb_req_set_sel()
/linux-4.4.14/include/linux/
Dusb.h455 unsigned int pel; member