Home
last modified time | relevance | path

Searched refs:code (Results 1876 – 1900 of 4688) sorted by relevance

1...<<71727374757677787980>>...188

/linux-6.15/tools/perf/Documentation/
H A Dperf-dlfilter.txt46 or return a negative error code. '*data' can be assigned for use by other
52 return a negative error code. 'data' is set by 'start'. 'ctx' is needed
58 error code. 'data' is set by 'start'. 'ctx' is needed for calls to
180 'object_code' reads object code and returns the number of bytes read.
/linux-6.15/Documentation/usb/
H A Dusbip_protocol.rst151 | 2 | 2 | 0x8005 | Command code: Retrieve the list of exported USB |
165 | 2 | 2 | 0x0005 | Reply code: The list of exported USB devices. |
236 | 2 | 2 | 0x8003 | Command code: import a remote USB device. |
255 | 2 | 2 | 0x0003 | Reply code: Reply to import. |
/linux-6.15/arch/arm64/boot/dts/qcom/
H A Dmsm8998-oneplus-common.dtsi70 * but given the same addresses every time. Hard code them as these addresses
96 linux,code = <KEY_VOLUMEDOWN>;
104 linux,code = <KEY_VOLUMEUP>;
121 linux,code = <SW_LID>;
H A Dsdm845-lg-judyln.dts35 linux,code = <KEY_ASSISTANT>;
/linux-6.15/drivers/media/pci/cobalt/
H A Dcobalt-v4l2.c169 sd_fmt.format.code = MEDIA_BUS_FMT_UYVY8_1X16; in cobalt_enable_output()
172 sd_fmt.format.code = MEDIA_BUS_FMT_RGB888_1X24; in cobalt_enable_output()
205 .format.code = MEDIA_BUS_FMT_YUYV8_1X16, in cobalt_enable_input()
210 .format.code = MEDIA_BUS_FMT_RGB888_1X24, in cobalt_enable_input()
910 u32 code; in cobalt_s_fmt_vid_out() local
923 code = MEDIA_BUS_FMT_UYVY8_1X16; in cobalt_s_fmt_vid_out()
927 code = MEDIA_BUS_FMT_RGB888_1X24; in cobalt_s_fmt_vid_out()
940 v4l2_fill_mbus_format(&sd_fmt.format, pix, code); in cobalt_s_fmt_vid_out()
/linux-6.15/tools/memory-model/Documentation/
H A Drecipes.txt3 attractive nuisances. Many of these recipes include example code from
23 on the other, the code will execute in order. There are (as
28 called is not defined; the object code is allowed to use either
32 compiler can emit whatever code it likes for normal accesses,
70 consider the following pair of code fragments:
315 the following write-side code fragment:
323 the corresponding read-side code fragment:
345 or smp_rmb(), any code fragment that would work with smp_rmb() and
/linux-6.15/kernel/
H A Dexit.c875 static void synchronize_group_exit(struct task_struct *tsk, long code) in synchronize_group_exit() argument
885 signal->group_exit_code = code; in synchronize_group_exit()
891 void __noreturn do_exit(long code) in do_exit() argument
898 synchronize_group_exit(tsk, code); in do_exit()
906 ptrace_event(PTRACE_EVENT_EXIT, code); in do_exit()
923 tsk->signal->group_exit_code ?: (int)code); in do_exit()
932 acct_collect(code, group_dead); in do_exit()
937 tsk->exit_code = code; in do_exit()
/linux-6.15/drivers/net/ethernet/cavium/octeon/
H A Docteon_mgmt.c57 u64 code:7; member
62 u64 code:7;
404 if (likely(re.s.code == RING_ENTRY_CODE_DONE)) { in octeon_mgmt_receive_one()
422 } else if (re.s.code == RING_ENTRY_CODE_MORE) { in octeon_mgmt_receive_one()
433 if (re2.s.code != RING_ENTRY_CODE_MORE in octeon_mgmt_receive_one()
434 && re2.s.code != RING_ENTRY_CODE_DONE) in octeon_mgmt_receive_one()
448 } while (re2.s.code == RING_ENTRY_CODE_MORE); in octeon_mgmt_receive_one()
462 while (re2.s.code == RING_ENTRY_CODE_MORE) { in octeon_mgmt_receive_one()
/linux-6.15/arch/loongarch/kvm/
H A DKconfig13 This option alone does not add any kernel code.
/linux-6.15/arch/mips/kvm/
H A DKconfig12 This option alone does not add any kernel code.
/linux-6.15/arch/arm/boot/dts/broadcom/
H A Dbcm47081-luxul-xap-1410.dts58 linux,code = <KEY_RESTART>;
/linux-6.15/drivers/platform/mips/
H A DKconfig14 not add any kernel code.
/linux-6.15/arch/m68k/kernel/
H A Dvmlinux-std.lds42 . = ALIGN(PAGE_SIZE); /* Init code and data */
/linux-6.15/arch/arm64/boot/dts/apm/
H A Dapm-mustang.dts27 linux,code = <116>;
/linux-6.15/arch/mips/boot/dts/qca/
H A Dar9331_dpt_module.dts39 linux,code = <KEY_RESTART>;
/linux-6.15/Documentation/driver-api/firmware/
H A Dintroduction.rst5 The firmware API enables kernel code to request files required
/linux-6.15/Documentation/hwmon/
H A Dhih6130.rst28 can be used in the board setup code.
/linux-6.15/include/linux/
H A Dism.h52 u32 code; member
/linux-6.15/Documentation/cpu-freq/
H A Dindex.rst4 CPUFreq - CPU frequency and voltage scaling code in the Linux(TM) kernel
/linux-6.15/Documentation/userspace-api/media/dvb/
H A Ddmx-munmap.rst20 .. code-block:: c
/linux-6.15/Documentation/translations/zh_CN/maintainer/
H A Dconfigure-git.rst51 .. code-block:: none
/linux-6.15/arch/x86/boot/
H A Dsetup.ld4 * Linker script for the i386 setup code
/linux-6.15/Documentation/process/
H A Dsubmitting-patches.rst3 Submitting patches: the essential guide to getting your code into the kernel
15 for a list of items to check before submitting code.
56 problem was spotted during code review, describe the impact you think
74 in plain English for the reviewer to verify that the code is behaving
78 form which can be easily pulled into Linux's source code management
210 One significant exception is when moving code from one file to
211 another -- in this case you should not modify the moved code at all in
213 moving the code and your changes. This greatly aids review of the
215 the code itself.
284 tools, so that they may comment on specific portions of your code.
[all …]
/linux-6.15/tools/perf/util/
H A Djitdump.c74 const void *code, in jit_emit_elf() argument
97 ret = jit_write_elf(fd, code_addr, sym, (const void *)code, csize, debug, nr_debug_entries, in jit_emit_elf()
428 uint64_t code, addr; in jit_repipe_code_load() local
450 code = (unsigned long)jr + jr->load.p.total_size - csize; in jit_repipe_code_load()
467 uaddr = (uintptr_t)code; in jit_repipe_code_load()
/linux-6.15/fs/
H A DKconfig28 # old blockdev_direct_IO implementation. Use iomap for new code instead
108 # this symbol for ifdefs in core code.
311 This option alone does not add any kernel code.
352 filesystem-related networking code, such as NFS daemon and
355 This option alone does not add any kernel code.

1...<<71727374757677787980>>...188