Home
last modified time | relevance | path

Searched refs:weak (Results 1 – 25 of 111) sorted by relevance

12345

/linux-6.1.9/arch/x86/entry/vdso/
Dvclock_gettime.c26 __attribute__((weak, alias("__vdso_gettimeofday")));
33 __kernel_old_time_t time(__kernel_old_time_t *t) __attribute__((weak, alias("__vdso_time")));
47 __attribute__((weak, alias("__vdso_clock_gettime")));
55 __attribute__((weak, alias("__vdso_clock_getres")));
68 __attribute__((weak, alias("__vdso_clock_gettime")));
76 __attribute__((weak, alias("__vdso_clock_gettime64")));
84 __attribute__((weak, alias("__vdso_clock_getres")));
Dvgetcpu.c22 __attribute__((weak, alias("__vdso_getcpu")));
/linux-6.1.9/drivers/hid/
Dhid-dr.c36 int strong, weak; in drff_play() local
39 weak = effect->u.rumble.weak_magnitude; in drff_play()
41 dbg_hid("called with 0x%04x 0x%04x", strong, weak); in drff_play()
43 if (strong || weak) { in drff_play()
45 weak = weak * 0xff / 0xffff; in drff_play()
50 if (weak == 0x0a) in drff_play()
51 weak = 0x0b; in drff_play()
55 drff->report->field[0]->value[2] = weak; in drff_play()
68 dbg_hid("running with 0x%02x 0x%02x", strong, weak); in drff_play()
Dhid-lg2ff.c27 int weak, strong; in play_effect() local
30 weak = effect->u.rumble.weak_magnitude; in play_effect()
32 if (weak || strong) { in play_effect()
33 weak = weak * 0xff / 0xffff; in play_effect()
37 lg2ff->report->field[0]->value[2] = weak; in play_effect()
Dhid-emsff.c27 int weak, strong; in emsff_play() local
29 weak = effect->u.rumble.weak_magnitude; in emsff_play()
32 dbg_hid("called with 0x%04x 0x%04x\n", strong, weak); in emsff_play()
34 weak = weak * 0xff / 0xffff; in emsff_play()
37 emsff->report->field[0]->value[1] = weak; in emsff_play()
40 dbg_hid("running with 0x%02x 0x%02x\n", strong, weak); in emsff_play()
Dhid-mf.c38 int strong, weak; in mf_play() local
41 weak = effect->u.rumble.weak_magnitude; in mf_play()
43 dbg_hid("Called with 0x%04x 0x%04x.\n", strong, weak); in mf_play()
46 weak = weak * 0xff / 0xffff; in mf_play()
48 dbg_hid("Running with 0x%02x 0x%02x.\n", strong, weak); in mf_play()
50 mf->report->field[0]->value[0] = weak; in mf_play()
Dhid-pl.c44 s32 *weak; member
62 *plff->weak = right; in hid_plff_play()
81 s32 *weak; in plff_init() local
121 weak = &report->field[0]->value[3]; in plff_init()
134 weak = &report->field[3]->value[0]; in plff_init()
159 plff->weak = weak; in plff_init()
163 *weak = 0x00; in plff_init()
Dhid-megaworld.c20 s32 *weak; member
31 *mwctrl->weak = effect->u.rumble.weak_magnitude >> 8; in mwctrl_play()
83 mwctrl->weak = &report->field[3]->value[0]; in mwctrl_init()
/linux-6.1.9/arch/x86/um/vdso/
Dum_vdso.c26 __attribute__((weak, alias("__vdso_clock_gettime")));
38 __attribute__((weak, alias("__vdso_gettimeofday")));
50 __kernel_old_time_t time(__kernel_old_time_t *t) __attribute__((weak, alias("__vdso_time")));
68 __attribute__((weak, alias("__vdso_getcpu")));
/linux-6.1.9/arch/um/os-Linux/
Duser_syms.c45 extern void readdir64(void) __attribute__((weak));
47 extern void truncate64(void) __attribute__((weak));
113 extern void __stack_smash_handler(void *) __attribute__((weak));
116 extern long __guard __attribute__((weak));
/linux-6.1.9/scripts/
Drecordmcount.pl163 my %weak; # List of weak functions
410 $weak{$2} = $1;
431 if (defined $weak{$ref_func}) {
512 if (!defined($locals{$text}) && !defined($weak{$text})) {
518 if (!defined($ref_func) && !defined($weak{$text}) &&
/linux-6.1.9/kernel/
Dkallsyms_internal.h20 __section(".rodata") __attribute__((weak));
23 __section(".rodata") __attribute__((weak));
/linux-6.1.9/Documentation/devicetree/bindings/power/supply/
Dbq2415x.yaml38 ti,weak-battery-voltage:
41 weak battery voltage threshold in mV.
70 - ti,weak-battery-voltage
89 ti,weak-battery-voltage = <3400>;
/linux-6.1.9/lib/
Diomap_copy.c19 void __attribute__((weak)) __iowrite32_copy(void __iomem *to, in __iowrite32_copy()
63 void __attribute__((weak)) __iowrite64_copy(void __iomem *to, in __iowrite64_copy()
/linux-6.1.9/Documentation/devicetree/bindings/sound/
Dcs35l36.txt56 - cirrus,weak-fet-disable : Boolean : The strength of the output drivers is
61 (in ms) before the Class H algorithm switches to the weak-FET voltage
73 - cirrus,classh-weak-fet-thld-millivolt : Weak-FET amplifier drive threshold.
75 weak-FET operation. The range is 50mV to 700mV in 50mV increments.
151 cirrus,weak-fet-delay = <0x04>;
152 cirrus,weak-fet-thld = <0x01>;
/linux-6.1.9/tools/perf/util/
Dparse-events.c1199 __t->weak = __weak; \ in get_config_terms()
1224 ADD_CONFIG_TERM_VAL(PERIOD, period, term->val.num, term->weak); in get_config_terms()
1227 ADD_CONFIG_TERM_VAL(FREQ, freq, term->val.num, term->weak); in get_config_terms()
1230 ADD_CONFIG_TERM_VAL(TIME, time, term->val.num, term->weak); in get_config_terms()
1233 ADD_CONFIG_TERM_STR(CALLGRAPH, term->val.str, term->weak); in get_config_terms()
1236 ADD_CONFIG_TERM_STR(BRANCH, term->val.str, term->weak); in get_config_terms()
1240 term->val.num, term->weak); in get_config_terms()
1244 term->val.num ? 1 : 0, term->weak); in get_config_terms()
1248 term->val.num ? 0 : 1, term->weak); in get_config_terms()
1252 term->val.num, term->weak); in get_config_terms()
[all …]
/linux-6.1.9/tools/include/nolibc/
Dstring.h55 __attribute__((weak,unused,section(".text.nolibc_memmove")))
77 __attribute__((weak,unused,section(".text.nolibc_memcpy")))
86 __attribute__((weak,unused,section(".text.nolibc_memset")))
Dsignal.h16 __attribute__((weak,unused,section(".text.nolibc_raise")))
/linux-6.1.9/arch/arm/mach-pxa/
Dgumstix.c195 int __attribute__((weak)) am200_init(void) in am200_init()
200 int __attribute__((weak)) am300_init(void) in am300_init()
/linux-6.1.9/arch/powerpc/boot/
Dcrt0.S36 .weak _platform_stack_top
44 .weak _platform_stack_top
48 .weak _zimage_start
63 .weak __dynamic_start
/linux-6.1.9/Documentation/devicetree/bindings/pinctrl/
Dmicrochip,pic32-pinctrl.txt22 - bias-pull-up: Enable weak pull-up.
23 - bias-pull-down: Enable weak pull-down.
/linux-6.1.9/drivers/input/
Dff-memless.c245 unsigned int strong, weak, i; in ml_combine_effects() local
270 weak = (u32)new->u.rumble.weak_magnitude * gain / 0xffff; in ml_combine_effects()
277 else if (effect->u.rumble.weak_magnitude + weak) in ml_combine_effects()
281 new->direction, weak); in ml_combine_effects()
288 min(weak + effect->u.rumble.weak_magnitude, 0xffffU); in ml_combine_effects()
/linux-6.1.9/arch/alpha/lib/
Dcallback_srm.S105 .weak alpha_using_srm; alpha_using_srm = __alpha_using_srm
108 .weak callback_init_done; callback_init_done = __callback_init_done
/linux-6.1.9/init/
Dcalibrate.c261 unsigned long __attribute__((weak)) calibrate_delay_is_known(void) in calibrate_delay_is_known()
271 void __attribute__((weak)) calibration_delay_done(void) in calibration_delay_done()
/linux-6.1.9/virt/kvm/
Deventfd.c35 bool __attribute__((weak))
173 int __attribute__((weak)) kvm_arch_set_irq_inatomic( in kvm_arch_set_irq_inatomic()
269 void __attribute__((weak)) kvm_arch_irq_bypass_stop( in kvm_arch_irq_bypass_stop()
274 void __attribute__((weak)) kvm_arch_irq_bypass_start( in kvm_arch_irq_bypass_start()
279 int __attribute__((weak)) kvm_arch_update_irqfd_routing( in kvm_arch_update_irqfd_routing()
286 bool __attribute__((weak)) kvm_arch_irqfd_route_changed( in kvm_arch_irqfd_route_changed()

12345