Home
last modified time | relevance | path

Searched +full:- +full:- +full:valid +full:- +full:- (Results 1 – 25 of 1140) sorted by relevance

12345678910>>...46

/linux/Documentation/ABI/testing/
H A Dsysfs-class-power5 Contact: linux-pm@vger.kernel.org
10 Valid values: Represented as string
14 Contact: linux-pm@vger.kernel.org
19 Valid values: Represented as string
23 Contact: linux-pm@vger.kernel.org
28 Valid values: Represented as string
32 Contact: linux-pm@vger.kernel.org
37 Valid values: "Battery", "UPS", "Mains", "USB", "Wireless"
43 Contact: linux-pm@vger.kernel.org
60 Valid value
[all...]
/linux/arch/s390/include/asm/
H A Dscsw.h1 /* SPDX-License-Identifier: GPL-2.0 */
14 #include <asm/dma-types.h>
18 * struct cmd_scsw - command-mode subchannel status word
25 * @isic: initial-status interruption control
26 * @alcc: address-limit checking control
27 * @ssi: suppress-suspended interruption
64 * struct tm_scsw - transport-mode subchannel status word
69 * @x: IRB-format control
70 * @q: interrogate-complete
80 * @schxs: subchannel-extended status
[all …]
/linux/tools/testing/selftests/damon/
H A Dsysfs.sh2 # SPDX-License-Identifier: GPL-2.0
4 # Kselftest frmework requirement - SKIP code is 4.
39 if [ "$to_ensure" = "exist" ] && [ ! -d "$dir" ]
43 elif [ "$to_ensure" = "not_exist" ] && [ -d "$dir" ]
57 if [ ! -f "$file" ]
62 perm=$(stat -c "%a" "$file")
68 elif [ "$to_ensure" = "not_exist" ] && [ -f "$dir" ]
104 ensure_write_succ "$filter_dir/type" "anon" "valid input"
105 ensure_write_succ "$filter_dir/type" "memcg" "valid input"
106 ensure_write_succ "$filter_dir/type" "addr" "valid input"
[all …]
/linux/drivers/hid/
H A Dhid-uclogic-params.h1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * HID driver for UC-Logic devices not fully compliant with HID standard
4 * - tablet initialization and parameter retrieval
26 /* Types of pen in-range reporting */
28 /* Normal reports: zero - out of proximity, one - in proximity */
30 /* Inverted reports: zero - in proximity, one - out of proximity */
59 * report is equal to "value". Only valid if "value" is not zero.
85 * Only valid, if "desc_ptr" is not NULL.
90 /* The list of subreports, only valid if "id" is not zero */
92 /* Type of in-range reporting, only valid if "id" is not zero */
[all …]
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-ext-ctrls.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
13 VIDIOC_G_EXT_CTRLS - VIDIOC_S_EXT_CTRLS - VIDIOC_TRY_EXT_CTRLS - Get or set the value of several co…
44 :ref:`ctrl-class`) and all controls in the control array must belong
61 relevant for pointer-type controls like strings), then the driver will
62 set ``size`` to a valid value and return an ``ENOSPC`` error code. You
63 should re-allocate the memory to this new size and try again. For the
70 N-dimensional arrays are set and retrieved row-by-row. You cannot set a
79 control values are valid.
86 values are automatically adjusted to a valid value or if an error is
91 closest valid value or return an ``ERANGE`` error code, whatever seems more
[all …]
H A Dext-ctrls-codec.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
3 .. _codec-controls:
24 .. _mpeg-control-id:
27 -----------------
35 .. _v4l2-mpeg-stream-type:
40 enum v4l2_mpeg_stream_type -
41 The MPEG-1, -2 or -4 output stream type. One cannot assume anything
48 .. flat-table::
49 :header-rows: 0
50 :stub-columns: 0
[all …]
/linux/drivers/accel/habanalabs/include/gaudi/
H A Dgaudi_async_ids_map_extended.h1 /* SPDX-License-Identifier: GPL-2.0
3 * Copyright 2018-2020 HabanaLabs, Ltd.
9 ** This is an auto-generated file **
19 int valid; member
24 { .fc_id = 0, .cpu_id = 0, .valid = 0, .name = "" },
25 { .fc_id = 1, .cpu_id = 1, .valid = 0, .name = "" },
26 { .fc_id = 2, .cpu_id = 2, .valid = 0, .name = "" },
27 { .fc_id = 3, .cpu_id = 3, .valid = 0, .name = "" },
28 { .fc_id = 4, .cpu_id = 4, .valid = 0, .name = "" },
29 { .fc_id = 5, .cpu_id = 5, .valid = 0, .name = "" },
[all …]
/linux/drivers/comedi/drivers/
H A Dni_routes.h1 /* SPDX-License-Identifier: GPL-2.0+ */
6 * COMEDI - Linux Control and Measurement Device Interface
33 * struct ni_route_set - Set of destinations with a common source.
45 * struct ni_device_routes - List of all src->dest sets for a particular device.
46 * @device: Name of board/device (e.g. pxi-6733).
47 * @n_route_sets: Number of route sets that are valid for this device.
48 * @routes: List of route sets that are valid for this device.
57 * struct ni_route_tables - Register values and valid routes for a device.
58 * @valid_routes: Pointer to a all valid route sets for a single device.
62 * Link to the valid src->dest routes and the register values used to assign
[all …]
H A Dni_routes.c1 // SPDX-License-Identifier: GPL-2.0+
6 * COMEDI - Linux Control and Measurement Device Interface
32 * #define B(x) ((x) - NI_NAMES_BASE)
59 if (!strcmp(ni_all_route_values[i]->family, device_family)) { in ni_find_route_values()
60 rv = &ni_all_route_values[i]->register_values[0][0]; in ni_find_route_values()
68 * Find the valid routes for a board.
77 if (!strcmp(ni_device_routes_list[i]->device, board_name)) { in ni_find_valid_routes()
90 * Return: -ENODATA if either was not found; 0 if both were found.
103 /* Second, find the set of routes valid for this device. */ in ni_find_device_routes()
108 tables->route_values = rv; in ni_find_device_routes()
[all …]
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_kernel.c1 // SPDX-License-Identifier: GPL-2.0
20 int valid[10]; member
21 /* we have test_progs[-flavor], so cut flavor part */
62 if (CORE_READ(&pid, &task->pid) || in test_core_kernel()
63 CORE_READ(&tgid, &task->tgid)) in test_core_kernel()
67 out->valid[0] = (((uint64_t)pid << 32) | tgid) == pid_tgid; in test_core_kernel()
70 out->valid[1] = BPF_CORE_READ(task, in test_core_kernel()
72 out->valid[2] = BPF_CORE_READ(task, in test_core_kernel()
75 out->valid[3] = BPF_CORE_READ(task, in test_core_kernel()
78 out->valid[4] = BPF_CORE_READ(task, in test_core_kernel()
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/mvm/tests/
H A Dlinks.c1 // SPDX-License-Identifier: GPL-2.0-only
80 .signal = -100,
89 .signal = -84,
98 .signal = -50,
107 .signal = -66,
117 .signal = -61,
128 .signal = -66,
139 .signal = -72,
148 .signal = -72,
157 .signal = -72,
[all …]
/linux/fs/nfs/
H A Dinode.c1 // SPDX-License-Identifier: GPL-2.0-only
12 * Change to nfs_read_super() to permit NFS mounts to multi-homed hosts.
62 /* Default is to see 64-bit inode numbers */
72 return nfs_fileid_to_ino_t(fattr->fileid); in nfs_fattr_to_ino_t()
79 return -ERESTARTSYS; in nfs_wait_bit_killable()
85 * nfs_compat_user_ino64 - returns the user-visibl
[all...]
/linux/tools/perf/pmu-events/arch/arm64/fujitsu/a64fx/
H A Dpipeline.json9 "PublicDescription": "This event counts valid cycles of EAGA pipeline.",
12 "BriefDescription": "This event counts valid cycles of EAGA pipeline."
15 "PublicDescription": "This event counts valid cycles of EAGB pipeline.",
18 "BriefDescription": "This event counts valid cycles of EAGB pipeline."
21 "PublicDescription": "This event counts valid cycles of EXA pipeline.",
24 "BriefDescription": "This event counts valid cycles of EXA pipeline."
27 "PublicDescription": "This event counts valid cycles of EXB pipeline.",
30 "BriefDescription": "This event counts valid cycles of EXB pipeline."
33 "PublicDescription": "This event counts valid cycles of FLA pipeline.",
36 "BriefDescription": "This event counts valid cycles of FLA pipeline."
[all …]
/linux/include/uapi/linux/
H A Ddpll.h1 /* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */
2 /* Do not edit directly, auto-generated from: */
4 /* YNL-GEN uapi header */
13 * enum dpll_mode - working modes a dpll can support, differentiates if and how
14 * dpll selects one of its inputs to syntonize with it, valid values for
25 DPLL_MODE_MAX = (__DPLL_MODE_MAX - 1)
29 * enum dpll_lock_status - provides information of dpll device lock status,
30 * valid values for DPLL_A_LOCK_STATUS attribute
31 * @DPLL_LOCK_STATUS_UNLOCKED: dpll was not yet locked to any valid input (or
33 * @DPLL_LOCK_STATUS_LOCKED: dpll is locked to a valid signal, but no holdover
[all …]
/linux/drivers/accel/habanalabs/include/gaudi2/
H A Dgaudi2_async_ids_map_extended.h1 /* SPDX-License-Identifier: GPL-2.0
3 * Copyright 2018-2022 HabanaLabs, Ltd.
9 ** This is an auto-generated file **
25 int valid; member
32 { .fc_id = 0, .cpu_id = 0, .valid = 0, .msg = 0, .reset = EVENT_RESET_TYPE_NONE,
34 { .fc_id = 1, .cpu_id = 1, .valid = 0, .msg = 0, .reset = EVENT_RESET_TYPE_NONE,
36 { .fc_id = 2, .cpu_id = 2, .valid = 0, .msg = 0, .reset = EVENT_RESET_TYPE_NONE,
38 { .fc_id = 3, .cpu_id = 3, .valid = 0, .msg = 0, .reset = EVENT_RESET_TYPE_NONE,
40 { .fc_id = 4, .cpu_id = 4, .valid = 0, .msg = 0, .reset = EVENT_RESET_TYPE_NONE,
42 { .fc_id = 5, .cpu_id = 5, .valid = 0, .msg = 0, .reset = EVENT_RESET_TYPE_NONE,
[all …]
/linux/tools/perf/pmu-events/arch/x86/amdzen2/
H A Dother.json5 "BriefDescription": "Cycles where the Micro-Op Queue is empty."
28 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t…
34 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t…
40 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t…
46 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t…
52 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t…
58 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t…
64 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t…
70 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t…
76 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t…
[all …]
/linux/tools/testing/selftests/tc-testing/tc-tests/actions/
H A Dife.json4 "name": "Create valid ife encode action with mark and pass control",
23 …"matchPattern": "action order [0-9]*: ife encode action pass.*type 0[xX]ED3E.*allow mark.*index 2",
31 "name": "Create valid ife encode action with mark and pipe control",
50 … "matchPattern": "action order [0-9]*: ife encode action pipe.*type 0[xX]ED3E.*use mark.*index 2",
58 "name": "Create valid ife encode action with mark and continue control",
77 …"matchPattern": "action order [0-9]*: ife encode action continue.*type 0[xX]ED3E.*allow mark.*inde…
85 "name": "Create valid ife encode action with mark and drop control",
104 …"matchPattern": "action order [0-9]*: ife encode action drop.*type 0[xX]ED3E.*use mark 789.*index …
112 "name": "Create valid ife encode action with mark and reclassify control",
131 …"matchPattern": "action order [0-9]*: ife encode action reclassify.*type 0[xX]ED3E.*use mark 65676…
[all …]
/linux/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_cle.c1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /* Applied Micro X-Gene SoC Ethernet Classifier structures
27 if (pdata->enet_id == XGENE_ENET1) { in xgene_cle_idt_to_hw()
41 buf[0] = SET_VAL(CLE_DROP, dbptr->drop); in xgene_cle_dbptr_to_hw()
42 buf[4] = SET_VAL(CLE_FPSEL, dbptr->fpsel) | in xgene_cle_dbptr_to_hw()
43 SET_VAL(CLE_NFPSEL, dbptr->nxtfpsel) | in xgene_cle_dbptr_to_hw()
44 SET_VAL(CLE_DSTQIDL, dbptr->dstqid); in xgene_cle_dbptr_to_hw()
46 buf[5] = SET_VAL(CLE_DSTQIDH, (u32)dbptr->dstqid >> CLE_DSTQIDL_LEN) | in xgene_cle_dbptr_to_hw()
47 SET_VAL(CLE_PRIORITY, dbptr->cle_priority); in xgene_cle_dbptr_to_hw()
55 buf[j++] = SET_VAL(CLE_TYPE, kn->node_type); in xgene_cle_kn_to_hw()
[all …]
/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Darm,vic.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/interrupt-controller/arm,vic.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Rob Herring <robh@kernel.org>
15 be nested or have the outputs wire-OR'd together.
18 - $ref: /schemas/interrupt-controller.yaml#
23 - arm,pl190-vic
24 - arm,pl192-vic
25 - arm,versatile-vic
[all …]
/linux/rust/kernel/
H A Drbtree.rs1 // SPDX-License-Identifier: GPL-2.0
3 //! Red-black trees.
7 //! Reference: <https://docs.kernel.org/core-api/rbtree.html>
17 /// A red-black tree with owned nodes.
19 /// It is backed by the kernel C red-black trees.
103 /// fn insert_test(tree: &SpinLock<RBTree<u32, u32>>) -> Result {
104 /// // Pre-allocate node. This may fail (as it allocates memory).
148 /// // Create a preallocated reservation that we can re-use later.
169 /// Non-null parent/children pointers stored in instances of the `rb_node` C struct are always
170 /// valid, and pointing to a field of our internal representation of a node.
[all …]
/linux/Documentation/devicetree/bindings/leds/
H A Dmaxim,max77693.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Krzysztof Kozlowski <krzk@kernel.org>
16 There are two LED outputs available - FLED1 and FLED2. Each of them can
26 const: maxim,max77693-led
28 maxim,boost-mode:
34 See LEDS_BOOST_* in include/dt-bindings/leds/common.h.
38 maxim,boost-mvout:
41 Valid values: 3300 - 5500, step by 25 (rounded down)
[all …]
/linux/Documentation/hwmon/
H A Dlochnagar.rst10 -----------
12 Lochnagar 2 features built-in Current Monitor circuitry that allows for the
22 ----------------
31 power1_average_interval Power averaging time input valid from 1 to 1708mS
38 power2_average_interval Power averaging time input valid from 1 to 1708mS
45 power3_average_interval Power averaging time input valid from 1 to 1708mS
52 power4_average_interval Power averaging time input valid from 1 to 1708mS
59 power5_average_interval Power averaging time input valid from 1 to 1708mS
64 power6_average_interval Power averaging time input valid from 1 to 1708mS
71 power7_average_interval Power averaging time input valid from 1 to 1708mS
[all …]
/linux/net/mac80211/tests/
H A Dtpe.c1 // SPDX-License-Identifier: GPL-2.0-only
51 /* not really is valid? doesn't matter for the test */
93 /* not really is valid? doesn't matter for the test */
103 /* not really is valid? doesn't matter for the test */
113 /* not really is valid? doesn't matter for the test */
127 const struct subchan_test_case *params = test->param_value; in subchan_offset()
130 KUNIT_ASSERT_EQ(test, cfg80211_chandef_valid(&params->c), true); in subchan_offset()
132 offset = ieee80211_calc_chandef_subchan_offset(&params->c, params->n); in subchan_offset()
134 KUNIT_EXPECT_EQ(test, params->expect, offset); in subchan_offset()
153 .psd.valid = true,
[all …]
/linux/net/netlabel/
H A Dnetlabel_addrlist.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
10 * Author: Paul Moore <paul@paul-moore.com>
14 * (c) Copyright Hewlett-Packard Development Company, L.P., 2008
27 * struct netlbl_af4list - NetLabel IPv4 address list
30 * @valid: valid flag
37 u32 valid; member
42 * struct netlbl_af6list - NetLabel IPv6 address list
45 * @valid: valid flag
52 u32 valid; member
63 while (i != h && !n->valid) { in __af4list_valid()
[all …]
/linux/tools/perf/pmu-events/arch/x86/amdzen3/
H A Dother.json5 "BriefDescription": "Cycles where the Micro-Op Queue is empty."
22 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a T…
28 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a T…
34 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a T…
40 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a T…
46 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t…
52 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a T…
58 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a T…
64 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a T…
70 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t…
[all …]

12345678910>>...46