/linux-6.6.21/samples/bpf/ |
D | bpf_insn.h | 119 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument 124 .off = OFF, \ 129 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument 134 .off = OFF, \ 152 #define BPF_ATOMIC_OP(SIZE, OP, DST, SRC, OFF) \ argument 157 .off = OFF, \ 161 #define BPF_STX_XADD(SIZE, DST, SRC, OFF) BPF_ATOMIC_OP(SIZE, BPF_ADD, DST, SRC, OFF) argument 165 #define BPF_ST_MEM(SIZE, DST, OFF, IMM) \ argument 170 .off = OFF, \ 175 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument [all …]
|
/linux-6.6.21/tools/include/linux/ |
D | filter.h | 154 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument 159 .off = OFF, \ 164 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument 169 .off = OFF, \ 187 #define BPF_ATOMIC_OP(SIZE, OP, DST, SRC, OFF) \ argument 192 .off = OFF, \ 196 #define BPF_STX_XADD(SIZE, DST, SRC, OFF) BPF_ATOMIC_OP(SIZE, BPF_ADD, DST, SRC, OFF) argument 200 #define BPF_ST_MEM(SIZE, DST, OFF, IMM) \ argument 205 .off = OFF, \ 210 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument [all …]
|
/linux-6.6.21/arch/arm64/kernel/ |
D | hw_breakpoint.c | 59 #define READ_WB_REG_CASE(OFF, N, REG, VAL) \ argument 60 case (OFF + N): \ 64 #define WRITE_WB_REG_CASE(OFF, N, REG, VAL) \ argument 65 case (OFF + N): \ 69 #define GEN_READ_WB_REG_CASES(OFF, REG, VAL) \ argument 70 READ_WB_REG_CASE(OFF, 0, REG, VAL); \ 71 READ_WB_REG_CASE(OFF, 1, REG, VAL); \ 72 READ_WB_REG_CASE(OFF, 2, REG, VAL); \ 73 READ_WB_REG_CASE(OFF, 3, REG, VAL); \ 74 READ_WB_REG_CASE(OFF, 4, REG, VAL); \ [all …]
|
/linux-6.6.21/Documentation/networking/ |
D | arcnet-hardware.rst | 383 OFF OFF Power off 384 OFF Short flashes Cabling problems (broken cable or not 386 OFF (short) ON Card init 390 ON OFF Never happens (maybe when wrong ID) 1272 Memory Switch 0 (MS0) didn't seem to work properly when set to OFF 1274 it ON first, and if it doesn't work, set it to OFF. (It may be a 1427 OFF ON ON | 290 1428 ON OFF ON | 2E0 (Manufacturer's default) 1429 OFF OFF ON | 2F0 1430 ON ON OFF | 300 [all …]
|
D | can_ucan_protocol.rst | 312 Bus OFF 316 - Bus OFF is indicated by an error frame (see ``uapi/linux/can/error.h``) 317 - Bus OFF recovery is started by ``UCAN_COMMAND_RESTART`` 318 - Once Bus OFF recover is completed the device sends an error frame 320 - During Bus OFF no frames are sent by the device. 321 - During Bus OFF transmission requests from the host are completed
|
/linux-6.6.21/arch/loongarch/kernel/ |
D | hw_breakpoint.c | 36 #define READ_WB_REG_CASE(OFF, N, REG, T, VAL) \ argument 37 case (OFF + N): \ 41 #define WRITE_WB_REG_CASE(OFF, N, REG, T, VAL) \ argument 42 case (OFF + N): \ 46 #define GEN_READ_WB_REG_CASES(OFF, REG, T, VAL) \ argument 47 READ_WB_REG_CASE(OFF, 0, REG, T, VAL); \ 48 READ_WB_REG_CASE(OFF, 1, REG, T, VAL); \ 49 READ_WB_REG_CASE(OFF, 2, REG, T, VAL); \ 50 READ_WB_REG_CASE(OFF, 3, REG, T, VAL); \ 51 READ_WB_REG_CASE(OFF, 4, REG, T, VAL); \ [all …]
|
/linux-6.6.21/Documentation/admin-guide/media/ |
D | dvb_intro.rst | 174 INVERSION = OFF 189 INVERSION = OFF 204 INVERSION = OFF 219 INVERSION = OFF 234 INVERSION = OFF 249 INVERSION = OFF 264 INVERSION = OFF 279 INVERSION = OFF 294 INVERSION = OFF 309 INVERSION = OFF [all …]
|
/linux-6.6.21/arch/arm64/boot/dts/renesas/ |
D | salvator-xs.dtsi | 67 * 1) Default setting of SW31: ON-ON-OFF-OFF-OFF-OFF: 69 * 2) Changed setting of SW31: OFF-OFF-ON-ON-ON-ON:
|
/linux-6.6.21/include/linux/ |
D | filter.h | 96 #define BPF_ALU64_REG_OFF(OP, DST, SRC, OFF) \ argument 101 .off = OFF, \ 107 #define BPF_ALU32_REG_OFF(OP, DST, SRC, OFF) \ argument 112 .off = OFF, \ 258 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument 263 .off = OFF, \ 268 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument 273 .off = OFF, \ 292 #define BPF_ATOMIC_OP(SIZE, OP, DST, SRC, OFF) \ argument 297 .off = OFF, \ [all …]
|
/linux-6.6.21/drivers/staging/media/av7110/ |
D | audio-set-av-sync.rst | 41 - Tells the Digital TV subsystem if A/V synchronization shall be ON or OFF. 45 FALSE: AV-sync OFF 50 This ioctl call asks the Audio Device to turn ON or OFF A/V
|
/linux-6.6.21/Documentation/leds/ |
D | leds-lm3556.rst | 29 ON / OFF will be controlled by STROBE pin. 33 OFF:: 56 and ON / OFF will be controlled by TORCH pin. 60 OFF:: 103 OFF::
|
D | leds-mlxcpld.rst | 56 - [0,0,0,0] = LED OFF 101 - [0,0,0,0] = LED OFF 112 - [0,0,0,0] = LED OFF
|
/linux-6.6.21/Documentation/devicetree/bindings/media/i2c/ |
D | adv7343.txt | 20 0 = OFF and 1 = ON, Default value when this 22 - ad,adv7343-sd-config-dac-out: array configure SD DAC Output's 1 and 2, 0 = OFF
|
/linux-6.6.21/arch/powerpc/kernel/ |
D | eeh_pe.c | 698 #define BYTE_SWAP(OFF) (8*((OFF)/4)+3-(OFF)) argument 699 #define SAVED_BYTE(OFF) (((u8 *)(edev->config_space))[BYTE_SWAP(OFF)]) argument
|
/linux-6.6.21/Documentation/devicetree/bindings/mfd/ |
D | twl4030-power.txt | 29 initiate an ACTIVE-to-OFF or SLEEP-to-OFF transition when the
|
D | nxp,bbnsm.yaml | 14 it Intergrates RTC & ON/OFF control. 19 The ON/OFF logic inside the BBNSM allows for connecting directly to
|
/linux-6.6.21/Documentation/devicetree/bindings/sound/ |
D | rt5677.txt | 39 Select 0 ~ 3 as OFF, GPIO1, GPIO2 and GPIO3 respectively. 44 Select 0 ~ 3 as OFF, GPIO4, GPIO5 and GPIO6 respectively.
|
/linux-6.6.21/Documentation/ABI/testing/ |
D | sysfs-driver-toshiba_acpi | 11 * 0x10 -> OFF 47 * 0 -> OFF 62 * 0x10 -> OFF 76 * 2 -> Type 2, supporting modes TIMER, ON and OFF 157 * 0 -> OFF
|
D | sysfs-bus-iio-humidity | 9 In some devices, this is just a switch in which case 0 = OFF,
|
/linux-6.6.21/drivers/video/fbdev/i810/ |
D | i810_main.c | 175 val = (mode == OFF) ? val | SCR_OFF : in i810_screen_off() 198 val = (mode == OFF) ? val : val | DRAM_ON; in i810_dram_off() 217 reg = (mode == OFF) ? reg & ~0x80 : in i810_protect_regs() 426 i810_screen_off(mmio, OFF); in i810_load_regs() 427 i810_protect_regs(mmio, OFF); in i810_load_regs() 428 i810_dram_off(mmio, OFF); in i810_load_regs() 567 i810_dram_off(mmio, OFF); in i810_restore_2d() 591 i810_screen_off(mmio, OFF); in i810_restore_vga_state() 592 i810_protect_regs(mmio, OFF); in i810_restore_vga_state() 593 i810_dram_off(mmio, OFF); in i810_restore_vga_state() [all …]
|
/linux-6.6.21/sound/isa/sb/ |
D | emu8000_callback.c | 152 OFF=0, RELEASED, PLAYING, END in get_voice() enumerator 179 bp = best + OFF; in get_voice() 185 bp = best + OFF; in get_voice() 197 bp = best + OFF; in get_voice()
|
/linux-6.6.21/arch/arm/boot/dts/marvell/ |
D | armada-385-synology-ds116.dts | 59 * "6" : turn the power LED OFF 60 * "7" : turn the status LED OFF 64 * "B" : turn the motherboard LED OFF
|
/linux-6.6.21/drivers/block/ |
D | swim.c | 199 OFF, enumerator 335 } else if (action == OFF) { in swim_motor() 448 swim_motor(base, OFF); in floppy_eject() 656 swim_motor(base, OFF); in floppy_open() 683 swim_motor(base, OFF); in floppy_release() 757 swim_motor(base, OFF); in swim_add_floppy()
|
/linux-6.6.21/arch/sparc/net/ |
D | bpf_jit_comp_32.c | 211 #define emit_ldmem(OFF, DEST) \ argument 212 do { *prog++ = LD32I | RS1(SP) | S13(BIAS - (OFF)) | RD(DEST); \ 215 #define emit_stmem(OFF, SRC) \ argument 216 do { *prog++ = ST32I | RS1(SP) | S13(BIAS - (OFF)) | RD(SRC); \ 252 #define emit_branch_off(BR_OPC, OFF) \ argument 253 do { *prog++ = BR_OPC | WDISP22(OFF); \
|
/linux-6.6.21/tools/perf/tests/shell/ |
D | stat_all_pfm.sh | 5 if perf version --build-options | grep HAVE_LIBPFM | grep -q OFF
|