/linux/Documentation/ABI/testing/ |
H A D | sysfs-kernel-boot_params | 29 |__ data 30 |__ setup_data 31 | |__ 0 32 | | |__ data 33 | | |__ type 34 | |__ 1 35 | |__ data 36 | |__ type 37 |__ version
|
/linux/Documentation/input/ |
H A D | gamepad.rst | 18 ____________________________ __ 20 / [__ TL __] [__ TR __] \ | Front Triggers 21 __/________________________________\__ __| 23 / /\ __ (N) \ | 24 / || __ |MO| __ _ _ \ | Main Pad 27 /\ \/ / \ / \ (S) /\ __| 30 | / \_____/ \_____/ \ | __|
|
/linux/tools/testing/selftests/bpf/ |
H A D | README.rst | 5 `Documentation/bpf/bpf_devel_QA.rst`__. 7 __ /Documentation/bpf/bpf_devel_QA.rst#q-how-to-run-bpf-selftests 146 Hence `this patch`__ addresses it on the compiler side. It was committed on llvm 12. 148 __ https://github.com/llvm/llvm-project/commit/ddf1864ace484035e3cde5e83b3a31ac81e059c6 194 This is due to a llvm BPF backend bug. `The fix`__ 198 __ https://github.com/llvm/llvm-project/commit/3cb7e7bf959dcd3b8080986c62e10a75c7af43f0 234 This cause later verifier failure. The bug has been `fixed`__ in 237 __ https://github.com/llvm/llvm-project/commit/1959ead525b8830cc8a345f45e1c3ef9902d3229 264 types, which was introduced in `Clang 13`__. The older Clang versions will 267 __ https://github.com/llvm/llvm-project/commit/a7137b238a07d9399d3ae96c0b461571bd5aa8b2 [all …]
|
/linux/arch/arm/mm/ |
H A D | proc-arm9tdmi.S | 84 .type __\name\()_proc_info, #object 85 __\name\()_proc_info: 90 initfn __arm9tdmi_setup, __\name\()_proc_info 99 .size __\name\()_proc_info, . - __\name\()_proc_info
|
H A D | proc-arm7tdmi.S | 91 .type __\name\()_proc_info, #object 92 __\name\()_proc_info: 97 initfn __arm7tdmi_setup, __\name\()_proc_info 106 .size __\name\()_proc_info, . - __\name\()_proc_info
|
H A D | proc-arm720.S | 187 .type __\name\()_proc_info,#object 188 __\name\()_proc_info: 201 initfn \cpu_flush, __\name\()_proc_info @ cpu_flush 210 .size __\name\()_proc_info, . - __\name\()_proc_info
|
H A D | proc-sa1100.S | 252 .type __\name\()_proc_info,#object 253 __\name\()_proc_info: 264 initfn __sa1100_setup, __\name\()_proc_info 273 .size __\name\()_proc_info, . - __\name\()_proc_info
|
/linux/include/trace/stages/ |
H A D | init.h | 16 __##TRACE_SYSTEM##_##a = \ 24 *TRACE_SYSTEM##_##a = &__##TRACE_SYSTEM##_##a 29 __##TRACE_SYSTEM##_##a = \ 37 *TRACE_SYSTEM##_##a = &__##TRACE_SYSTEM##_##a
|
/linux/arch/x86/include/asm/ |
H A D | idtentry.h | 54 static __always_inline void __##func(struct pt_regs *regs); \ 61 __##func (regs); \ 66 static __always_inline void __##func(struct pt_regs *regs) 99 static __always_inline void __##func(struct pt_regs *regs, \ 108 __##func (regs, error_code); \ 113 static __always_inline void __##func(struct pt_regs *regs, \ 207 static void __##func(struct pt_regs *regs, u32 vector); \ 217 run_irq_on_irqstack_cond(__##func, regs, vector); \ 222 static noinline void __##func(struct pt_regs *regs, u32 vector) 249 static void __##func(struct pt_regs *regs); \ [all …]
|
H A D | syscall_wrapper.h | 86 long __##abi##_##name(const struct pt_regs *regs); \ 87 ALLOW_ERROR_INJECTION(__##abi##_##name, ERRNO); \ 88 long __##abi##_##name(const struct pt_regs *regs) \ 92 long __##abi##_##name(const struct pt_regs *regs); \ 93 ALLOW_ERROR_INJECTION(__##abi##_##name, ERRNO); \ 94 long __##abi##_##name(const struct pt_regs *regs) \ 100 __weak long __##abi##_##name(const struct pt_regs *__unused); \ 101 __weak long __##abi##_##name(const struct pt_regs *__unused) \
|
/linux/drivers/gpu/drm/amd/display/dc/dce120/ |
H A D | dce120_timing_generator.c | 49 CRTC_REG_UPDATE_N(reg, 1, FD(reg##__##field), val) 52 CRTC_REG_UPDATE_N(reg, 2, FD(reg##__##field1), val1, FD(reg##__##field2), val2) 55 …CRTC_REG_UPDATE_N(reg, 3, FD(reg##__##field1), val1, FD(reg##__##field2), val2, FD(reg##__##field3… 58 …CRTC_REG_UPDATE_N(reg, 3, FD(reg##__##field1), val1, FD(reg##__##field2), val2, FD(reg##__##field3… 61 …TE_N(reg, 3, FD(reg##__##field1), val1, FD(reg##__##field2), val2, FD(reg##__##field3), val3, FD(r… 64 CRTC_REG_SET_N(reg, 1, FD(reg##__##field), val) 67 CRTC_REG_SET_N(reg, 2, FD(reg##__##field1), val1, FD(reg##__##field2), val2) 70 …CRTC_REG_SET_N(reg, 3, FD(reg##__##field1), val1, FD(reg##__##field2), val2, FD(reg##__##field3), …
|
/linux/Documentation/driver-api/ |
H A D | reset.rst | 13 the `consumer driver interface <#consumer-driver-interface>`__ (`API reference 14 <#reset-consumer-api>`__), which allows peripheral drivers to request control 16 <#reset-controller-driver-interface>`__ (`API reference 17 <#reset-controller-driver-api>`__), which is used by drivers for reset 132 `reset control array <#reset-control-arrays>`__ handle as its input parameter. 175 the `reset consumer API <#reset-consumer-api>`__ and the `reset controller 176 driver API <#reset-controller-driver-api>`__.
|
H A D | regulator.rst | 62 drivers use `get <#API-regulator-get>`__ and 63 `put <#API-regulator-put>`__ operations to acquire and release 64 regulators. Functions are provided to `enable <#API-regulator-enable>`__ 65 and `disable <#API-regulator-disable>`__ the regulator and to get and
|
/linux/Documentation/driver-api/media/drivers/ccs/ |
H A D | mk-ccs-regs | 86 #ifndef __${uc_header}__ 87 #define __${uc_header}__ 163 #ifndef __${uc_limith}__ 164 #define __${uc_limith}__ 467 print $H "\n#endif /* __${uc_header}__ */\n"; 471 print $LH "\n#endif /* __${uc_limith}__ */\n";
|
/linux/sound/pci/cs46xx/ |
H A D | cs46xx_dsp_scb_types.h | 35 |H|_____ |H|_________|S_|D |__|__|______|_______|___|ne|__ |__ |__|__|_|_|_|_|_Count -1| 51 |page|__|__| ___________________________|_________|__page, if !sample-end___________|____| 117 |prio |_|__________|__________|___|_|__|__|__|__|_|_|___|_____|_______|_______|
|
/linux/rust/macros/ |
H A D | module.rs | 61 pub static __{module}_{counter}: [u8; {length}] = *{string}; in emit_base() constant 301 pub static __{ident}_initcall: extern \"C\" fn() -> in module() constant 302 ::kernel::ffi::c_int = __{ident}_init; in module() 308 __{ident}_initcall: in module() 309 .long __{ident}_init - . in module() 317 pub extern \"C\" fn __{ident}_init() -> ::kernel::ffi::c_int {{ in module() 327 pub extern \"C\" fn __{ident}_exit() {{ in module() 332 // - furthermore it is only called after `__{ident}_init` has in module()
|
/linux/tools/include/linux/ |
H A D | bitfield.h | 145 static __always_inline __##type type##_encode_bits(base v, base field) \ 151 static __always_inline __##type type##_replace_bits(__##type old, \ 156 static __always_inline void type##p_replace_bits(__##type *p, \ 161 static __always_inline base type##_get_bits(__##type v, base field) \
|
/linux/arch/powerpc/include/asm/ |
H A D | kasan.h | 6 #define _GLOBAL_KASAN(fn) _GLOBAL(__##fn) 7 #define _GLOBAL_TOC_KASAN(fn) _GLOBAL_TOC(__##fn) 8 #define EXPORT_SYMBOL_KASAN(fn) EXPORT_SYMBOL(__##fn)
|
/linux/fs/btrfs/ |
H A D | misc.h | 20 __ ## name ## _BIT, \ 21 name = (1U << __ ## name ## _BIT), \ 22 __ ## name ## _SEQ = __ ## name ## _BIT
|
/linux/tools/power/pm-graph/ |
H A D | README | 2 _ __ _ __ ___ __ _ _ __ __ _ _ __ | |__ 3 | '_ \| '_ ` _ \ _____ / _` | '__/ _` | '_ \| '_ \ 5 | .__/|_| |_| |_| \__, |_| \__,_| .__/|_| |_|
|
/linux/include/linux/ |
H A D | init.h | 201 /* Format: <modname>__<counter>_<line>_<fn> */ 204 __PASTE(__, \ 210 /* Format: __<prefix>__<iid><id> */ 212 __PASTE(__, \ 214 __PASTE(__, \
|
/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn21/ |
H A D | hw_factory_dcn21.c | 61 .field_name = HPD0_ ## reg_name ## __ ## field_name ## post_fix 68 .field_name = reg_name ## __ ## field_name ## post_fix 100 .field_name = reg_name ## __ ## field_name ## post_fix 140 .field_name = reg_name ## __ ## field_name ## post_fix
|
/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn30/ |
H A D | hw_factory_dcn30.c | 70 .field_name = HPD0_ ## reg_name ## __ ## field_name ## post_fix 77 .field_name = reg_name ## __ ## field_name ## post_fix 110 .field_name = reg_name ## __ ## field_name ## post_fix 166 .field_name = reg_name ## __ ## field_name ## post_fix
|
/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn315/ |
H A D | hw_factory_dcn315.c | 67 .field_name = HPD0_ ## reg_name ## __ ## field_name ## post_fix 74 .field_name = reg_name ## __ ## field_name ## post_fix 106 .field_name = reg_name ## __ ## field_name ## post_fix 158 .field_name = reg_name ## __ ## field_name ## post_fix
|
/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn20/ |
H A D | hw_factory_dcn20.c | 63 .field_name = HPD0_ ## reg_name ## __ ## field_name ## post_fix 70 .field_name = reg_name ## __ ## field_name ## post_fix 103 .field_name = reg_name ## __ ## field_name ## post_fix 159 .field_name = reg_name ## __ ## field_name ## post_fix
|