Searched refs:mel (Results 1 - 11 of 11) sorted by relevance

/linux-4.4.14/drivers/isdn/i4l/
H A Disdn_ttyfax.h6 * Copyright 1999 by Ralf Spachmann (mel@melware.de)
H A Disdn_ttyfax.c6 * Copyright 1999 by Ralf Spachmann (mel@melware.de)
/linux-4.4.14/arch/score/
H A DMakefile15 cflags-y += -G0 -pipe -mel -mnhwloop -D__SCOREEL__ \
/linux-4.4.14/scripts/
H A Dgfp-translate3 # (c) 2009, Mel Gorman <mel@csn.ul.ie>
/linux-4.4.14/mm/
H A Dmm_init.c5 * Author Mel Gorman <mel@csn.ul.ie>
H A Dcompaction.c8 * Copyright IBM Corp. 2007-2010 Mel Gorman <mel@csn.ul.ie>
/linux-4.4.14/Documentation/trace/postprocess/
H A Dtrace-pagealloc-postprocess.pl14 # Author: Mel Gorman <mel@csn.ul.ie>
H A Dtrace-vmscan-postprocess.pl12 # Author: Mel Gorman <mel@csn.ul.ie>
/linux-4.4.14/drivers/usb/host/
H A Dxhci.c4643 u1_mel_us = DIV_ROUND_UP(udev->u1_params.mel, 1000); calculate_max_exit_latency()
4646 u2_mel_us = DIV_ROUND_UP(udev->u2_params.mel, 1000); calculate_max_exit_latency()
4667 int mel; xhci_enable_usb3_lpm_timeout() local
4680 mel = calculate_max_exit_latency(udev, state, hub_encoded_timeout); xhci_enable_usb3_lpm_timeout()
4681 if (mel < 0) { xhci_enable_usb3_lpm_timeout()
4684 mel = 0; xhci_enable_usb3_lpm_timeout()
4687 ret = xhci_change_max_exit_latency(xhci, udev, mel); xhci_enable_usb3_lpm_timeout()
4697 u16 mel; xhci_disable_usb3_lpm_timeout() local
4704 mel = calculate_max_exit_latency(udev, state, USB3_LPM_DISABLED); xhci_disable_usb3_lpm_timeout()
4705 return xhci_change_max_exit_latency(xhci, udev, mel); xhci_disable_usb3_lpm_timeout()
/linux-4.4.14/include/linux/
H A Dusb.h449 unsigned int mel; member in struct:usb3_lpm_parameters
/linux-4.4.14/drivers/usb/core/
H A Dhub.c190 total_mel = hub_lpm_params->mel + usb_set_lpm_mel()
208 udev_lpm_params->mel = total_mel; usb_set_lpm_mel()

Completed in 464 milliseconds