Searched refs:VALUE (Results 1 – 25 of 60) sorted by relevance
123
/linux-5.19.10/Documentation/ABI/testing/ |
D | sysfs-uevent | 11 ACTION [UUID [KEY=VALUE ...] 18 You need to pass UUID first before any KEY=VALUE pairs. 31 The KEY=VALUE pairs can contain alphanumeric characters only. 35 synthetic uevent as ``SYNTH_ARG_KEY=VALUE``. That means the KEY
|
D | sysfs-driver-hid-roccat-kone | 12 VALUE DPI 115 VALUE WEIGHT
|
/linux-5.19.10/tools/bpf/bpftool/Documentation/ |
D | bpftool-map.rst | 33 | **bpftool** **map update** *MAP* [**key** *DATA*] [**value** *VALUE*] [*UPDATE_FLAGS*] 40 | **bpftool** **map push** *MAP* **value** *VALUE* 42 | **bpftool** **map enqueue** *MAP* **value** *VALUE* 50 | *VALUE* := { *DATA* | *MAP* | *PROG* } 96 **bpftool map update** *MAP* [**key** *DATA*] [**value** *VALUE*] [*UPDATE_FLAGS*] 144 **bpftool map push** *MAP* **value** *VALUE* 145 Push *VALUE* onto the stack. 150 **bpftool map enqueue** *MAP* **value** *VALUE* 151 Enqueue *VALUE* into the queue.
|
/linux-5.19.10/Documentation/driver-api/ |
D | parport-lowlevel.rst | 189 RETURN VALUE 312 RETURN VALUE 433 RETURN VALUE 559 RETURN VALUE 644 RETURN VALUE 689 RETURN VALUE 725 RETURN VALUE 759 RETURN VALUE 785 RETURN VALUE 820 RETURN VALUE [all …]
|
/linux-5.19.10/drivers/gpu/drm/nouveau/ |
D | nouveau_bo9039.c | 57 NVVAL(NV9039, OFFSET_OUT_UPPER, VALUE, upper_32_bits(dst_offset)), in nvc0_bo_move_m2mf() 62 NVVAL(NV9039, OFFSET_IN_UPPER, VALUE, upper_32_bits(src_offset)), in nvc0_bo_move_m2mf()
|
D | nouveau_bo5039.c | 107 NVVAL(NV5039, OFFSET_IN_UPPER, VALUE, upper_32_bits(src_offset)), in nv50_bo_move_m2mf() 110 NVVAL(NV5039, OFFSET_OUT_UPPER, VALUE, upper_32_bits(dst_offset))); in nv50_bo_move_m2mf()
|
/linux-5.19.10/arch/x86/kernel/cpu/ |
D | mkcapflags.sh | 32 VALUE="$(echo "$i" | sed -n 's@.*/\* *\("[^"]*"\).*\*/@\1@p')"
|
/linux-5.19.10/tools/testing/selftests/ntb/ |
D | ntb_test.sh | 112 VALUE=$1 115 ssh "$REMOTE" "echo \"$VALUE\" > \"$VPATH\"" 117 echo "$VALUE" > "$VPATH"
|
/linux-5.19.10/Documentation/userspace-api/media/v4l/ |
D | hsv-formats.rst | 11 cylinder, where the angle is the HUE, the height is the VALUE
|
/linux-5.19.10/tools/testing/selftests/bpf/progs/ |
D | test_core_reloc_size.c | 41 enum { VALUE = 123 } enum_field; enumerator
|
/linux-5.19.10/drivers/crypto/ccree/ |
D | cc_hw_queue_defs.h | 27 #define WORD0_VALUE CC_HWQ_GENMASK(0, VALUE) 35 #define WORD2_VALUE CC_HWQ_GENMASK(2, VALUE)
|
/linux-5.19.10/tools/lib/traceevent/Documentation/ |
D | libtraceevent-field_read.txt | 24 RETURN VALUE
|
D | libtraceevent-cpus.txt | 28 RETURN VALUE
|
D | libtraceevent-endian_read.txt | 24 RETURN VALUE
|
D | libtraceevent-long_size.txt | 28 RETURN VALUE
|
D | libtraceevent-file_endian.txt | 38 RETURN VALUE
|
D | libtraceevent-page_size.txt | 30 RETURN VALUE
|
D | libtraceevent-parse_head.txt | 29 RETURN VALUE
|
D | libtraceevent-func_find.txt | 31 RETURN VALUE
|
D | libtraceevent-strerror.txt | 31 RETURN VALUE
|
D | libtraceevent-fields.txt | 28 RETURN VALUE
|
D | libtraceevent-event_find.txt | 37 RETURN VALUE
|
D | libtraceevent-set_flag.txt | 48 RETURN VALUE
|
/linux-5.19.10/Documentation/admin-guide/ |
D | bootconfig.rst | 26 KEY[.WORD[...]] = VALUE[, VALUE2[...]][;] 36 quotes (``"VALUE"``) or single-quotes (``'VALUE'``) to quote it. Note that 155 KEY[.WORDS...] = "[VALUE]"[,"VALUE2"...]
|
/linux-5.19.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | firmware.c | 28 VALUE, enumerator 117 st = VALUE; in brcmf_nvram_handle_key() 160 return VALUE; in brcmf_nvram_handle_value()
|
123