Home
last modified time | relevance | path

Searched refs:mel (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/usb/host/
Dxhci.c4638 if (xhci_service_interval_to_ns(desc) <= udev->u1_params.mel) { in xhci_calculate_u1_timeout()
4702 if (xhci_service_interval_to_ns(desc) <= udev->u2_params.mel) { in xhci_calculate_u2_timeout()
4914 u1_mel_us = DIV_ROUND_UP(udev->u1_params.mel, 1000); in calculate_max_exit_latency()
4917 u2_mel_us = DIV_ROUND_UP(udev->u2_params.mel, 1000); in calculate_max_exit_latency()
4938 int mel; in xhci_enable_usb3_lpm_timeout() local
4951 mel = calculate_max_exit_latency(udev, state, hub_encoded_timeout); in xhci_enable_usb3_lpm_timeout()
4952 if (mel < 0) { in xhci_enable_usb3_lpm_timeout()
4955 mel = 0; in xhci_enable_usb3_lpm_timeout()
4958 ret = xhci_change_max_exit_latency(xhci, udev, mel); in xhci_enable_usb3_lpm_timeout()
4968 u16 mel; in xhci_disable_usb3_lpm_timeout() local
[all …]
/Linux-v5.4/Documentation/ABI/stable/
Dsysfs-devices-node82 Contact: Mel Gorman <mel@csn.ul.ie>
/Linux-v5.4/include/linux/
Dusb.h529 unsigned int mel; member
/Linux-v5.4/drivers/usb/core/
Dhub.c201 total_mel = hub_lpm_params->mel + in usb_set_lpm_mel()
219 udev_lpm_params->mel = total_mel; in usb_set_lpm_mel()