| /linux-6.15/arch/m68k/ifpsp060/ |
| H A D | isp.doc | 53 The hex image was created by assembling the source code and 66 The source code isp.s has also been included but only for 82 | | - code section 118 The third section is the code section. After entering through an "Entry-point", 119 the entry code jumps to the appropriate emulation code within the code section. 182 If the emulation code provided by the 060ISP is sufficient for the 183 host system (see isp.s source code), then these "Call-out"s should be 193 supply new emulation code. This new emulation code should reside within 195 code has completed, then it should re-enter the 060ISP package through the 200 source code in isp.s.
|
| /linux-6.15/drivers/crypto/cavium/cpt/ |
| H A D | cptpf_main.c | 128 if (!mcode || !mcode->code) { in cpt_load_microcode() 279 mcode->code = dma_alloc_coherent(&cpt->pdev->dev, mcode->code_size, in cpt_ucode_load_fw() 281 if (!mcode->code) { in cpt_ucode_load_fw() 287 memcpy((void *)mcode->code, (void *)(fw_entry->data + sizeof(*ucode)), in cpt_ucode_load_fw() 292 ((__be64 *)mcode->code)[j] = cpu_to_be64(((u64 *)mcode->code)[j]); in cpt_ucode_load_fw() 295 ((__be16 *)mcode->code)[j] = cpu_to_be16(((u16 *)mcode->code)[j]); in cpt_ucode_load_fw() 300 dev_dbg(dev, "mcode->code = %llx\n", (u64)mcode->code); in cpt_ucode_load_fw() 306 mcode->code, mcode->phys_base); in cpt_ucode_load_fw() 421 if (cpt->mcode[grp].code) in cpt_unload_microcode() 423 mcode->code, mcode->phys_base); in cpt_unload_microcode() [all …]
|
| /linux-6.15/net/netfilter/ |
| H A D | nft_reject_netdev.c | 44 int hook, u8 code) in nft_reject_netdev_send_v4_unreach() argument 48 nskb = nf_reject_skb_v4_unreach(net, oldskb, dev, hook, code); in nft_reject_netdev_send_v4_unreach() 73 int hook, u8 code) in nft_reject_netdev_send_v6_unreach() argument 77 nskb = nf_reject_skb_v6_unreach(net, oldskb, dev, hook, code); in nft_reject_netdev_send_v6_unreach() 144 regs->verdict.code = NF_DROP; in nft_reject_netdev_eval()
|
| /linux-6.15/Documentation/dev-tools/ |
| H A D | clang-format.rst | 6 ``clang-format`` is a tool to format C/C++/... code according to 12 - Quickly reformat a block of code to the kernel style. Specially useful 13 when moving code around and aligning/sorting. See clangformatreformat_. 33 LLVM/clang binaries or build the source code from: 50 folders or individual files for code style mistakes, typos or improvements. 86 Reformatting blocks of code 90 blocks (selections) of code with a single keystroke. This is specially 91 useful when moving code around, for complex code that is deeply intended, 117 in kernel code. They are easy to remember, so if you use the tool 164 code. In other words, to make the difference as small as possible,
|
| /linux-6.15/arch/arc/net/ |
| H A D | bpf_jit_core.c | 344 if ((BPF_CLASS(insn->code) == BPF_JMP32) && in get_offset() 345 (BPF_OP(insn->code) == BPF_JA)) in get_offset() 377 return BPF_SRC(insn->code) == BPF_K; in has_imm() 490 const u8 class = BPF_CLASS(insn->code); in check_bpf_jump() 491 const u8 op = BPF_OP(insn->code); in check_bpf_jump() 739 const u8 code = insn->code; in handle_insn() local 748 switch (code) { in handle_insn() 854 BPF_CLASS(code) == BPF_ALU64, in handle_insn() 1036 if (BPF_CLASS(code) == BPF_ALU) { in handle_insn() 1322 if (insn->code == bpf_opc_call) { in jit_patch_relocations() [all …]
|
| /linux-6.15/arch/arm/boot/dts/broadcom/ |
| H A D | bcm47094-netgear-r8500.dts | 70 linux,code = <KEY_BRIGHTNESS_ZERO>; 76 linux,code = <KEY_RESTART>; 82 linux,code = <KEY_WPS_BUTTON>; 88 linux,code = <KEY_RFKILL>;
|
| H A D | bcm4708-asus-rt-ac56u.dts | 3 * Broadcom BCM470X / BCM5301X ARM platform code. 74 linux,code = <KEY_RFKILL>; 80 linux,code = <KEY_RESTART>; 86 linux,code = <KEY_WPS_BUTTON>;
|
| /linux-6.15/Documentation/dev-tools/kunit/api/ |
| H A D | functionredirection.rst | 10 When writing unit tests, it's important to be able to isolate the code being 17 While for some code (typically generic data structures, helpers, and other 19 filesystems, core subsystems) the code is heavily coupled with other parts of 57 .. code-block:: c 75 .. code-block:: c 93 .. code-block:: c 107 .. code-block:: c 121 .. code-block:: c 129 .. code-block:: c
|
| /linux-6.15/Documentation/arch/parisc/ |
| H A D | registers.rst | 72 N (Nullify next instruction) used by C code 74 B (Taken Branch) used by C code 75 C (code address translation) 1, 0 while executing real-mode code 76 V (divide step correction) used by C code 78 C/B (carry/borrow bits) used by C code 82 Q (collect interruption state) 1 (0 in code directly preceding an rfi) 84 D (Data address translation) 1, 0 while executing real-mode code 94 Shadow Registers used by interruption handler code
|
| H A D | debugging.rst | 12 A lot of the assembly code currently runs in real mode, which means 22 When real-mode code tries to access non-existent memory, you'll get 27 code tried to access. 31 get translated to a physical address before real-mode code tried to 38 Certain, very critical code has to clear the Q bit in the PSW. What
|
| /linux-6.15/arch/arm/boot/dts/ti/omap/ |
| H A D | omap3-ldp.dts | 34 linux,code = <KEY_ENTER>; 41 linux,code = <KEY_F1>; 48 linux,code = <KEY_F2>; 55 linux,code = <KEY_F3>; 62 linux,code = <KEY_F4>; 69 linux,code = <KEY_LEFT>; 76 linux,code = <KEY_RIGHT>; 83 linux,code = <KEY_UP>; 90 linux,code = <KEY_DOWN>;
|
| /linux-6.15/drivers/input/keyboard/ |
| H A D | tca8418_keypad.c | 164 u8 reg, state, code; in tca8418_read_keypad() local 179 code = reg & KEY_EVENT_CODE; in tca8418_read_keypad() 181 row = code / TCA8418_MAX_COLS; in tca8418_read_keypad() 182 col = code % TCA8418_MAX_COLS; in tca8418_read_keypad() 187 code = MATRIX_SCAN_CODE(row, col, keypad_data->row_shift); in tca8418_read_keypad() 188 input_event(input, EV_MSC, MSC_SCAN, code); in tca8418_read_keypad() 189 input_report_key(input, keymap[code], state); in tca8418_read_keypad()
|
| /linux-6.15/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3308-evb.dts | 27 linux,code = <KEY_FN>; 41 linux,code = <KEY_MICMUTE>; 47 linux,code = <KEY_MODE>; 53 linux,code = <KEY_PLAY>; 59 linux,code = <KEY_VOLUMEDOWN>; 65 linux,code = <KEY_VOLUMEUP>; 80 linux,code = <KEY_POWER>;
|
| /linux-6.15/drivers/media/i2c/ |
| H A D | ov772x.c | 401 u32 code; member 445 .code = MEDIA_BUS_FMT_YUYV8_2X8, 453 .code = MEDIA_BUS_FMT_YVYU8_2X8, 461 .code = MEDIA_BUS_FMT_UYVY8_2X8, 505 .code = MEDIA_BUS_FMT_SBGGR10_1X10, 605 priv->cfmt->code, priv->win->name); in ov772x_s_stream() 998 if (mf->code == ov772x_cfmts[i].code) { in ov772x_select_params() 1207 mf->code = priv->cfmt->code; in ov772x_get_fmt() 1229 mf->code = cfmt->code; in ov772x_set_fmt() 1358 if (code->pad || code->index >= ARRAY_SIZE(ov772x_cfmts)) in ov772x_enum_mbus_code() [all …]
|
| /linux-6.15/arch/x86/events/ |
| H A D | perf_event.h | 56 u64 code; member 366 .code = (c), \ 512 __EVENT_CONSTRAINT(code, n, \ 518 __EVENT_CONSTRAINT(code, n, \ 523 __EVENT_CONSTRAINT_RANGE(code, end, n, \ 528 __EVENT_CONSTRAINT(code, n, \ 535 __EVENT_CONSTRAINT(code, n, \ 540 __EVENT_CONSTRAINT(code, n, \ 547 __EVENT_CONSTRAINT(code, n, \ 552 __EVENT_CONSTRAINT(code, n, \ [all …]
|
| /linux-6.15/drivers/media/platform/samsung/exynos4-is/ |
| H A D | fimc-isp.c | 110 struct v4l2_subdev_mbus_code_enum *code) in fimc_is_subdev_enum_mbus_code() argument 114 fmt = fimc_isp_find_format(NULL, NULL, code->index); in fimc_is_subdev_enum_mbus_code() 117 code->code = fmt->mbus_code; in fimc_is_subdev_enum_mbus_code() 146 mf->code = MEDIA_BUS_FMT_YUV10_1X30; in fimc_isp_subdev_get_fmt() 153 fmt->pad, mf->code, mf->width, mf->height); in fimc_isp_subdev_get_fmt() 172 mf->code = MEDIA_BUS_FMT_SGRBG10_1X10; in __isp_subdev_try_format() 185 mf->code = MEDIA_BUS_FMT_YUV10_1X30; in __isp_subdev_try_format() 188 mf->code = format->code; in __isp_subdev_try_format() 370 .code = fimc_isp_formats[0].mbus_code, in fimc_isp_subdev_open() 683 isp->sink_fmt.code = MEDIA_BUS_FMT_SGRBG10_1X10; in __isp_subdev_set_default_format() [all …]
|
| /linux-6.15/drivers/tty/ |
| H A D | sysrq.c | 735 unsigned int code, int value) in sysrq_detect_reset_sequence() argument 737 if (!test_bit(code, state->reset_keybit)) { in sysrq_detect_reset_sequence() 828 unsigned int code, int value) in sysrq_handle_keypress() argument 833 switch (code) { in sysrq_handle_keypress() 839 if (sysrq->active && code == sysrq->alt_use) in sysrq_handle_keypress() 845 sysrq->alt = code; in sysrq_handle_keypress() 855 sysrq->shift = code; in sysrq_handle_keypress() 888 unsigned char c = sysrq_xlate[code]; in sysrq_handle_keypress() 914 set_bit(code, sysrq->key_down); in sysrq_handle_keypress() 916 clear_bit(code, sysrq->key_down); in sysrq_handle_keypress() [all …]
|
| /linux-6.15/arch/x86/net/ |
| H A D | bpf_jit_comp.c | 1634 switch (insn->code) { in do_jit() 1732 switch (BPF_OP(insn->code)) { in do_jit() 1791 if (BPF_SRC(insn->code) == BPF_X) { in do_jit() 1829 if (BPF_OP(insn->code) == BPF_MOD && in do_jit() 1899 switch (BPF_OP(insn->code)) { in do_jit() 2065 if (BPF_CLASS(insn->code) == BPF_LDX) in do_jit() 2260 BPF_SIZE(insn->code)); in do_jit() 2387 BPF_CLASS(insn->code) == BPF_JMP); in do_jit() 2421 BPF_CLASS(insn->code) == BPF_JMP); in do_jit() 2429 switch (BPF_OP(insn->code)) { in do_jit() [all …]
|
| /linux-6.15/drivers/gpu/ipu-v3/ |
| H A D | ipu-vdi.c | 120 void ipu_vdi_setup(struct ipu_vdi *vdi, u32 code, int xres, int yres) in ipu_vdi_setup() argument 134 if (code == MEDIA_BUS_FMT_UYVY8_2X8 || in ipu_vdi_setup() 135 code == MEDIA_BUS_FMT_UYVY8_1X16 || in ipu_vdi_setup() 136 code == MEDIA_BUS_FMT_YUYV8_2X8 || in ipu_vdi_setup() 137 code == MEDIA_BUS_FMT_YUYV8_1X16) in ipu_vdi_setup()
|
| /linux-6.15/arch/arm64/boot/dts/amlogic/ |
| H A D | meson-gxbb-p200.dts | 39 linux,code = <KEY_HOME>; 45 linux,code = <KEY_ESC>; 51 linux,code = <KEY_VOLUMEUP>; 57 linux,code = <KEY_VOLUMEDOWN>; 63 linux,code = <KEY_MENU>;
|
| /linux-6.15/Documentation/devicetree/bindings/input/ |
| H A D | microchip,qt1050.txt | 21 Each not specified key or key with linux,code set to KEY_RESERVED gets disabled 25 - linux,code: Keycode to emit. 59 linux,code = <KEY_UP>; 67 linux,code = <KEY_RIGHT>; 74 linux,code = <KEY_DOWN>;
|
| /linux-6.15/drivers/media/pci/bt8xx/ |
| H A D | bttv-input.c | 152 static u32 bttv_rc5_decode(unsigned int code) in bttv_rc5_decode() argument 154 unsigned int org_code = code; in bttv_rc5_decode() 160 pair = code & 0x3; in bttv_rc5_decode() 161 code >>= 2; in bttv_rc5_decode() 209 dprintk("short code: %x\n", ir->code); in bttv_rc5_timer_end() 213 ir->code = (ir->code << ir->shift_by) | 1; in bttv_rc5_timer_end() 214 rc5 = bttv_rc5_decode(ir->code); in bttv_rc5_timer_end() 270 ir->code |= 1 << ir->last_bit; in bttv_rc5_irq() 275 ir->code = 0; in bttv_rc5_irq()
|
| /linux-6.15/tools/bpf/bpftool/ |
| H A D | cfg.c | 141 if (cur->code != (BPF_JMP | BPF_CALL)) in cfg_partition_funcs() 160 static bool is_jmp_insn(__u8 code) in is_jmp_insn() argument 162 return BPF_CLASS(code) == BPF_JMP || BPF_CLASS(code) == BPF_JMP32; in is_jmp_insn() 178 if (is_jmp_insn(cur->code)) { in func_partition_bb_head() 179 __u8 opcode = BPF_OP(cur->code); in func_partition_bb_head() 304 if (!is_jmp_insn(insn->code) || in func_add_bb_edges() 305 BPF_OP(insn->code) == BPF_CALL || in func_add_bb_edges() 306 BPF_OP(insn->code) == BPF_EXIT) { in func_add_bb_edges() 311 } else if (BPF_OP(insn->code) == BPF_JA) { in func_add_bb_edges()
|
| /linux-6.15/arch/arm/boot/dts/aspeed/ |
| H A D | aspeed-bmc-opp-swift.dts | 44 linux,code = <ASPEED_GPIO(B, 5)>; 50 linux,code = <ASPEED_GPIO(J, 2)>; 90 linux,code = <6>; 96 linux,code = <7>; 102 linux,code = <12>; 108 linux,code = <13>; 114 linux,code = <5>; 120 linux,code = <6>; 126 linux,code = <7>; 132 linux,code = <8>; [all …]
|
| /linux-6.15/Documentation/dev-tools/kunit/ |
| H A D | start.rst | 22 .. code-block:: bash 44 .. code-block:: 74 .. code-block:: bash 186 .. code-block:: c 192 .. code-block:: c 212 .. code-block:: make 220 .. code-block:: c 269 .. code-block:: make 275 .. code-block:: none 282 .. code-block:: bash [all …]
|