Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci.c4808 unsigned long long pel; in xhci_get_timeout_no_hub_lpm() local
4816 pel = DIV_ROUND_UP(udev->u1_params.pel, 1000); in xhci_get_timeout_no_hub_lpm()
4822 pel = DIV_ROUND_UP(udev->u2_params.pel, 1000); in xhci_get_timeout_no_hub_lpm()
4832 if (sel <= max_sel_pel && pel <= max_sel_pel) in xhci_get_timeout_no_hub_lpm()
4842 state_name, pel); in xhci_get_timeout_no_hub_lpm()
/linux/drivers/usb/core/
H A Dhub.c290 hub_pel = port_to_port_exit_latency * 1000 + hub_lpm_params->pel; in usb_set_lpm_pel()
296 udev_lpm_params->pel = max(first_link_pel, hub_pel); in usb_set_lpm_pel()
322 total_sel = udev_lpm_params->pel; in usb_set_lpm_sel()
4128 u1_pel = DIV_ROUND_UP(udev->u1_params.pel, 1000); in usb_req_set_sel()
4130 u2_pel = DIV_ROUND_UP(udev->u2_params.pel, 1000); in usb_req_set_sel()
/linux/include/linux/
H A Dusb.h561 unsigned int pel; member
/linux/Documentation/networking/
H A Daf_xdp.rst851 - Björn Töpel (AF_XDP core)
/linux/
H A DMAINTAINERS4864 M: Björn Töpel <bjorn@kernel.org>