Searched refs:mel (Results 1 - 11 of 11) sorted by relevance
/linux-4.1.27/drivers/isdn/i4l/ |
H A D | isdn_ttyfax.h | 6 * Copyright 1999 by Ralf Spachmann (mel@melware.de)
|
H A D | isdn_ttyfax.c | 6 * Copyright 1999 by Ralf Spachmann (mel@melware.de)
|
/linux-4.1.27/arch/score/ |
H A D | Makefile | 15 cflags-y += -G0 -pipe -mel -mnhwloop -D__SCOREEL__ \
|
/linux-4.1.27/scripts/ |
H A D | gfp-translate | 3 # (c) 2009, Mel Gorman <mel@csn.ul.ie>
|
/linux-4.1.27/mm/ |
H A D | mm_init.c | 5 * Author Mel Gorman <mel@csn.ul.ie>
|
H A D | compaction.c | 8 * Copyright IBM Corp. 2007-2010 Mel Gorman <mel@csn.ul.ie>
|
/linux-4.1.27/Documentation/trace/postprocess/ |
H A D | trace-pagealloc-postprocess.pl | 14 # Author: Mel Gorman <mel@csn.ul.ie>
|
H A D | trace-vmscan-postprocess.pl | 12 # Author: Mel Gorman <mel@csn.ul.ie>
|
/linux-4.1.27/drivers/usb/host/ |
H A D | xhci.c | 4655 u1_mel_us = DIV_ROUND_UP(udev->u1_params.mel, 1000); calculate_max_exit_latency() 4658 u2_mel_us = DIV_ROUND_UP(udev->u2_params.mel, 1000); calculate_max_exit_latency() 4679 int mel; xhci_enable_usb3_lpm_timeout() local 4692 mel = calculate_max_exit_latency(udev, state, hub_encoded_timeout); xhci_enable_usb3_lpm_timeout() 4693 if (mel < 0) { xhci_enable_usb3_lpm_timeout() 4696 mel = 0; xhci_enable_usb3_lpm_timeout() 4699 ret = xhci_change_max_exit_latency(xhci, udev, mel); xhci_enable_usb3_lpm_timeout() 4709 u16 mel; xhci_disable_usb3_lpm_timeout() local 4717 mel = calculate_max_exit_latency(udev, state, USB3_LPM_DISABLED); xhci_disable_usb3_lpm_timeout() 4718 ret = xhci_change_max_exit_latency(xhci, udev, mel); xhci_disable_usb3_lpm_timeout()
|
/linux-4.1.27/include/linux/ |
H A D | usb.h | 444 unsigned int mel; member in struct:usb3_lpm_parameters
|
/linux-4.1.27/drivers/usb/core/ |
H A D | hub.c | 190 total_mel = hub_lpm_params->mel + usb_set_lpm_mel() 208 udev_lpm_params->mel = total_mel; usb_set_lpm_mel()
|
Completed in 1242 milliseconds