Home
last modified time | relevance | path

Searched refs:code (Results 751 – 775 of 4688) sorted by relevance

1...<<31323334353637383940>>...188

/linux-6.15/Documentation/scsi/
H A DChangeLog.lpfc22 than SLI return code.
232 up code.
293 associated code.
407 dead code.
654 compatibility code.
873 * Removed biosparam code.
955 code sanely, remove redundant code, reorganize code so that
962 dead/redundant code, cleaned up badly and poorly written code,
977 code.
1075 code.
[all …]
/linux-6.15/Documentation/sphinx/
H A Dload_config.py52 code = compile(f.read(), fs_encoding, 'exec')
53 exec(code, config)
H A Dkfigure.py534 code = literal_block.astext()
535 hashobj = code.encode('utf-8') # str(node.attributes)
544 out.write(code)
592 code = '\n'.join(self.content)
593 if not code.strip():
602 literal_node = nodes.literal_block(code, code)
/linux-6.15/arch/arm/boot/dts/qcom/
H A Dqcom-msm8974pro-sony-xperia-shinano-leo.dts13 linux,code = <KEY_CAMERA>;
20 linux,code = <KEY_CAMERA_FOCUS>;
H A Dqcom-msm8974pro-sony-xperia-shinano-aries.dts13 linux,code = <KEY_CAMERA>;
20 linux,code = <KEY_CAMERA_FOCUS>;
/linux-6.15/include/uapi/linux/
H A Digmp.h33 __u8 code; /* For newer IGMP */ member
65 __u8 code; member
/linux-6.15/drivers/gpu/drm/nouveau/nvkm/engine/ce/
H A Dgt215.c66 .code.data = gt215_ce_code,
67 .code.size = sizeof(gt215_ce_code),
/linux-6.15/sound/drivers/pcsp/
H A Dpcsp_input.c44 unsigned int code, int value) in pcspkr_input_event() argument
53 switch (code) { in pcspkr_input_event()
/linux-6.15/arch/arm/boot/dts/renesas/
H A Dr8a7791-koelsch.dts84 linux,code = <KEY_1>;
91 linux,code = <KEY_2>;
98 linux,code = <KEY_3>;
105 linux,code = <KEY_4>;
112 linux,code = <KEY_A>;
119 linux,code = <KEY_B>;
126 linux,code = <KEY_C>;
133 linux,code = <KEY_D>;
140 linux,code = <KEY_E>;
147 linux,code = <KEY_F>;
[all …]
H A Dr8a7794-silk.dts56 linux,code = <KEY_3>;
63 linux,code = <KEY_4>;
70 linux,code = <KEY_6>;
77 linux,code = <KEY_A>;
84 linux,code = <KEY_B>;
91 linux,code = <KEY_C>;
98 linux,code = <KEY_D>;
/linux-6.15/arch/powerpc/
H A DKconfig.debug4 bool "Don't build arch/powerpc code with -Werror"
6 This option tells the compiler NOT to build the code under
11 arch/powerpc code caused by a warning, and you don't feel
32 Adds code to keep track of the number of hypervisor calls made and
46 Adds code to keep track of the number of instructions that are
56 bool "Run self-tests of the code-patching code"
65 feature checks. This should generate more optimal code for those
73 mmu_has_feature() in the code.
78 bool "Run self-tests of the feature-fixup code"
82 bool "Run self-tests of the MSI bitmap code"
/linux-6.15/drivers/watchdog/
H A Dscx200_wdt.c118 unsigned long code, void *unused) in scx200_wdt_notify_sys() argument
120 if (code == SYS_HALT || code == SYS_POWER_OFF) in scx200_wdt_notify_sys()
/linux-6.15/drivers/infiniband/ulp/ipoib/
H A DKconfig32 This option causes debugging code to be compiled into the
46 This option compiles debugging code into the data path
49 turned off, this debugging code will have some performance
/linux-6.15/arch/s390/kvm/
H A Dintercept.c147 .code = vcpu->arch.sie_block->iprcc, in inject_prog_on_prog_intercept()
337 irq.u.extcall.code = vcpu->arch.sie_block->extcpuaddr; in handle_external_interrupt()
409 u64 code, addr, rc = 0; in handle_sthyi() local
416 code = vcpu->run->s.regs.gprs[reg1]; in handle_sthyi()
420 VCPU_EVENT(vcpu, 3, "STHYI: fc: %llu addr: 0x%016llx", code, addr); in handle_sthyi()
421 trace_kvm_s390_handle_sthyi(vcpu, code, addr); in handle_sthyi()
426 if (code & 0xffff) { in handle_sthyi()
/linux-6.15/arch/arm/boot/dts/ti/davinci/
H A Dda850-lego-ev3.dts39 linux,code = <KEY_ENTER>;
45 linux,code = <KEY_LEFT>;
51 linux,code = <KEY_BACKSPACE>;
57 linux,code = <KEY_RIGHT>;
63 linux,code = <KEY_DOWN>;
69 linux,code = <KEY_UP>;
433 * anything, but they are present in the source code from LEGO.
/linux-6.15/drivers/platform/x86/dell/
H A Dalienware-wmi-wmax.c503 static bool is_wmax_thermal_code(u32 code) in is_wmax_thermal_code() argument
505 if (code & WMAX_SENSOR_ID_MASK) in is_wmax_thermal_code()
508 if ((code & WMAX_THERMAL_MODE_MASK) >= THERMAL_MODE_LAST) in is_wmax_thermal_code()
511 if ((code & WMAX_THERMAL_TABLE_MASK) == WMAX_THERMAL_TABLE_BASIC && in is_wmax_thermal_code()
512 (code & WMAX_THERMAL_MODE_MASK) >= THERMAL_MODE_BASIC_QUIET) in is_wmax_thermal_code()
515 if ((code & WMAX_THERMAL_TABLE_MASK) == WMAX_THERMAL_TABLE_USTT && in is_wmax_thermal_code()
516 (code & WMAX_THERMAL_MODE_MASK) <= THERMAL_MODE_USTT_LOW_POWER) in is_wmax_thermal_code()
/linux-6.15/kernel/trace/
H A Dtrace_fprobe.c143 switch (code->op) { in process_fetch_insn()
145 val = ftrace_regs_get_kernel_stack_nth(fregs, code->param); in process_fetch_insn()
155 val = ftrace_regs_get_argument(fregs, code->param); in process_fetch_insn()
158 val = *(unsigned long *)((unsigned long)edata + code->offset); in process_fetch_insn()
162 code++; in process_fetch_insn()
165 ret = process_common_fetch_insn(code, &val); in process_fetch_insn()
169 code++; in process_fetch_insn()
171 return process_fetch_insn_bottom(code, val, dest, base); in process_fetch_insn()
229 struct fetch_insn *code = &earg->code[i]; in store_fprobe_entry_data() local
231 switch (code->op) { in store_fprobe_entry_data()
[all …]
/linux-6.15/drivers/net/fjes/
H A Dfjes_hw.c454 res_buf->info.code = 0; in fjes_hw_request_info()
466 switch (res_buf->info.code) { in fjes_hw_request_info()
543 res_buf->share_buffer.code = 0; in fjes_hw_register_buff_addr()
559 res_buf->share_buffer.code = 0; in fjes_hw_register_buff_addr()
574 switch (res_buf->share_buffer.code) { in fjes_hw_register_buff_addr()
633 res_buf->unshare_buffer.code = 0; in fjes_hw_unregister_buff_addr()
649 res_buf->unshare_buffer.code = 0; in fjes_hw_unregister_buff_addr()
1233 res_buf->start_trace.code = 0; in fjes_hw_start_debug()
1244 switch (res_buf->start_trace.code) { in fjes_hw_start_debug()
1287 res_buf->stop_trace.code = 0; in fjes_hw_stop_debug()
[all …]
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-devices-platform-stratix10-rsu23 The state field has two parts: major error code in
24 upper 16 bits and minor error code in lower 16 bits.
29 error code is the value reported by CPU to
75 (RO) error code.
136 0 firmware record the notify code defined
/linux-6.15/arch/arm/nwfpe/
H A DChangeLog4 * Removed dead code and fixed function protypes to match definitions.
30 of this code, so that the authors properly review their changes.
54 in the above code were dereferencing problems due to moving the
61 comment in the code beside init_flag state the kernel guarantees
89 * fpa11.c - added code to initialize register types to typeNone
/linux-6.15/Documentation/arch/s390/
H A Dvfio-ap-locking.rst10 .. code-block:: c
19 .. code-block:: c
38 .. code-block:: c
57 .. code-block:: c
100 .. code-block:: c
/linux-6.15/drivers/input/
H A Dapm-power.c32 unsigned int code, int value) in apmpower_event() argument
40 system_power_event(code); in apmpower_event()
/linux-6.15/arch/arm/boot/dts/ti/omap/
H A Domap3-overo-gallop43-common.dtsi39 linux,code = <BTN_0>;
45 linux,code = <BTN_1>;
H A Domap3-overo-palo35-common.dtsi39 linux,code = <BTN_0>;
45 linux,code = <BTN_1>;
H A Domap3-overo-palo43-common.dtsi39 linux,code = <BTN_0>;
45 linux,code = <BTN_1>;

1...<<31323334353637383940>>...188