Home
last modified time | relevance | path

Searched refs:preferred (Results 1 – 25 of 165) sorted by relevance

1234567

/Linux-v4.19/fs/ocfs2/
Dslot_map.c268 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/
Dsysfs-class-backlight50 control should be preferred to platform control should
51 be preferred to raw control. Using a firmware
/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dplatform.c567 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/
DCOPYING8 LICENSES/preferred/GPL-2.0
/Linux-v4.19/Documentation/media/uapi/v4l/
Dvidioc-g-tuner.rst426 - 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/
DKconfig25 HD-audio driver. A larger buffer (e.g. 2048) is preferred
/Linux-v4.19/Documentation/devicetree/bindings/phy/
Drockchip-pcie-phy.txt16 Required properties for per-lane PHY mode (preferred):
/Linux-v4.19/arch/arc/boot/dts/
Dskeleton_hs.dtsi36 /* 64-bit Local RTC: preferred clocksource for UP */
/Linux-v4.19/Documentation/i2c/busses/
Di2c-parport-light7 preferred on embedded systems where wasting memory for the clean but heavy
/Linux-v4.19/Documentation/devicetree/bindings/
Dproperty-units.txt15 -hz : Hertz (preferred)
/Linux-v4.19/arch/arm/boot/dts/
Dsun8i-r16-nintendo-nes-classic.dts25 * PF can also be used for the SD card so PB is preferred.
Darmada-xp-db-xc3-24g4xg.dts15 * situation, you should either update your bootloader (preferred
/Linux-v4.19/drivers/scsi/device_handler/
Dscsi_dh_rdac.c206 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/
Dcoding-style.rst6 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/
Dsysfs-block124 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
Dpstore44 backends are available, the preferred backend may be
/Linux-v4.19/Documentation/translations/zh_CN/
Dcoding-style.rst492 * 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/
Ddevinet.c1574 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/
DKconfig1 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/
Drockchip-pcie-host.txt47 Required properties for per-lane PHY model (preferred):
130 /* preferred per-lane PHY model */
/Linux-v4.19/drivers/nvme/host/
Dpci.c1743 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/
DKconfig.hz45 1000 Hz is the preferred choice for desktop systems and other
/Linux-v4.19/Documentation/devicetree/bindings/display/tilcdc/
Dpanel.txt17 should be the preferred/default resolution. Refer to
/Linux-v4.19/sound/drivers/vx/
Dvx_pcm.c1174 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/
Di2c-s3c2410.txt24 - Pinctrl variant (preferred, if available):

1234567