| /linux-6.15/drivers/mmc/core/ |
| H A D | sdio_cis.c | 115 unsigned char code; member 123 unsigned char code, in cis_tpl_parse() argument 130 if (tpl->code == code) in cis_tpl_parse() 145 mmc_hostname(card->host), tpl_descr, code, size); in cis_tpl_parse() 327 this->code = tpl_code; in sdio_read_cis()
|
| /linux-6.15/tools/perf/jvmti/ |
| H A D | jvmti_agent.c | 360 uint64_t vma, void const *code, unsigned int const size) in jvmti_write_code() argument 389 if (code) in jvmti_write_code() 406 if (code) in jvmti_write_code() 407 fwrite_unlocked(code, size, 1, fp); in jvmti_write_code() 417 jvmti_write_debug_info(void *agent, uint64_t code, in jvmti_write_debug_info() argument 445 rec.code_addr = (uint64_t)(uintptr_t)code; in jvmti_write_debug_info()
|
| /linux-6.15/drivers/platform/x86/dell/ |
| H A D | dell-wmi-privacy.h | 13 bool dell_privacy_process_event(int type, int code, int status); 22 static inline bool dell_privacy_process_event(int type, int code, int status) in dell_privacy_process_event() argument
|
| /linux-6.15/arch/arm/boot/dts/broadcom/ |
| H A D | bcm47094-dlink-dir-885l.dts | 3 * Broadcom BCM470X / BCM5301X ARM platform code. 101 linux,code = <KEY_WPS_BUTTON>; 108 linux,code = <BTN_0>; 114 linux,code = <KEY_RESTART>;
|
| H A D | bcm4708-smartrg-sr400ac.dts | 3 * Broadcom BCM470X / BCM5301X arm platform code. 99 linux,code = <KEY_RFKILL>; 105 linux,code = <KEY_WPS_BUTTON>; 111 linux,code = <KEY_RESTART>;
|
| H A D | bcm47081-asus-rt-n18u.dts | 3 * Broadcom BCM470X / BCM5301X ARM platform code. 65 linux,code = <KEY_RESTART>; 71 linux,code = <KEY_WPS_BUTTON>;
|
| /linux-6.15/drivers/hid/ |
| H A D | hid-creative-sb0540.c | 153 u64 code, main_code; in creative_sb0540_raw_event() local 160 code = reverse(data[5], 8); in creative_sb0540_raw_event() 161 main_code = (code << 8) + ((~code) & 0xff); in creative_sb0540_raw_event()
|
| /linux-6.15/drivers/input/keyboard/ |
| H A D | clps711x-keypad.c | 60 int code = MATRIX_SCAN_CODE(row, col, in clps711x_keypad_poll() local 66 EV_MSC, MSC_SCAN, code); in clps711x_keypad_poll() 71 if (keycodes[code]) in clps711x_keypad_poll() 73 keycodes[code], state); in clps711x_keypad_poll()
|
| H A D | lm8333.c | 80 u8 code, pressed; in lm8333_key_handler() local 93 code = keys[i] & 0x7f; in lm8333_key_handler() 95 input_event(input, EV_MSC, MSC_SCAN, code); in lm8333_key_handler() 96 input_report_key(input, lm8333->keycodes[code], pressed); in lm8333_key_handler()
|
| /linux-6.15/drivers/media/i2c/ |
| H A D | s5k5baf.c | 242 u32 code; member 739 if (mf->code == s5k5baf_formats[i].code) in s5k5baf_find_pixfmt() 1212 if (code->index > 0) in s5k5baf_enum_mbus_code() 1214 code->code = MEDIA_BUS_FMT_FIXED; in s5k5baf_enum_mbus_code() 1221 code->code = s5k5baf_formats[code->index].code; in s5k5baf_enum_mbus_code() 1245 if (fse->code == s5k5baf_formats[i].code) in s5k5baf_enum_frame_size() 1247 fse->code = s5k5baf_formats[i].code; in s5k5baf_enum_frame_size() 1277 mf->code = s5k5baf_formats[pixfmt].code; in s5k5baf_try_isp_format() 1307 mf->code = pixfmt->code; in s5k5baf_get_fmt() 1344 mf->code = pixfmt->code; in s5k5baf_set_fmt() [all …]
|
| /linux-6.15/arch/mips/net/ |
| H A D | bpf_jit_comp32.c | 715 u8 dst, u8 src, s16 off, u8 code) in emit_atomic_r32() argument 728 if (code == BPF_XCHG) { in emit_atomic_r32() 737 switch (code) { in emit_atomic_r32() 777 if (code & BPF_FETCH) { in emit_atomic_r32() 818 switch (code) { in emit_atomic_r64() 858 if (code & BPF_FETCH) { in emit_atomic_r64() 1469 u8 code = insn->code; in build_insn() local 1475 switch (code) { in build_insn() 1638 if (BPF_SRC(code) == in build_insn() 1666 switch (BPF_SIZE(code)) { in build_insn() [all …]
|
| /linux-6.15/lib/zlib_inflate/ |
| H A D | inftrees.h | 31 } code; typedef 57 unsigned codes, code **table,
|
| /linux-6.15/tools/testing/selftests/kvm/include/s390/ |
| H A D | processor.h | 36 static inline int insn_length(unsigned char code) in insn_length() argument 38 return ((((int)code + 64) >> 7) + 1) << 1; in insn_length()
|
| /linux-6.15/arch/arm/kernel/ |
| H A D | sigreturn_codes.S | 33 #define ARM_OK(code...) code argument 35 #define ARM_OK(code...) argument
|
| /linux-6.15/scripts/coccinelle/misc/ |
| H A D | struct_size.cocci | 3 /// Check for code that could use struct_size(). 15 // the overflow Kunit tests have some code which intentionally does not use 16 // the macros, so we want to ignore this code when reporting potential
|
| /linux-6.15/arch/s390/include/uapi/asm/ |
| H A D | chsc.h | 21 __u16 code; member 35 __u16 code; member 45 __u16 code; member
|
| /linux-6.15/tools/testing/selftests/powerpc/tm/ |
| H A D | tm-unavailable.c | 40 #define pr_warn(code, format, ...) err_at_line(0, code, format, ##__VA_ARGS__) argument 41 #define pr_err(code, format, ...) err_at_line(1, code, format, ##__VA_ARGS__) argument
|
| /linux-6.15/arch/xtensa/mm/ |
| H A D | fault.c | 94 int code; in do_page_fault() local 100 code = SEGV_MAPERR; in do_page_fault() 142 code = SEGV_ACCERR; in do_page_fault() 202 force_sig_fault(SIGSEGV, code, (void *) address); in do_page_fault()
|
| /linux-6.15/arch/arm64/boot/dts/broadcom/bcmbca/ |
| H A D | bcm4906-tplink-archer-c2300-v1.dts | 92 linux,code = <KEY_BRIGHTNESS_ZERO>; 98 linux,code = <KEY_WPS_BUTTON>; 104 linux,code = <KEY_RFKILL>; 110 linux,code = <KEY_RESTART>;
|
| H A D | bcm4908-asus-gt-ac5300.dts | 24 linux,code = <KEY_RFKILL>; 30 linux,code = <KEY_WPS_BUTTON>; 36 linux,code = <KEY_RESTART>; 42 linux,code = <KEY_BRIGHTNESS_ZERO>;
|
| /linux-6.15/arch/um/kernel/ |
| H A D | trap.c | 296 int code, err; in relay_signal() local 309 code = si->si_code; in relay_signal() 311 if ((err == 0) && (siginfo_layout(sig, code) == SIL_FAULT)) { in relay_signal() 314 force_sig_fault(sig, code, (void __user *)FAULT_ADDRESS(*fi)); in relay_signal() 317 sig, code, err); in relay_signal()
|
| /linux-6.15/Documentation/arch/powerpc/ |
| H A D | kasan.txt | 28 - Book3S runs code with translations off ("real mode") during boot, including a 29 lot of generic device-tree parsing code which is used to determine MMU 32 - Some code - most notably a lot of KVM code - also runs with translations off 40 instrument any code that runs with translations off after booting. This is the
|
| /linux-6.15/drivers/net/fjes/ |
| H A D | fjes_hw.h | 141 __le32 code; member 149 __le32 code; member 153 __le32 code; member 157 __le32 code; member 161 __le32 code; member
|
| /linux-6.15/net/netfilter/ |
| H A D | nft_immediate.c | 76 switch (priv->data.verdict.code) { in nft_immediate_init() 105 switch (data->verdict.code) { in nft_immediate_activate() 151 switch (data->verdict.code) { in nft_immediate_deactivate() 198 switch (data->verdict.code) { in nft_immediate_destroy() 259 switch (data->verdict.code) { in nft_immediate_validate() 285 switch (data->verdict.code) { in nft_immediate_offload_verdict()
|
| /linux-6.15/Documentation/driver-api/mei/ |
| H A D | mei-client-bus.rst | 20 the existing code. 30 .. code-block:: C 47 .. code-block:: C 82 .. code-block:: C 125 .. code-block:: C 142 .. code-block:: C
|