| /linux-6.15/tools/perf/Documentation/ |
| H A D | perf-dlfilter.txt | 46 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 D | usbip_protocol.rst | 151 | 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 D | msm8998-oneplus-common.dtsi | 70 * 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 D | sdm845-lg-judyln.dts | 35 linux,code = <KEY_ASSISTANT>;
|
| /linux-6.15/drivers/media/pci/cobalt/ |
| H A D | cobalt-v4l2.c | 169 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 D | recipes.txt | 3 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 D | exit.c | 875 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 D | octeon_mgmt.c | 57 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 D | Kconfig | 13 This option alone does not add any kernel code.
|
| /linux-6.15/arch/mips/kvm/ |
| H A D | Kconfig | 12 This option alone does not add any kernel code.
|
| /linux-6.15/arch/arm/boot/dts/broadcom/ |
| H A D | bcm47081-luxul-xap-1410.dts | 58 linux,code = <KEY_RESTART>;
|
| /linux-6.15/drivers/platform/mips/ |
| H A D | Kconfig | 14 not add any kernel code.
|
| /linux-6.15/arch/m68k/kernel/ |
| H A D | vmlinux-std.lds | 42 . = ALIGN(PAGE_SIZE); /* Init code and data */
|
| /linux-6.15/arch/arm64/boot/dts/apm/ |
| H A D | apm-mustang.dts | 27 linux,code = <116>;
|
| /linux-6.15/arch/mips/boot/dts/qca/ |
| H A D | ar9331_dpt_module.dts | 39 linux,code = <KEY_RESTART>;
|
| /linux-6.15/Documentation/driver-api/firmware/ |
| H A D | introduction.rst | 5 The firmware API enables kernel code to request files required
|
| /linux-6.15/Documentation/hwmon/ |
| H A D | hih6130.rst | 28 can be used in the board setup code.
|
| /linux-6.15/include/linux/ |
| H A D | ism.h | 52 u32 code; member
|
| /linux-6.15/Documentation/cpu-freq/ |
| H A D | index.rst | 4 CPUFreq - CPU frequency and voltage scaling code in the Linux(TM) kernel
|
| /linux-6.15/Documentation/userspace-api/media/dvb/ |
| H A D | dmx-munmap.rst | 20 .. code-block:: c
|
| /linux-6.15/Documentation/translations/zh_CN/maintainer/ |
| H A D | configure-git.rst | 51 .. code-block:: none
|
| /linux-6.15/arch/x86/boot/ |
| H A D | setup.ld | 4 * Linker script for the i386 setup code
|
| /linux-6.15/Documentation/process/ |
| H A D | submitting-patches.rst | 3 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 D | jitdump.c | 74 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 D | Kconfig | 28 # 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.
|