| /linux-6.15/drivers/scsi/ |
| H A D | constants.c | 381 unsigned short code = ((asc << 8) | ascq); in scsi_extd_sense_format() local 386 if (additional[i].code12 == code) in scsi_extd_sense_format()
|
| /linux-6.15/arch/arm/boot/dts/allwinner/ |
| H A D | sunxi-reference-design-tablet.dtsi | 65 linux,code = <KEY_VOLUMEUP>; 72 linux,code = <KEY_VOLUMEDOWN>;
|
| /linux-6.15/drivers/xen/ |
| H A D | manage.c | 175 static int poweroff_nb(struct notifier_block *cb, unsigned long code, void *unused) in poweroff_nb() argument 177 switch (code) { in poweroff_nb()
|
| /linux-6.15/arch/arm/boot/dts/st/ |
| H A D | ste-href-stuib.dtsi | 20 linux,code = <11>; /* SW_FRONT_PROXIMITY */ 26 linux,code = <0>; /* SW_LID */
|
| /linux-6.15/tools/perf/Documentation/ |
| H A D | intel-bts.txt | 12 While decoding Intel BTS does not require walking the object code, the object 13 code is still needed to pair up calls and returns correctly, consequently much
|
| /linux-6.15/Documentation/fb/ |
| H A D | tgafb.rst | 13 This version is an almost complete rewrite of the code written by Geert 14 Uytterhoeven, which was based on the original TGA console code written by
|
| /linux-6.15/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-g-std.rst | 57 standard the driver returns an ``EINVAL`` error code. When the standard set 61 does not set the ``V4L2_IN_CAP_STD`` flag), then ``ENODATA`` error code is
|
| /linux-6.15/Documentation/userspace-api/media/dvb/ |
| H A D | dmx-qbuf.rst | 59 the driver fills the remaining fields or returns an error code. 64 immediately with an ``EAGAIN`` error code when no buffer is available.
|
| /linux-6.15/tools/testing/selftests/ftrace/ |
| H A D | README | 47 Result code 73 There are some sample test scripts for result code under samples/.
|
| /linux-6.15/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3566-anbernic-rg353p.dts | 84 linux,code = <BTN_TR>; 90 linux,code = <BTN_TR2>;
|
| /linux-6.15/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
| H A D | gf100.c | 1574 u32 code = nvkm_rd32(device, 0x409814); in gf100_gr_ctxctl_isr() local 1575 if (code == E_BAD_FWMTHD) { in gf100_gr_ctxctl_isr() 1620 u32 code = nvkm_rd32(device, 0x400110); in gf100_gr_intr() local 1666 nvkm_enum_find(nv50_data_error_names, code); in gf100_gr_intr() 1704 nvkm_falcon_load_imem(falcon, code->data, 0x0, code->size, 0, 0, false); in gf100_gr_init_fw() 1848 gr->func->fecs.ucode->code.data, 0x0, in gf100_gr_init_ctxctl_int() 1856 gr->func->gpccs.ucode->code.data, 0x0, in gf100_gr_init_ctxctl_int() 2482 .code.data = gf100_grhub_code, 2483 .code.size = sizeof(gf100_grhub_code), 2492 .code.data = gf100_grgpc_code, [all …]
|
| /linux-6.15/arch/arm64/boot/dts/qcom/ |
| H A D | sm6115-fxtec-pro1x.dts | 67 linux,code = <SW_KEYPAD_SLIDE>; 75 linux,code = <KEY_CAMERA>; 82 linux,code = <KEY_VOLUMEUP>; 286 linux,code = <KEY_VOLUMEDOWN>;
|
| /linux-6.15/drivers/input/keyboard/ |
| H A D | pmic8xxx-keypad.c | 222 int row, col, code; in __pmic8xxx_kp_scan_matrix() local 238 code = MATRIX_SCAN_CODE(row, col, PM8XXX_ROW_SHIFT); in __pmic8xxx_kp_scan_matrix() 240 input_event(kp->input, EV_MSC, MSC_SCAN, code); in __pmic8xxx_kp_scan_matrix() 242 kp->keycodes[code], in __pmic8xxx_kp_scan_matrix()
|
| /linux-6.15/arch/powerpc/platforms/pseries/ |
| H A D | Kconfig | 85 This option will only enable the IO event platform code. You 147 this enables code that uses the hcall GetPerfCounterInfo and 24x7 158 code that support measurement for KVM on PowerVM(KoP) feature. 162 the total time spent inside the KVM guest. This config enables code
|
| /linux-6.15/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx6-logicpd-baseboard.dtsi | 12 linux,code = <KEY_WAKEUP>; 20 linux,code = <KEY_WAKEUP>; 28 linux,code = <KEY_WAKEUP>; 36 linux,code = <KEY_WAKEUP>;
|
| /linux-6.15/Documentation/devicetree/bindings/sram/ |
| H A D | sram.yaml | 124 Same as 'pool' above but with the additional constraint that code 126 read-only, executable during code execution. NOTE: This region must 189 // code that is residing at some specific location of the SYSRAM. 214 // Once the core gets powered up it executes the code that is residing at a
|
| /linux-6.15/arch/x86/kernel/ |
| H A D | signal_32.c | 267 } __attribute__((packed)) code = { in ia32_setup_frame() local 297 unsafe_put_user(*((u64 *)&code), (u64 __user *)frame->retcode, Efault); in ia32_setup_frame() 339 } __attribute__((packed)) code = { in ia32_setup_rt_frame() local 374 unsafe_put_user(*((u64 *)&code), (u64 __user *)frame->retcode, Efault); in ia32_setup_rt_frame()
|
| /linux-6.15/drivers/scsi/isci/ |
| H A D | task.c | 354 enum isci_tmf_function_codes code) in isci_task_build_tmf() argument 357 tmf->tmf_code = code; in isci_task_build_tmf() 361 enum isci_tmf_function_codes code, in isci_task_build_abort_task_tmf() argument 364 isci_task_build_tmf(tmf, code); in isci_task_build_abort_task_tmf()
|
| /linux-6.15/drivers/net/hippi/ |
| H A D | rrunner.h | 361 u8 code; member 363 u8 code; 462 u8 code; member 464 u8 code;
|
| /linux-6.15/Documentation/core-api/ |
| H A D | symbol-namespaces.rst | 91 load the module. The module code is required to use the macro MODULE_IMPORT_NS 139 - write code that depends on a symbol from a not imported namespace 142 - run ``make nsdeps`` to add the import to the correct code location 152 - run ``make nsdeps`` to add the import to the correct code location
|
| /linux-6.15/Documentation/userspace-api/media/drivers/ |
| H A D | cx2341x-uapi.rst | 35 The code below is given as an example on how to convert V4L2_PIX_FMT_NV12_16L16 36 to separate Y, U and V planes. This code assumes frames of 720x576 (PAL) pixels. 48 .. code-block:: c 171 .. code-block:: c
|
| /linux-6.15/Documentation/iio/ |
| H A D | ad7380.rst | 92 .. code-block:: bash 111 .. code-block:: bash 118 .. code-block:: bash 143 .. code-block::
|
| /linux-6.15/Documentation/arch/x86/ |
| H A D | topology.rst | 9 respective code. 17 Needless to say, code should use the generic functions - this file is *only* 23 code which needs to know/query/use the structure of the running system wrt 30 there might be still references to sockets in the code, but they are of
|
| /linux-6.15/arch/arm/boot/dts/intel/socfpga/ |
| H A D | socfpga_cyclone5.dtsi | 7 /* First 4KB has trampoline code for secondary cores. */
|
| H A D | socfpga_arria5.dtsi | 7 /* First 4KB has trampoline code for secondary cores. */
|