Home
last modified time | relevance | path

Searched refs:code (Results 2801 – 2825 of 4688) sorted by relevance

1...<<111112113114115116117118119120>>...188

/linux-6.15/Documentation/admin-guide/
H A Djava.rst71 .. code-block:: sh
162 .. code-block:: c
387 .. code-block:: java
/linux-6.15/Documentation/filesystems/
H A Ddebugfs.rst74 actually necessary; the debugfs code provides a number of helper functions
154 any code which does so in the mainline. Note that all files created with
158 often during development, even if little such code reaches mainline),
H A Dvfs.rst88 .. code-block:: c
113 .. code-block:: c
180 filesystem code
250 .. code-block:: c
490 .. code-block:: c
819 .. code-block:: c
1091 .. code-block:: c
1270 .. code-block:: c
1300 still valid, and zero or a negative error code if it isn't.
1325 This function has the same return code semantics as
[all …]
/linux-6.15/arch/sparc/net/
H A Dbpf_jit_comp_32.c395 u16 code = bpf_anc_helper(&filter[i]); in bpf_jit_compile() local
398 switch (code) { in bpf_jit_compile()
662 switch (code) { in bpf_jit_compile()
/linux-6.15/Documentation/arch/x86/
H A Dmds.rst50 It is assumed that attack code resides in user space or in a guest with one
51 exception. The rationale behind this assumption is that the code construct
200 flushed either on exit to user space or on VMENTER so malicious code
/linux-6.15/Documentation/filesystems/nfs/
H A Drpc-cache.rst17 of common code for managing these caches.
29 The common code handles such things as:
218 which give the code for a byte. Other characters are treated
/linux-6.15/Documentation/gpu/
H A Dintroduction.rst5 The Linux DRM layer contains code intended to support the needs of
59 concepts. Documentation should be put into the code itself as kerneldoc comments
129 like. Since are just a few hundreds lines of code, they are quite easy to read.
/linux-6.15/Documentation/gpu/amdgpu/display/
H A Dprogramming-model-dcn.rst8 code architecture. Hence, it is reasonable to remind the reader that the code
57 over the amdgpu display code.
/linux-6.15/drivers/macintosh/
H A Dadbhid.c684 static int adbhid_kbd_event(struct input_dev *dev, unsigned int type, unsigned int code, int value) in adbhid_kbd_event() argument
717 adb_message_handler(struct notifier_block *this, unsigned long code, void *x) in adb_message_handler() argument
719 switch (code) { in adb_message_handler()
/linux-6.15/drivers/media/platform/renesas/rzg2l-cru/
H A Drzg2l-video.c216 cru_ip_fmt = rzg2l_cru_ip_code_to_fmt(ip_sd_fmt->code); in rzg2l_cru_initialize_image_conv()
895 video_fmt->code != fmt.format.code) in rzg2l_cru_video_link_validate()
/linux-6.15/arch/arm/boot/dts/nvidia/
H A Dtegra30-lg-p880.dts122 nvidia,ram-code = <0>;
199 nvidia,ram-code = <0>;
475 linux,code = <KEY_VOLUMEUP>;
H A Dtegra30-asus-tf300tg.dts222 nvidia,ram-code = <0>;
287 nvidia,ram-code = <1>;
352 nvidia,ram-code = <2>;
419 nvidia,ram-code = <0>;
637 nvidia,ram-code = <1>;
855 nvidia,ram-code = <2>;
H A Dtegra30-asus-tf300t.dts148 nvidia,ram-code = <0>;
213 nvidia,ram-code = <1>;
278 nvidia,ram-code = <2>;
345 nvidia,ram-code = <0>;
563 nvidia,ram-code = <1>;
781 nvidia,ram-code = <2>;
H A Dtegra20-asus-tf101.dts763 nvidia,use-ram-code;
1023 linux,code = <KEY_POWER>;
1032 linux,code = <KEY_VOLUMEDOWN>;
1041 linux,code = <KEY_VOLUMEUP>;
1051 linux,code = <SW_LID>;
/linux-6.15/arch/arm/boot/dts/qcom/
H A Dqcom-msm8974pro-samsung-klte-common.dtsi31 linux,code = <KEY_VOLUMEDOWN>;
39 linux,code = <KEY_HOMEPAGE>;
48 linux,code = <KEY_VOLUMEUP>;
/linux-6.15/Documentation/usb/
H A Dgadget_configfs.rst381 to the UDC. The code in drivers/usb/gadget/configfs.c iterates over
385 3. The file drivers/usb/gadget/configfs.c contains code for
395 5. Function's code is written in such a way that it uses
/linux-6.15/LICENSES/dual/
H A DApache-2.042 including but not limited to software source code, documentation source,
47 object code, generated documentation, and conversions to other media types.
70 mailing lists, source code control systems, and issue tracking systems that
/linux-6.15/Documentation/wmi/devices/
H A Dalienware-wmi.rst73 pseudo-code that vaguely resembles the original ASL code.
83 to this *operation*. For example, if an operation has code 0x01 and requires an
/linux-6.15/tools/perf/Documentation/
H A Dperf-c2c.txt257 - code address responsible for the accesses
269 - code symbol related to the 'Code address' value
303 iaddr - coalesced by code address, following fields are displayed:
/linux-6.15/Documentation/core-api/
H A Dmaple_tree.rst42 code segment when allocating cannot be done. Allocations of nodes are
62 success or an error code otherwise. mtree_store_range() works in the same way
94 The allocations are handled by the internal tree code. See
/linux-6.15/drivers/net/wireless/intersil/p54/
H A Dfwio.c52 u32 code = le32_to_cpu(bootrec->code); in p54_parse_firmware() local
53 switch (code) { in p54_parse_firmware()
/linux-6.15/Documentation/arch/arm/pxa/
H A Dmfp.rst77 For board code writers, here are some guidelines:
234 The following comments are copied from mfp.h (see the actual source code
273 which can be modified a bit in board code, though it is not recommended to
/linux-6.15/Documentation/scsi/
H A DChangeLog.megaraid252 compile the code with CONFIG_DEBUG_SPINLOCK but
325 3. Make some code static - Adrian Bunk <[email protected]>
328 The patch below makes some needlessly global code static.
362 without putting code something like this into the driver."
418 re-arrange the code to eliminate the need for most (all) of the
563 "Shared code in a third module, a "library module", is an acceptable
/linux-6.15/drivers/scsi/esas2r/
H A Desas2r_ioctl.c1273 u16 code; in esas2r_ioctl_handler() local
1388 ioctl->data.prw.code = 1; in esas2r_ioctl_handler()
1401 code = esas2r_write_params(a, rq, in esas2r_ioctl_handler()
1403 ioctl->data.prw.code = code; in esas2r_ioctl_handler()
1413 ioctl->data.prw.code = 1; in esas2r_ioctl_handler()
/linux-6.15/Documentation/userspace-api/media/v4l/
H A Ddev-sliced-vbi.rst93 at this point, it may return an ``EBUSY`` error code if the required
237 run-in and framing code, lsb first transmitted.
268 Drivers may return an ``EINVAL`` error code when applications attempt to
273 return an ``EBUSY`` error code when applications attempt to change the
353 error code when applications violate this rule. They must also return an
354 EINVAL error code when applications pass an incorrect field or line

1...<<111112113114115116117118119120>>...188