/Linux-v4.19/drivers/hid/ |
D | hid-dr.c | 48 int strong, weak; in drff_play() local 51 weak = effect->u.rumble.weak_magnitude; in drff_play() 53 dbg_hid("called with 0x%04x 0x%04x", strong, weak); in drff_play() 55 if (strong || weak) { in drff_play() 57 weak = weak * 0xff / 0xffff; in drff_play() 62 if (weak == 0x0a) in drff_play() 63 weak = 0x0b; in drff_play() 67 drff->report->field[0]->value[2] = weak; in drff_play() 80 dbg_hid("running with 0x%02x 0x%02x", strong, weak); in drff_play()
|
D | hid-lg2ff.c | 39 int weak, strong; in play_effect() local 42 weak = effect->u.rumble.weak_magnitude; in play_effect() 44 if (weak || strong) { in play_effect() 45 weak = weak * 0xff / 0xffff; in play_effect() 49 lg2ff->report->field[0]->value[2] = weak; in play_effect()
|
D | hid-emsff.c | 39 int weak, strong; in emsff_play() local 41 weak = effect->u.rumble.weak_magnitude; in emsff_play() 44 dbg_hid("called with 0x%04x 0x%04x\n", strong, weak); in emsff_play() 46 weak = weak * 0xff / 0xffff; in emsff_play() 49 emsff->report->field[0]->value[1] = weak; in emsff_play() 52 dbg_hid("running with 0x%02x 0x%02x\n", strong, weak); in emsff_play()
|
D | hid-mf.c | 46 int strong, weak; in mf_play() local 49 weak = effect->u.rumble.weak_magnitude; in mf_play() 51 dbg_hid("Called with 0x%04x 0x%04x.\n", strong, weak); in mf_play() 54 weak = weak * 0xff / 0xffff; in mf_play() 56 dbg_hid("Running with 0x%02x 0x%02x.\n", strong, weak); in mf_play() 58 mf->report->field[0]->value[0] = weak; in mf_play()
|
D | hid-pl.c | 56 s32 *weak; member 74 *plff->weak = right; in hid_plff_play() 93 s32 *weak; in plff_init() local 133 weak = &report->field[0]->value[3]; in plff_init() 146 weak = &report->field[3]->value[0]; in plff_init() 171 plff->weak = weak; in plff_init() 175 *weak = 0x00; in plff_init()
|
/Linux-v4.19/arch/um/kernel/ |
D | gmon_syms.c | 8 extern void __bb_init_func(void *) __attribute__((weak)); 11 extern void __gcov_init(void *) __attribute__((weak)); 13 extern void __gcov_merge_add(void *, unsigned int) __attribute__((weak)); 15 extern void __gcov_exit(void) __attribute__((weak));
|
/Linux-v4.19/arch/x86/um/vdso/ |
D | um_vdso.c | 29 __attribute__((weak, alias("__vdso_clock_gettime"))); 41 __attribute__((weak, alias("__vdso_gettimeofday"))); 53 int time(time_t *t) __attribute__((weak, alias("__vdso_time"))); 71 __attribute__((weak, alias("__vdso_getcpu")));
|
/Linux-v4.19/arch/alpha/oprofile/ |
D | common.c | 19 extern struct op_axp_model op_model_ev4 __attribute__((weak)); 20 extern struct op_axp_model op_model_ev5 __attribute__((weak)); 21 extern struct op_axp_model op_model_pca56 __attribute__((weak)); 22 extern struct op_axp_model op_model_ev6 __attribute__((weak)); 23 extern struct op_axp_model op_model_ev67 __attribute__((weak));
|
/Linux-v4.19/arch/um/os-Linux/ |
D | user_syms.c | 44 extern void readdir64(void) __attribute__((weak)); 46 extern void truncate64(void) __attribute__((weak)); 112 extern void __stack_smash_handler(void *) __attribute__((weak)); 115 extern long __guard __attribute__((weak));
|
/Linux-v4.19/scripts/ |
D | recordmcount.pl | 158 my %weak; # List of weak functions 439 $weak{$2} = $1; 460 if (defined $weak{$ref_func}) { 538 if (!defined($locals{$text}) && !defined($weak{$text})) { 544 if (!defined($ref_func) && !defined($weak{$text}) &&
|
/Linux-v4.19/arch/xtensa/kernel/ |
D | pci-dma.c | 115 bool __attribute__((weak)) platform_vaddr_cached(const void *p) in platform_vaddr_cached() 121 bool __attribute__((weak)) platform_vaddr_uncached(const void *p) in platform_vaddr_uncached() 127 void __attribute__((weak)) *platform_vaddr_to_uncached(void *p) in platform_vaddr_to_uncached() 133 void __attribute__((weak)) *platform_vaddr_to_cached(void *p) in platform_vaddr_to_cached()
|
D | platform.c | 24 r platform_##f a __attribute__((weak, alias("__platform_"#f)))
|
/Linux-v4.19/Documentation/devicetree/bindings/power/supply/ |
D | bq2415x.txt | 20 - ti,weak-battery-voltage: integer, weak battery voltage threshold in mV. 40 ti,weak-battery-voltage = <3400>;
|
/Linux-v4.19/lib/ |
D | iomap_copy.c | 31 void __attribute__((weak)) __iowrite32_copy(void __iomem *to, in __iowrite32_copy() 75 void __attribute__((weak)) __iowrite64_copy(void __iomem *to, in __iowrite64_copy()
|
D | bust_spinlocks.c | 20 void __attribute__((weak)) bust_spinlocks(int yes) in bust_spinlocks()
|
/Linux-v4.19/arch/arm/mach-pxa/ |
D | gumstix.c | 198 int __attribute__((weak)) am200_init(void) in am200_init() 203 int __attribute__((weak)) am300_init(void) in am300_init()
|
/Linux-v4.19/arch/powerpc/boot/ |
D | crt0.S | 38 .weak _platform_stack_top 46 .weak _platform_stack_top 50 .weak _zimage_start 66 .weak __dynamic_start
|
/Linux-v4.19/arch/x86/entry/vdso/ |
D | vclock_gettime.c | 297 __attribute__((weak, alias("__vdso_clock_gettime"))); 314 __attribute__((weak, alias("__vdso_gettimeofday"))); 330 __attribute__((weak, alias("__vdso_time")));
|
D | vgetcpu.c | 28 __attribute__((weak, alias("__vdso_getcpu")));
|
/Linux-v4.19/Documentation/devicetree/bindings/pinctrl/ |
D | microchip,pic32-pinctrl.txt | 22 - bias-pull-up: Enable weak pull-up. 23 - bias-pull-down: Enable weak pull-down.
|
/Linux-v4.19/drivers/input/ |
D | ff-memless.c | 260 unsigned int strong, weak, i; in ml_combine_effects() local 285 weak = (u32)new->u.rumble.weak_magnitude * gain / 0xffff; in ml_combine_effects() 292 else if (effect->u.rumble.weak_magnitude + weak) in ml_combine_effects() 296 new->direction, weak); in ml_combine_effects() 303 min(weak + effect->u.rumble.weak_magnitude, 0xffffU); in ml_combine_effects()
|
/Linux-v4.19/arch/alpha/lib/ |
D | callback_srm.S | 105 .weak alpha_using_srm; alpha_using_srm = __alpha_using_srm 108 .weak callback_init_done; callback_init_done = __callback_init_done
|
/Linux-v4.19/init/ |
D | calibrate.c | 261 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-v4.19/arch/sparc/vdso/ |
D | vclock_gettime.c | 238 __attribute__((weak, alias("__vdso_clock_gettime"))); 274 __attribute__((weak, alias("__vdso_gettimeofday")));
|
/Linux-v4.19/tools/lib/traceevent/ |
D | parse-utils.c | 12 #define __weak __attribute__((weak))
|