Home
last modified time | relevance | path

Searched full:preferred (Results 1 – 25 of 654) sorted by relevance

12345678910>>...27

/Linux-v5.15/drivers/hid/
Dhid-bigbenff.c37 * 0x81, 0x02, // Input (Data,Var,Abs,No Wrap,Linear,Preferred State,No Null Position)
39 * 0x81, 0x01, // Input (Const,Array,Abs,No Wrap,Linear,Preferred State,No Null Position)
47 * 0x81, 0x42, // Input (Data,Var,Abs,No Wrap,Linear,Preferred State,Null State)
50 * 0x81, 0x01, // Input (Const,Array,Abs,No Wrap,Linear,Preferred State,No Null Position)
59 * 0x81, 0x02, // Input (Data,Var,Abs,No Wrap,Linear,Preferred State,No Null Position)
74 * 0x81, 0x02, // Input (Data,Var,Abs,No Wrap,Linear,Preferred State,No Null Position)
77 …* 0xB1, 0x02, // Feature (Data,Var,Abs,No Wrap,Linear,Preferred State,No Null Position,…
79 …* 0x91, 0x02, // Output (Data,Var,Abs,No Wrap,Linear,Preferred State,No Null Position,N…
88 * 0x81, 0x02, // Input (Data,Var,Abs,No Wrap,Linear,Preferred State,No Null Position)
126 0x81, 0x02, /* Input (Data,Var,Abs,No Wrap,Linear,Preferred State,No Null Position) */
[all …]
/Linux-v5.15/include/uapi/linux/
Dncsi.h21 * @NCSI_CMD_SET_INTERFACE: set preferred package and channel combination.
22 * Requires NCSI_ATTR_IFINDEX and the preferred NCSI_ATTR_PACKAGE_ID and
23 * optionally the preferred NCSI_ATTR_CHANNEL_ID.
24 * @NCSI_CMD_CLEAR_INTERFACE: clear any preferred package/channel combination.
86 * @NCSI_PKG_ATTR_FORCED: flag signifying a package has been set as preferred
114 * preferred
/Linux-v5.15/fs/quota/
Dquotaio_v2.h41 __le32 dqb_isoftlimit; /* preferred inode limit */
44 __le32 dqb_bsoftlimit; /* preferred limit on disk space (in QUOTABLOCK_SIZE) */
54 __le64 dqb_isoftlimit; /* preferred inode limit */
57 __le64 dqb_bsoftlimit; /* preferred limit on disk space (in QUOTABLOCK_SIZE) */
Dquotaio_v1.h23 __u32 dqb_bsoftlimit; /* preferred limit on disk blks */
26 __u32 dqb_isoftlimit; /* preferred inode limit */
/Linux-v5.15/Documentation/admin-guide/
Dnumastat.rst11 is incremented on the preferred node, otherwise numa_foreign is incremented on
12 the preferred node and numa_miss on the node where allocation succeeded.
14 Usually preferred node is the one local to the CPU where the process executes,
53 preferred node. As a result, such allocation will not increase the numa_foreign
/Linux-v5.15/drivers/firmware/efi/libstub/
Drelocate.c104 * @preferred_addr: preferred target address
110 * to @alignment but at least EFI_ALLOC_ALIGN. If the preferred address
143 * also have a preferred address, so first try to relocate in efi_relocate_kernel()
144 * to the preferred address. If that fails, allocate as low in efi_relocate_kernel()
152 * If preferred address allocation failed allocate as low as in efi_relocate_kernel()
Driscv-stub.c94 * is occupied by the firmware. So the preferred address for kernel to in handle_kernel_image()
95 * boot is next aligned address. If preferred address is not available, in handle_kernel_image()
/Linux-v5.15/include/drm/ttm/
Dttm_placement.h75 * @num_placement: number of preferred placements
76 * @placement: preferred placements
77 * @num_busy_placement: number of preferred placements when need to evict buffer
78 * @busy_placement: preferred placements when need to evict buffer
/Linux-v5.15/drivers/media/platform/qcom/camss/
Dcamss-csid.h129 * @match_format_idx: Request preferred index, as defined by subdevice csid_format.
131 * @match_code: Request preferred code, set @match_format_idx to 0 if used
173 * @req_format_idx: Request preferred index, as defined by subdevice csid_format.
175 * @match_code: Request preferred code, set @req_format_idx to 0 if used
/Linux-v5.15/Documentation/userspace-api/media/v4l/
Dvidioc-g-tuner.rst421 - Mono/SAP (preferred) or Mono/Mono
425 - Stereo L/R (preferred) or Mono L+R
426 - Stereo L/R (preferred) or Mono L+R
427 - L/R (preferred) or L+R/L+R
431 - Stereo L/R (preferred) or Mono L+R
433 - L+R/SAP (preferred) or L/R or L+R/L+R
439 - Lang1/Lang2 (preferred) or Lang1/Lang1
/Linux-v5.15/Documentation/arm64/
Dmemory-tagging-extension.rst92 preferred tag checking modes" section below.
129 Per-CPU preferred tag checking mode
138 tag checking mode as the CPU's preferred tag checking mode.
140 The preferred tag checking mode for each CPU is controlled by
143 preferred mode for each CPU is ``async``.
145 To allow a program to potentially run in the CPU's preferred tag
148 flags, 0, 0, 0)`` system call. If the CPU's preferred tag checking
/Linux-v5.15/Documentation/admin-guide/mm/
Dnuma_memory_policy.rst205 of increasing distance from the preferred node based on
208 Internally, the Preferred policy uses a single node--the
212 allocation policy can be viewed as a Preferred policy that
217 is always preferred by passing an empty nodemask with this
234 specified by a Preferred policy or had been selected by a
263 change in the set of allowed nodes, the preferred nodemask (Preferred
264 Many), preferred node (Preferred) or nodemask (Bind, Interleave) is
295 nodes, the node (Preferred) or nodemask (Bind, Interleave) is
/Linux-v5.15/Documentation/process/
Dlicense-rules.rst9 License version 2 only (GPL-2.0), as provided in LICENSES/preferred/GPL-2.0,
157 1. _`Preferred licenses`:
163 LICENSES/preferred/
173 LICENSES/preferred/GPL-2.0
177 LICENSES/preferred/MIT
265 requirements of the `Preferred licenses`_.
287 license in addition to a preferred license. These licenses are available
313 requirements of the `Preferred licenses`_.
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
104 The preferred limit on the length of a single line is 80 columns.
125 choose one placement strategy over the other, but the preferred way, as
264 preferred use of ``*`` is adjacent to the data name or function name and not
484 Although this is not required by the C language, it is preferred in Linux
584 The preferred style for long (multi-line) comments is:
589 * This is the preferred style for multi-line
597 For files in net/ and drivers/net/ the preferred style for long (multi-line)
602 /* The preferred comment style for files in net/ and drivers/net
[all …]
/Linux-v5.15/fs/afs/
Dserver_list.c119 /* Maintain the same preferred server as before if possible. */ in afs_annotate_server_list()
120 cur = old->servers[old->preferred].server; in afs_annotate_server_list()
123 new->preferred = j; in afs_annotate_server_list()
Daddr_list.c373 index = READ_ONCE(ac->alist->preferred); in afs_iterate_addresses()
396 ac->index != alist->preferred && in afs_end_cursor()
397 test_bit(ac->alist->preferred, &ac->tried)) in afs_end_cursor()
398 WRITE_ONCE(alist->preferred, ac->index); in afs_end_cursor()
/Linux-v5.15/arch/arm/boot/dts/
Domap3-devkit8000.dts32 /* Preferred always-on timer for clocksource */
41 /* Preferred timer for clockevent */
/Linux-v5.15/Documentation/sound/cards/
Dhdspm.rst148 Speed-mode or Slave (Autosync). Also see "Preferred Sync Ref"
155 * Preferred Sync Ref
157 * Name -- "Preferred Sync Reference"
164 Within the Auto-sync-Mode the preferred Sync Source can be
226 this is the preferred Input.
/Linux-v5.15/fs/ocfs2/
Dslot_map.c250 int preferred) in __ocfs2_find_empty_slot() argument
254 if ((preferred >= 0) && (preferred < si->si_num_slots)) { in __ocfs2_find_empty_slot()
255 if (!si->si_slots[preferred].sl_valid || in __ocfs2_find_empty_slot()
256 !si->si_slots[preferred].sl_node_num) { in __ocfs2_find_empty_slot()
257 ret = preferred; in __ocfs2_find_empty_slot()
/Linux-v5.15/Documentation/ABI/stable/
Dsysfs-class-backlight51 control should be preferred to platform control should
52 be preferred to raw control. Using a firmware
/Linux-v5.15/Documentation/translations/zh_CN/process/
Dlicense-rules.rst13 Linux内核根据LICENSES/preferred/GPL-2.0中提供的GNU通用公共许可证版本2
141 LICENSES/preferred/
148 LICENSES/preferred/GPL-2.0
152 LICENSES/preferred/MIT
/Linux-v5.15/Documentation/translations/zh_TW/process/
Dlicense-rules.rst16 Linux內核根據LICENSES/preferred/GPL-2.0中提供的GNU通用公共許可證版本2
144 LICENSES/preferred/
151 LICENSES/preferred/GPL-2.0
155 LICENSES/preferred/MIT
/Linux-v5.15/arch/mips/kernel/
Delf.c236 * the one preferred by the hardware. In fpxx case, that ABI can in arch_check_elf()
238 * preferred by the hardware. Next, if we only use single-precision in arch_check_elf()
241 * one is preferred by the hardware. Next, if we know that the code in arch_check_elf()
244 * the one that is preferred by the hardware. in arch_check_elf()
/Linux-v5.15/drivers/cpufreq/
DMakefile22 # Link order matters. K8 is preferred to ACPI because of firmware bugs in early
24 # powernow-k8 can load then. ACPI is preferred to all other hardware-specific drivers.
25 # speedstep-* is preferred over p4-clockmod.
/Linux-v5.15/Documentation/dev-tools/
Dcheckpatch.rst311 Using any of these outside of include/uapi/ is not preferred as using the
333 not preferred outside of include/uapi.
461 lockdep_assert_held() annotations should be preferred over
470 usleep_range() should be preferred over udelay(). The proper way of
480 The comment style is incorrect. The preferred style for multi-
484 * This is the preferred style
491 /* This is the preferred comment style
730 The ARRAY_SIZE(foo) macro should be preferred over
826 "struct". The preferred location is before the "=" sign if there is
970 The preferred way is to put the opening brace last on the line,
[all …]

12345678910>>...27