Home
last modified time | relevance | path

Searched refs:code (Results 1776 – 1800 of 4688) sorted by relevance

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

/linux-6.15/Documentation/arch/openrisc/
H A Dopenrisc_port.rst47 development board with the OpenRISC SoC. During the build FPGA RTL is code
84 In the code, the following particles are used on symbols to limit the scope
/linux-6.15/arch/arm/boot/dts/st/
H A Dspear320-hmi.dts135 linux,code = <0x100>;
143 linux,code = <0x200>;
/linux-6.15/arch/arm/boot/dts/marvell/
H A Darmada-385-linksys.dtsi58 linux,code = <KEY_WPS_BUTTON>;
64 linux,code = <KEY_RESTART>;
/linux-6.15/arch/arm/mach-sa1100/
H A Dcollie.c234 .code = KEY_RESERVED,
242 .code = KEY_WAKEUP,
/linux-6.15/tools/perf/util/
H A Dpfm.c200 strbuf_addf(buf, "Code: 0x%"PRIx64"\n", info->code); in print_libpfm_event()
261 ainfo.code, src); in print_libpfm_event()
/linux-6.15/include/asm-generic/
H A Dmshyperv.h128 static inline u64 hv_do_rep_hypercall(u16 code, u16 rep_count, u16 varhead_size, in hv_do_rep_hypercall() argument
131 u64 control = code; in hv_do_rep_hypercall()
/linux-6.15/Documentation/fb/
H A Dsh7760fb.rst44 of the board setup code.
55 The following code illustrates what needs to be done to
/linux-6.15/Documentation/crypto/
H A Dintro.rst10 code.
43 The transformation implementation is an actual code or interface to
/linux-6.15/Documentation/trace/
H A Dring-buffer-map.rst27 .. code-block:: c
51 .. code-block:: c
/linux-6.15/Documentation/userspace-api/media/cec/
H A Dcec-ioc-adap-g-phys-addr.rst47 ``CEC_CAP_PHYS_ADDR`` is set (the ``ENOTTY`` error code will be returned
50 the ``EBUSY`` error code will be returned.
/linux-6.15/Documentation/userspace-api/media/dvb/
H A Dfrontend_f_open.rst18 .. code-block:: c
40 ``EAGAIN`` error code when no data is available or when the device
/linux-6.15/arch/x86/kvm/
H A Dhyperv.c1862 u16 code; member
2043 if (hc->code == HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST || in kvm_hv_flush_tlb()
2044 hc->code == HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE) { in kvm_hv_flush_tlb()
2120 if (hc->code == HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE || in kvm_hv_flush_tlb()
2121 hc->code == HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE_EX || in kvm_hv_flush_tlb()
2231 if (hc->code == HVCALL_SEND_IPI) { in kvm_hv_send_ipi()
2450 switch (hc->code) { in is_xmm_fast_hypercall()
2477 switch (code) { in hv_check_hypercall_access()
2553 hc.code = hc.param & 0xffff; in kvm_hv_hypercall()
2563 if (unlikely(!hv_check_hypercall_access(hv_vcpu, hc.code))) { in kvm_hv_hypercall()
[all …]
/linux-6.15/Documentation/spi/
H A Dspi-summary.rst76 support only SPI.) Some PC hardware uses SPI flash for BIOS code.
131 main source code, and you should certainly read that chapter of the
165 device tables provided by board specific initialization code. SPI
203 How does board-specific init code declare SPI devices?
206 That information is normally provided by board-specific code, even for
219 maybe coupling it with code to initialize pin configurations, so that
225 So for example arch/.../mach-*/board-*.c files might have code like::
242 And SOC-specific utility code might look something like::
359 device whose board_info gave a modalias of "CHIP". Your probe() code
533 When you code setup(), ASSUME that the controller
[all …]
/linux-6.15/drivers/pci/controller/
H A Dpci-tegra.c781 u32 code, signature; in tegra_pcie_isr() local
783 code = afi_readl(pcie, AFI_INTR_CODE) & AFI_INTR_CODE_MASK; in tegra_pcie_isr()
787 if (code == AFI_INTR_LEGACY) in tegra_pcie_isr()
790 if (code >= ARRAY_SIZE(err_msg)) in tegra_pcie_isr()
791 code = 0; in tegra_pcie_isr()
797 if (code == AFI_INTR_MASTER_ABORT || code == AFI_INTR_PE_PRSNT_SENSE) in tegra_pcie_isr()
798 dev_dbg(dev, "%s, signature: %08x\n", err_msg[code], signature); in tegra_pcie_isr()
800 dev_err(dev, "%s, signature: %08x\n", err_msg[code], signature); in tegra_pcie_isr()
802 if (code == AFI_INTR_TARGET_ABORT || code == AFI_INTR_MASTER_ABORT || in tegra_pcie_isr()
803 code == AFI_INTR_FPCI_DECODE_ERROR) { in tegra_pcie_isr()
[all …]
/linux-6.15/Documentation/core-api/
H A Ddma-api.rst716 To debug drivers and find bugs in the usage of the DMA-API checking code can
723 about what DMA memory was allocated for which device. If this code detects an
761 errors will only silently counted. This limitation exist to prevent the code
766 The debugfs directory for the DMA-API debugging code is called dma-api/. In
771 value is not equal to zero the debugging code
777 if the debugging code is disabled. This can
796 down to zero the code will attempt to increase
820 driver filter at boot time. The debug code will only print errors for that
823 When the code disables itself at runtime this is most likely because it ran
827 that the code allocates entries in batches, so the exact number of
[all …]
/linux-6.15/Documentation/process/
H A Dhowto.rst102 rationale behind it. All new code is expected to follow the
105 review code if it is in the proper style.
167 automatically generated from the source code itself or from
200 The website has basic information about code organization, subsystems,
218 Before making any actual modifications to the Linux kernel code, it is
219 imperative to understand how the code in question works. For this
223 Cross-Reference project, which is able to present source code in a
225 repository of the kernel code may be found at:
262 outside of the code that is being added. git can be used to send
480 - "This deletes 2000 lines of code."
[all …]
/linux-6.15/Documentation/filesystems/xfs/
H A Dxfs-online-fsck-design.rst1015 .. code-block:: c
2050 .. code-block:: c
2068 .. code-block:: c
3508 - The online fsck code must contain a C function to catch the hook action code
3559 checking code and the code making an update to the filesystem:
3608 quotacheck code.
3761 repair code -- code and data are entirely contained within the scrub module,
4019 code.
4088 .. code-block:: c
5234 either by using a defined code point, or by combining one code point with
[all …]
/linux-6.15/arch/riscv/kvm/
H A DKconfig13 This option alone does not add any kernel code.
/linux-6.15/arch/arm/boot/dts/broadcom/
H A Dbcm47094-phicomm-k3.dts27 linux,code = <KEY_RESTART>;
H A Dbcm47094-luxul-xwc-2000.dts48 linux,code = <KEY_RESTART>;
/linux-6.15/Documentation/userspace-api/media/v4l/
H A Dpixfmt-y12i.rst20 .. code-block:: c
/linux-6.15/tools/testing/selftests/net/packetdrill/
H A Dtcp_close_close-remote-fin-then-close.pkt3 // Since the remote side (client) closes first, we test our LAST_ACK code path.
/linux-6.15/drivers/platform/olpc/
H A DKconfig10 This option alone does not add any kernel code.
/linux-6.15/arch/mips/alchemy/
H A DPlatform2 # Core Alchemy code
/linux-6.15/Documentation/devicetree/bindings/input/
H A Dmax77650-onkey.yaml26 linux,code:

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