Home
last modified time | relevance | path

Searched refs:code (Results 1676 – 1700 of 4688) sorted by relevance

1...<<61626364656667686970>>...188

/linux-6.15/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgm200.c61 const u64 code = base + lsfw->app_resident_code_offset; in gm200_gr_acr_bld_write() local
65 .code_dma_base = code, in gm200_gr_acr_bld_write()
/linux-6.15/drivers/scsi/be2iscsi/
H A Dbe_main.c1432 u8 code; in beiscsi_complete_pdu() local
1460 code); in beiscsi_complete_pdu()
1890 code = (sol->dw[offsetof(struct amap_sol_cqe, code) / 32] & in beiscsi_process_cq()
1940 cqe_desc[code], code, cid); in beiscsi_process_cq()
1948 cqe_desc[code], code, cid); in beiscsi_process_cq()
1959 cqe_desc[code], code, cid); in beiscsi_process_cq()
1972 cqe_desc[code], code, cid); in beiscsi_process_cq()
1979 cqe_desc[code], code, cid); in beiscsi_process_cq()
1991 cqe_desc[code], code, cid); in beiscsi_process_cq()
1997 cqe_desc[code], code, cid); in beiscsi_process_cq()
[all …]
/linux-6.15/drivers/crypto/cavium/nitrox/
H A Dnitrox_main.c64 u64 code[]; member
140 ucode_data = ucode->code; in nitrox_load_fw()
191 ucode_data = ucode->code; in nitrox_load_fw()
/linux-6.15/arch/arm/boot/dts/nxp/ls/
H A Dls1021a-tqmls1021a-mbls1021a.dts41 linux,code = <BTN_0>;
47 linux,code = <BTN_1>;
53 linux,code = <BTN_2>;
/linux-6.15/arch/arm/boot/dts/qcom/
H A Dqcom-msm8960-samsung-expressatt.dts36 linux,code = <KEY_HOMEPAGE>;
45 linux,code = <KEY_VOLUMEUP>;
52 linux,code = <KEY_VOLUMEDOWN>;
/linux-6.15/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
H A Dmac-phy-support.rst28 .. code-block:: none
115 .. code-block:: none
153 .. code-block:: none
/linux-6.15/arch/arm/boot/dts/marvell/
H A Dorion5x-lswsgl.dts80 linux,code = <KEY_OPTION>;
87 linux,code = <KEY_RESERVED>; /* LSMINI_SW_POWER */
94 linux,code = <KEY_ESC>; /* LSMINI_SW_AUTOPOWER */
/linux-6.15/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-core.h571 static inline bool fimc_user_defined_mbus_fmt(u32 code) in fimc_user_defined_mbus_fmt() argument
573 return (code == MEDIA_BUS_FMT_JPEG_1X8 || in fimc_user_defined_mbus_fmt()
574 code == MEDIA_BUS_FMT_S5C_UYVY_JPEG_1X8); in fimc_user_defined_mbus_fmt()
/linux-6.15/drivers/platform/loongarch/
H A Dloongson-laptop.c233 ke.sw.code = SW_LID; in loongson_hotkey_resume()
292 hotkey_keycode_map[index].code = element->integer.value; in hotkey_map()
485 ke->sw.value = !!(status & (1 << ke->sw.code)); in event_notify()
/linux-6.15/drivers/watchdog/
H A Dpcwd_pci.c631 static int pcipcwd_notify_sys(struct notifier_block *this, unsigned long code, in pcipcwd_notify_sys() argument
634 if (code == SYS_DOWN || code == SYS_HALT) in pcipcwd_notify_sys()
/linux-6.15/Documentation/trace/rv/
H A Ddeterministic_automata.rst53 be used as regular code in the Linux kernel.
110 of an automaton using the (textual) DOT language as the source code.
152 The 'wip.h' content is the code sample in section 'Deterministic Automaton
/linux-6.15/Documentation/kbuild/
H A Dreproducible-builds.rst5 It is generally desirable that building the same source code with
37 code that does use these, you must override the timestamp they
127 ``git reset HEAD^``, even if the code is the same, the
/linux-6.15/lib/
H A DKconfig.debug218 bool "Miscellaneous debug code"
465 bool "Generate readable assembler code"
490 any use of code/data previously in these sections would
492 In the code, functions and variables are annotated with
583 pieces of code get eliminated with
735 This enables the selftest of the object debug code.
2154 disabling instrumentation for some early boot code.
2186 bool "Instrument all code by default"
2369 tristate "Self test for the backtrace code"
2375 developers working on architecture code.
[all …]
/linux-6.15/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_hdr.h657 #define QLCNIC_FWERROR_PEGNUM(code) ((code) & 0xff) argument
658 #define QLCNIC_FWERROR_CODE(code) ((code >> 8) & 0x1fffff) argument
/linux-6.15/arch/arm/boot/dts/nxp/imx/
H A Dmba6ulx.dtsi40 linux,code = <KEY_1>;
47 linux,code = <KEY_2>;
54 linux,code = <KEY_3>;
61 linux,code = <KEY_POWER>;
H A Dimx6sl-tolino-shine2hd.dts48 linux,code = <SW_LID>;
56 linux,code = <KEY_BRIGHTNESS_CYCLE>;
62 linux,code = <KEY_HOME>;
68 linux,code = <KEY_POWER>;
/linux-6.15/kernel/
H A Djump_label.c70 jea->code = jeb->code - delta; in jump_label_swap()
74 jeb->code = tmp.code + delta; in jump_label_swap()
/linux-6.15/drivers/gpu/ipu-v3/
H A Dipu-csi.c327 ret = mbus_code_to_bus_cfg(csicfg, mbus_fmt->code, mbus_cfg->type); in fill_csi_bus_cfg()
345 is_bt1120 = mbus_fmt->code == MEDIA_BUS_FMT_UYVY8_1X16 || in fill_csi_bus_cfg()
346 mbus_fmt->code == MEDIA_BUS_FMT_YUYV8_1X16; in fill_csi_bus_cfg()
562 ret = mbus_code_to_bus_cfg(&cfg, mbus_fmt->code, V4L2_MBUS_CSI2_DPHY); in ipu_csi_set_mipi_datatype()
/linux-6.15/arch/arm/boot/dts/samsung/
H A Dexynos4210-trats.dts99 linux,code = <114>;
106 linux,code = <115>;
113 linux,code = <116>;
121 linux,code = <352>;
/linux-6.15/Documentation/gpu/
H A Ddrm-internals.rst199 .. code-block:: bash
222 The section very briefly covers some of the old legacy support code
226 command submission code. Do not use any of this in new and modern
232 The DRM core provides some suspend/resume code, but drivers wanting full
/linux-6.15/Documentation/driver-api/soundwire/
H A Dsummary.rst60 code we use the term interface only to refer to the hardware. We follow the
87 implementation and SoundWire Slave devices. All the code uses the "sdw"
102 .. code-block:: c
161 .. code-block:: c
/linux-6.15/arch/arm64/boot/dts/qcom/
H A Dmsm8916-samsung-serranove.dts61 linux,code = <KEY_VOLUMEUP>;
67 linux,code = <KEY_HOMEPAGE>;
83 linux,code = <SW_LID>;
365 linux,code = <KEY_VOLUMEDOWN>;
H A Dmsm8994-sony-xperia-kitakami.dtsi38 linux,code = <KEY_VOLUMEDOWN>;
47 linux,code = <KEY_VOLUMEUP>;
56 linux,code = <KEY_CAMERA>;
65 linux,code = <KEY_VOLUMEUP>;
H A Dmsm8916-samsung-a2015-common.dtsi59 linux,code = <KEY_VOLUMEUP>;
65 linux,code = <KEY_HOMEPAGE>;
81 linux,code = <SW_LID>;
346 linux,code = <KEY_VOLUMEDOWN>;
/linux-6.15/sound/core/
H A DKconfig131 the hrtimer as a precise timing source. The ALSA sequencer code
168 Say 'N' to disable Sound proc FS, which may reduce code size about
177 Say Y here to include code for verbose procfs contents (provides
194 Say Y here to enable ALSA debug code.

1...<<61626364656667686970>>...188