Home
last modified time | relevance | path

Searched refs:code (Results 2376 – 2400 of 4688) sorted by relevance

1...<<919293949596979899100>>...188

/linux-6.15/Documentation/target/
H A Dtcmu-design.rst38 built-in modules are implemented entirely as kernel code.
49 these are implemented entirely as kernel code.
63 difficult, because LIO is entirely kernel code. Instead of undertaking
284 Writing a user pass-through handler (with example code)
404 scsi/scsi.h include file. For example, CHECK CONDITION's status code
/linux-6.15/Documentation/admin-guide/pm/
H A Dsleep-states.rst14 space code cannot be executed and the overall system activity is significantly
93 On ACPI-based systems S2RAM requires some minimal boot-strapping code in the
114 for system suspend. However, it requires some low-level code for resuming the
144 the special architecture-specific low-level code is needed. Finally, the
150 for the given CPU architecture includes the low-level code for system resume.
/linux-6.15/Documentation/arch/powerpc/
H A Deeh-pci-error-recovery.rst125 drivers/pci/hotplug/pSeries_pci.c calling in to the eeh.c code.
130 registered with the EEH code; the EEH code needs to know about
146 If a frozen slot is detected, code in
322 The SCSI-generic subsystem already has built-in code for performing
/linux-6.15/arch/arm/boot/dts/st/
H A Dste-ux500-samsung-gavini.dts29 /* This zone will be polled by the battery temperature code */
178 linux,code = <KEY_SWITCHVIDEOMODE>;
184 linux,code = <KEY_HOME>;
190 linux,code = <KEY_VOLUMEUP>;
196 linux,code = <KEY_VOLUMEDOWN>;
/linux-6.15/net/sctp/
H A Dipv6.c127 __u8 type, __u8 code, __u32 info) in sctp_v6_err_handle() argument
139 if (ICMPV6_UNK_NEXTHDR == code) { in sctp_v6_err_handle()
151 icmpv6_err_convert(type, code, &err); in sctp_v6_err_handle()
162 u8 type, u8 code, int offset, __be32 info) in sctp_v6_err() argument
184 sctp_v6_err_handle(transport, skb, type, code, ntohl(info)); in sctp_v6_err()
/linux-6.15/Documentation/i2c/
H A Dwriting-clients.rst140 System infrastructure, typically board-specific initialization code or
158 (zero not a negative status code) it may save the handle and use it until
211 considered a legacy mechanism and shouldn't be used in new code.
245 The module_i2c_driver() macro can be used to reduce above code.
252 the code is built into the kernel, as they would never be called.
/linux-6.15/drivers/hid/
H A Dhid-lenovo.c789 if (usage->type == EV_KEY && usage->code == KEY_FN_ESC && value == 1) { in lenovo_event_tp10ubkbd()
809 if (usage->type == EV_REL && (usage->code == REL_WHEEL || in lenovo_event_cptkbd()
810 usage->code == REL_HWHEEL)) { in lenovo_event_cptkbd()
817 if (usage->type == EV_KEY && usage->code == BTN_MIDDLE) { in lenovo_event_cptkbd()
836 if (usage->type == EV_KEY && usage->code == KEY_FN_ESC && value == 1) { in lenovo_event_cptkbd()
/linux-6.15/Documentation/mm/
H A Dpage_tables.rst17 height. The architecture code for each supported architecture will then
151 Page table handling code that wishes to be architecture-neutral, such as the
154 architecture-specific code, so as to be robust to future changes.
212 Additionally, page faults may be also caused by code bugs or by maliciously
280 Several code path make use of the latter two functions because they need to
/linux-6.15/drivers/net/wireless/broadcom/b43/
H A Dphy_n.c1744 if (code == 0) { in b43_nphy_rev3_rssi_select()
1755 if ((code == 1 && i == 1) || (code == 2 && !i)) in b43_nphy_rev3_rssi_select()
1861 if (code == 0) { in b43_nphy_rev2_rssi_select()
2295 u8 code, val; in b43_nphy_rev2_rssi_cal() local
2312 code = 0; in b43_nphy_rev2_rssi_cal()
2315 code = 25; in b43_nphy_rev2_rssi_cal()
2401 offset[i] = code - 32; in b43_nphy_rev2_rssi_cal()
2575 u8 code; in b43_nphy_gain_ctl_workarounds_rev1_2() local
2618 code = 4; in b43_nphy_gain_ctl_workarounds_rev1_2()
2620 code = 5; in b43_nphy_gain_ctl_workarounds_rev1_2()
[all …]
/linux-6.15/net/mac80211/
H A DKconfig120 This option affects code generation in mac80211, when
125 This option increases code size a bit and inserts a lot
126 of function calls in the code, but is otherwise safe to
/linux-6.15/arch/arm/boot/dts/samsung/
H A Ds5pv210-fascinate4g.dts23 linux,code = <KEY_POWER>;
30 linux,code = <KEY_VOLUMEDOWN>;
36 linux,code = <KEY_VOLUMEUP>;
/linux-6.15/arch/arm/boot/dts/gemini/
H A Dgemini-dlink-dir-685.dts33 linux,code = <KEY_RESTART>;
41 linux,code = <KEY_EJECTCD>;
332 * WLAN and LAN, and the country code (for wireless
/linux-6.15/arch/arm/boot/dts/nxp/imx/
H A Dimx7-mba7.dtsi46 linux,code = <KEY_1>;
54 linux,code = <KEY_2>;
62 linux,code = <KEY_3>;
/linux-6.15/Documentation/driver-api/dmaengine/
H A Ddmatest.rst129 …result <channel>: <test id>: '<error msg>' with src_off=<val> dst_off=<val> len=<val> (<err code>)"
138 code, error counter, or status. A test thread also emits a summary line at
140 result code.
/linux-6.15/tools/memory-model/Documentation/
H A Dlocking.txt24 pair of code fragments:
297 code from entering critical sections. It is not sufficient to only
298 prevent code from leaving them.
/linux-6.15/arch/arm/boot/dts/ti/omap/
H A Dam335x-myirtech-myd.dts3 /* Based on code by myd_c335x.dts, MYiRtech.com */
38 linux,code = <BTN_1>;
45 linux,code = <BTN_2>;
/linux-6.15/net/sched/
H A Dcls_bpf.c66 static int cls_bpf_exec_opcode(int code) in cls_bpf_exec_opcode() argument
68 switch (code) { in cls_bpf_exec_opcode()
75 return code; in cls_bpf_exec_opcode()
/linux-6.15/Documentation/sound/cards/
H A Demu-mixer.rst2 E-MU Digital Audio System mixer / default DSP code
188 When the tone control code is activated, the samples are always modified.
194 When the tone control code is activated, the samples are always modified.
/linux-6.15/Documentation/process/
H A Dresearcher-guidelines.rst34 code) produced by the Linux kernel community is welcome, though research
86 with anyone, is welcomed and encouraged. Research into Linux code is
146 code path. As we don't have a FooBar device to test with, no runtime
/linux-6.15/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dgk104.c613 u32 code = intr & 0x000000ff; in gk104_fifo_intr_bind() local
614 const struct nvkm_enum *en = nvkm_enum_find(gk104_fifo_intr_bind_reason, code); in gk104_fifo_intr_bind()
616 nvkm_error(subdev, "BIND_ERROR %02x [%s]\n", code, en ? en->name : ""); in gk104_fifo_intr_bind()
/linux-6.15/Documentation/virt/hyperv/
H A Dvpci.rst82 generic Linux PCI subsystem code and the Linux driver for the
107 PCI subsystem code in Linux processes the BARs.
159 modifying this code to prevent re-introducing such problems.
160 See comments in the code.
193 detected as well. See comments in the code regarding this
196 Most of the code in the Hyper-V virtual PCI driver (pci-
H A Dvmbus.rst45 devices. "VSP" refers to the Hyper-V code that implements a
83 in kernel virtual space, the code that copies data to and from the
258 The VMBus channel interrupt handling code is designed to work
260 CPU assigned to the channel. Specifically, the code does not use
264 when Hyper-V will make the transition. The code must work correctly
290 and must not be assumed to be consistent in Linux code. Offer
/linux-6.15/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-ibm-rainier.dts139 linux,code = <6>;
145 linux,code = <7>;
151 linux,code = <8>;
157 linux,code = <9>;
163 linux,code = <10>;
169 linux,code = <11>;
H A Daspeed-bmc-ibm-blueridge.dts142 linux,code = <6>;
148 linux,code = <7>;
154 linux,code = <8>;
160 linux,code = <9>;
166 linux,code = <10>;
172 linux,code = <11>;
/linux-6.15/Documentation/admin-guide/
H A Dreporting-issues.rst139 decoding the kernel log to find the line of code that triggered the error.
701 called with a path to the source code in question. For drivers compiled as
725 at the commit history to find which people recently worked on the code in
846 the current code. Hence go and test mainline first and follow the process
989 the code the kernel was executing when the error occurred::
997 In this case the executed code was built from the file
1004 the code section the kernel was executing.
1580 Even small and seemingly obvious code-changes sometimes introduce new and
1610 Check code history and search for existing discussions
1712 employers sooner or later also stop caring for their code or make its
[all …]

1...<<919293949596979899100>>...188