/Linux-v4.19/fs/ocfs2/ |
D | slot_map.c | 268 int preferred) in __ocfs2_find_empty_slot() argument 272 if ((preferred >= 0) && (preferred < si->si_num_slots)) { in __ocfs2_find_empty_slot() 273 if (!si->si_slots[preferred].sl_valid) { in __ocfs2_find_empty_slot() 274 ret = preferred; in __ocfs2_find_empty_slot()
|
/Linux-v4.19/Documentation/ABI/stable/ |
D | sysfs-class-backlight | 50 control should be preferred to platform control should 51 be preferred to raw control. Using a firmware
|
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | platform.c | 567 u8 rx_amp = 0, i = 0, preferred = 0, *cache = ppd->qsfp_info.cache; in apply_rx_amplitude_settings() local 608 preferred = i; in apply_rx_amplitude_settings() 609 if (preferred == rx_preset) in apply_rx_amplitude_settings() 618 if (!preferred && !(cache[(128 * 3) + 225] & 0x1)) { in apply_rx_amplitude_settings() 624 "%s: Applying RX AMP %x\n", __func__, preferred); in apply_rx_amplitude_settings() 626 rx_amp = preferred | (preferred << 4); in apply_rx_amplitude_settings()
|
/Linux-v4.19/ |
D | COPYING | 8 LICENSES/preferred/GPL-2.0
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | vidioc-g-tuner.rst | 426 - Mono/SAP (preferred) or Mono/Mono 430 - Stereo L/R (preferred) or Mono L+R 431 - Stereo L/R (preferred) or Mono L+R 432 - L/R (preferred) or L+R/L+R 436 - Stereo L/R (preferred) or Mono L+R 438 - L+R/SAP (preferred) or L/R or L+R/L+R 444 - Lang1/Lang2 (preferred) or Lang1/Lang1
|
/Linux-v4.19/sound/hda/ |
D | Kconfig | 25 HD-audio driver. A larger buffer (e.g. 2048) is preferred
|
/Linux-v4.19/Documentation/devicetree/bindings/phy/ |
D | rockchip-pcie-phy.txt | 16 Required properties for per-lane PHY mode (preferred):
|
/Linux-v4.19/arch/arc/boot/dts/ |
D | skeleton_hs.dtsi | 36 /* 64-bit Local RTC: preferred clocksource for UP */
|
/Linux-v4.19/Documentation/i2c/busses/ |
D | i2c-parport-light | 7 preferred on embedded systems where wasting memory for the clean but heavy
|
/Linux-v4.19/Documentation/devicetree/bindings/ |
D | property-units.txt | 15 -hz : Hertz (preferred)
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | sun8i-r16-nintendo-nes-classic.dts | 25 * PF can also be used for the SD card so PB is preferred.
|
D | armada-xp-db-xc3-24g4xg.dts | 15 * situation, you should either update your bootloader (preferred
|
/Linux-v4.19/drivers/scsi/device_handler/ |
D | scsi_dh_rdac.c | 206 char preferred; member 420 h->preferred = RDAC_PREFERRED; in check_ownership() 423 h->preferred = RDAC_NON_PREFERRED; in check_ownership() 627 (h->preferred == RDAC_PREFERRED)) in rdac_activate()
|
/Linux-v4.19/Documentation/process/ |
D | coding-style.rst | 6 This is a short document describing the preferred coding style for the 41 The preferred way to ease multiple indentation levels in a switch statement is 88 preferred limit. 103 choose one placement strategy over the other, but the preferred way, as 242 preferred use of ``*`` is adjacent to the data name or function name and not 443 Although this is not required by the C language, it is preferred in Linux 540 The preferred style for long (multi-line) comments is: 545 * This is the preferred style for multi-line 553 For files in net/ and drivers/net/ the preferred style for long (multi-line) 558 /* The preferred comment style for files in net/ and drivers/net [all …]
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-block | 124 Storage devices may report a granularity or preferred 130 minimum_io_size is the preferred request size for 139 the device's preferred unit for sustained I/O. This is 143 preferred request size for workloads where sustained
|
D | pstore | 44 backends are available, the preferred backend may be
|
/Linux-v4.19/Documentation/translations/zh_CN/ |
D | coding-style.rst | 492 * This is the preferred style for multi-line 504 /* The preferred comment style for files in net/ and drivers/net 507 * It is nearly the same as the generally preferred comment style,
|
/Linux-v4.19/net/ipv4/ |
D | devinet.c | 1574 unsigned long tstamp, u32 preferred, u32 valid) in put_cacheinfo() argument 1580 ci.ifa_prefered = preferred; in put_cacheinfo() 1591 u32 preferred, valid; in inet_fill_ifaddr() local 1605 preferred = ifa->ifa_preferred_lft; in inet_fill_ifaddr() 1607 if (preferred != INFINITY_LIFE_TIME) { in inet_fill_ifaddr() 1610 if (preferred > tval) in inet_fill_ifaddr() 1611 preferred -= tval; in inet_fill_ifaddr() 1613 preferred = 0; in inet_fill_ifaddr() 1622 preferred = INFINITY_LIFE_TIME; in inet_fill_ifaddr() 1637 preferred, valid)) in inet_fill_ifaddr()
|
/Linux-v4.19/scripts/gcc-plugins/ |
D | Kconfig | 1 preferred-plugin-hostcc := $(if-success,[ $(gcc-version) -ge 40800 ],$(HOSTCXX),$(HOSTCC)) 5 …default "$(shell,$(srctree)/scripts/gcc-plugin.sh "$(preferred-plugin-hostcc)" "$(HOSTCXX)" "$(CC)…
|
/Linux-v4.19/Documentation/devicetree/bindings/pci/ |
D | rockchip-pcie-host.txt | 47 Required properties for per-lane PHY model (preferred): 130 /* preferred per-lane PHY model */
|
/Linux-v4.19/drivers/nvme/host/ |
D | pci.c | 1743 static int __nvme_alloc_host_mem(struct nvme_dev *dev, u64 preferred, in __nvme_alloc_host_mem() argument 1753 tmp = (preferred + chunk_size - 1); in __nvme_alloc_host_mem() 1769 for (size = 0; size < preferred && i < max_entries; size += len) { in __nvme_alloc_host_mem() 1772 len = min_t(u64, chunk_size, preferred - size); in __nvme_alloc_host_mem() 1810 static int nvme_alloc_host_mem(struct nvme_dev *dev, u64 min, u64 preferred) in nvme_alloc_host_mem() argument 1815 for (chunk_size = min_t(u64, preferred, PAGE_SIZE * MAX_ORDER_NR_PAGES); in nvme_alloc_host_mem() 1818 if (!__nvme_alloc_host_mem(dev, preferred, chunk_size)) { in nvme_alloc_host_mem() 1831 u64 preferred = (u64)dev->ctrl.hmpre * 4096; in nvme_setup_host_mem() local 1836 preferred = min(preferred, max); in nvme_setup_host_mem() 1856 if (nvme_alloc_host_mem(dev, min, preferred)) { in nvme_setup_host_mem()
|
/Linux-v4.19/kernel/ |
D | Kconfig.hz | 45 1000 Hz is the preferred choice for desktop systems and other
|
/Linux-v4.19/Documentation/devicetree/bindings/display/tilcdc/ |
D | panel.txt | 17 should be the preferred/default resolution. Refer to
|
/Linux-v4.19/sound/drivers/vx/ |
D | vx_pcm.c | 1174 int preferred; in vx_init_audio_io() local 1196 preferred = chip->ibl.size; in vx_init_audio_io() 1199 if (preferred > 0) { in vx_init_audio_io() 1200 chip->ibl.size = ((preferred + chip->ibl.granularity - 1) / in vx_init_audio_io()
|
/Linux-v4.19/Documentation/devicetree/bindings/i2c/ |
D | i2c-s3c2410.txt | 24 - Pinctrl variant (preferred, if available):
|