| /linux-6.15/drivers/scsi/qla4xxx/ |
| H A D | ql4_nx.h | 653 #define QLA82XX_FWERROR_CODE(code) ((code >> 8) & 0x1fffff) argument
|
| /linux-6.15/drivers/firmware/qcom/ |
| H A D | qcom_qseecom_uefisecapp.c | 289 u64 code = status & 0x0fffffff; in qsee_uefi_status_to_efi() local 291 return category << (BITS_PER_LONG - 32) | code; in qsee_uefi_status_to_efi()
|
| /linux-6.15/arch/arm64/boot/dts/nvidia/ |
| H A D | tegra186-p3509-0000+p3636-0001.dts | 1041 linux,code = <KEY_POWER>; 1052 linux,code = <KEY_VOLUMEDOWN>; 1061 linux,code = <KEY_VOLUMEUP>;
|
| /linux-6.15/drivers/net/ppp/ |
| H A D | pppoe.c | 500 if (ph->code != PADT_CODE) in pppoe_disc_rcv() 858 hdr.code = 0; in pppoe_sendmsg() 946 ph->code = 0; in __pppoe_xmit()
|
| /linux-6.15/Documentation/admin-guide/hw-vuln/ |
| H A D | core-scheduling.rst | 188 code on behalf of a task, it cannot trust the code running in the 215 it (not to mention, the added code complexity).
|
| /linux-6.15/drivers/media/platform/chips-media/wave5/ |
| H A D | wave5-vpuapi.c | 18 static int wave5_initialize_vpu(struct device *dev, u8 *code, size_t size) in wave5_initialize_vpu() argument 28 wave5_vpu_re_init(dev, (void *)code, size); in wave5_initialize_vpu() 37 ret = wave5_vpu_init(dev, (void *)code, size); in wave5_initialize_vpu()
|
| /linux-6.15/Documentation/driver-api/media/ |
| H A D | mc-core.rst | 154 .. code-block:: c 264 .. code-block:: c 277 .. code-block:: c
|
| /linux-6.15/Documentation/driver-api/usb/ |
| H A D | URB.rst | 15 section, generated from the current source code. 103 things) whether the underlying code may block or not. 145 error code, usually caused by the following:
|
| /linux-6.15/drivers/iio/adc/ |
| H A D | ti-ads1015.c | 850 u64 code; in ads1015_event_handler() local 854 code = IIO_UNMOD_EVENT_CODE(IIO_VOLTAGE, data->event_channel, in ads1015_event_handler() 856 iio_push_event(indio_dev, code, iio_get_time_ns(indio_dev)); in ads1015_event_handler()
|
| /linux-6.15/drivers/platform/x86/ |
| H A D | classmate-laptop.c | 1027 int code = KEY_MAX; in cmpc_keys_handler() local 1030 code = cmpc_keys_codes[event & 0x0F]; in cmpc_keys_handler() 1032 input_report_key(inputdev, code, !(event & 0x10)); in cmpc_keys_handler()
|
| /linux-6.15/tools/perf/Documentation/ |
| H A D | topdown.txt | 46 Example code 142 It's not a good idea to do this with too short code regions, 193 ... larger code region ...
|
| /linux-6.15/drivers/scsi/aic94xx/ |
| H A D | aic94xx_init.c | 280 int code; member 339 for (i = 0; flash_command_table[i].code != FLASH_CMD_NONE; i++) { in asd_store_update_bios() 342 flash_command = flash_command_table[i].code; in asd_store_update_bios()
|
| /linux-6.15/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3588s-evb1-v10.dts | 37 linux,code = <KEY_ESC>; 43 linux,code = <KEY_MENU>; 49 linux,code = <KEY_VOLUMEUP>; 55 linux,code = <KEY_VOLUMEDOWN>;
|
| /linux-6.15/Documentation/scheduler/ |
| H A D | sched-energy.rst | 79 energy trade-offs. The capacity of CPUs is provided via arch-specific code 87 The scheduler manages references to the EM objects in the topology code when the 131 EAS overrides the CFS task wake-up balancing code. It uses the EM of the 288 is disabled and EAS overridess the wake-up balancing code. EAS is likely to load
|
| /linux-6.15/Documentation/translations/it_IT/doc-guide/ |
| H A D | sphinx.rst | 256 utilizzate ``.. code-block:: <language>`` per blocchi più lunghi che 267 .. code-block:: rst 275 .. code-block:: rst 334 .. code-block:: rst
|
| /linux-6.15/Documentation/scsi/ |
| H A D | aic79xx.rst | 109 message. The previous code would fail to report a residual 114 - Fix types accessed via the command line interface code. 136 - Correct a double free in the Domain Validation code. 154 - Cleanup command line parsing and move much of this code
|
| /linux-6.15/arch/s390/kvm/ |
| H A D | vsie.c | 907 static int inject_fault(struct kvm_vcpu *vcpu, __u16 code, __u64 vaddr, in inject_fault() argument 911 .code = code, in inject_fault() 923 if (code == PGM_PROTECTION) in inject_fault()
|
| /linux-6.15/arch/arm/boot/dts/st/ |
| H A D | ste-ux500-samsung-codina.dts | 56 /* This zone will be polled by the battery temperature code */ 213 linux,code = <KEY_HOME>; 219 linux,code = <KEY_VOLUMEUP>; 225 linux,code = <KEY_VOLUMEDOWN>;
|
| H A D | ste-ux500-samsung-janice.dts | 29 /* This zone will be polled by the battery temperature code */ 196 linux,code = <KEY_HOME>; 202 linux,code = <KEY_VOLUMEUP>; 208 linux,code = <KEY_VOLUMEDOWN>;
|
| /linux-6.15/Documentation/filesystems/iomap/ |
| H A D | design.rst | 53 pagecache programmers and code reviewers. 158 .. code-block:: c 300 .. code-block:: c 385 Both functions should return a negative errno code on error, or zero on
|
| /linux-6.15/arch/arm/boot/dts/aspeed/ |
| H A D | aspeed-bmc-ibm-system1.dts | 187 linux,code = <0>; 193 linux,code = <1>; 199 linux,code = <2>; 205 linux,code = <3>;
|
| /linux-6.15/Documentation/gpu/ |
| H A D | drm-kms.rst | 136 share code for encoders (sometimes on the same SoC, sometimes off-chip) one or 140 the CRTC and any encoders. Often for drivers with bridges there's no code left 247 correctness of the atomic_check code becomes really hard with that: Rolling 500 * It must provide a generic helper in the core code to register that
|
| /linux-6.15/drivers/media/platform/renesas/ |
| H A D | sh_vou.c | 693 .format.code = MEDIA_BUS_FMT_YUYV8_2X8, in sh_vou_set_fmt_vid_out() 733 mbfmt->code != MEDIA_BUS_FMT_YUYV8_2X8) in sh_vou_set_fmt_vid_out() 935 .format.code = MEDIA_BUS_FMT_YUYV8_2X8, in sh_vou_s_selection() 989 format.format.code != MEDIA_BUS_FMT_YUYV8_2X8) in sh_vou_s_selection()
|
| /linux-6.15/arch/arm/boot/dts/nvidia/ |
| H A D | tegra30-asus-tf700t.dts | 143 nvidia,ram-code = <0>; 208 nvidia,ram-code = <1>; 275 nvidia,ram-code = <0>; 493 nvidia,ram-code = <1>;
|
| /linux-6.15/security/apparmor/ |
| H A D | policy_unpack.c | 197 VISIBLE_IF_KUNIT bool aa_unpack_X(struct aa_ext *e, enum aa_code code) in aa_unpack_X() argument 201 if (*(u8 *) e->pos != code) in aa_unpack_X() 224 VISIBLE_IF_KUNIT bool aa_unpack_nameX(struct aa_ext *e, enum aa_code code, const char *name) in aa_unpack_nameX() argument 246 if (aa_unpack_X(e, code)) in aa_unpack_nameX()
|