Home
last modified time | relevance | path

Searched refs:code (Results 476 – 500 of 4688) sorted by relevance

1...<<11121314151617181920>>...188

/linux-6.15/drivers/mmc/core/
H A Dsdio_cis.c115 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 Djvmti_agent.c360 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 Ddell-wmi-privacy.h13 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 Dbcm47094-dlink-dir-885l.dts3 * Broadcom BCM470X / BCM5301X ARM platform code.
101 linux,code = <KEY_WPS_BUTTON>;
108 linux,code = <BTN_0>;
114 linux,code = <KEY_RESTART>;
H A Dbcm4708-smartrg-sr400ac.dts3 * Broadcom BCM470X / BCM5301X arm platform code.
99 linux,code = <KEY_RFKILL>;
105 linux,code = <KEY_WPS_BUTTON>;
111 linux,code = <KEY_RESTART>;
H A Dbcm47081-asus-rt-n18u.dts3 * Broadcom BCM470X / BCM5301X ARM platform code.
65 linux,code = <KEY_RESTART>;
71 linux,code = <KEY_WPS_BUTTON>;
/linux-6.15/drivers/hid/
H A Dhid-creative-sb0540.c153 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 Dclps711x-keypad.c60 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 Dlm8333.c80 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 Ds5k5baf.c242 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 Dbpf_jit_comp32.c715 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 Dinftrees.h31 } code; typedef
57 unsigned codes, code **table,
/linux-6.15/tools/testing/selftests/kvm/include/s390/
H A Dprocessor.h36 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 Dsigreturn_codes.S33 #define ARM_OK(code...) code argument
35 #define ARM_OK(code...) argument
/linux-6.15/scripts/coccinelle/misc/
H A Dstruct_size.cocci3 /// 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 Dchsc.h21 __u16 code; member
35 __u16 code; member
45 __u16 code; member
/linux-6.15/tools/testing/selftests/powerpc/tm/
H A Dtm-unavailable.c40 #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 Dfault.c94 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 Dbcm4906-tplink-archer-c2300-v1.dts92 linux,code = <KEY_BRIGHTNESS_ZERO>;
98 linux,code = <KEY_WPS_BUTTON>;
104 linux,code = <KEY_RFKILL>;
110 linux,code = <KEY_RESTART>;
H A Dbcm4908-asus-gt-ac5300.dts24 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 Dtrap.c296 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 Dkasan.txt28 - 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 Dfjes_hw.h141 __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 Dnft_immediate.c76 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 Dmei-client-bus.rst20 the existing code.
30 .. code-block:: C
47 .. code-block:: C
82 .. code-block:: C
125 .. code-block:: C
142 .. code-block:: C

1...<<11121314151617181920>>...188