Searched refs:weak (Results 1 - 25 of 77) sorted by path

1234

/linux-master/arch/csky/abiv2/
H A Dmemmove.S7 .weak memmove
H A Dmemset.S7 .weak memset
/linux-master/arch/powerpc/boot/
H A Dsimpleboot.c23 extern int platform_specific_init(void) __attribute__((weak));
H A Dcrt0.S36 .weak _platform_stack_top
44 .weak _platform_stack_top
48 .weak _zimage_start
63 .weak __dynamic_start
/linux-master/arch/sh/drivers/pci/
H A Dops-sh4.c101 int __attribute__((weak)) pci_fixup_pcic(struct pci_channel *chan)
/linux-master/drivers/hid/
H A Dhid-pl.c44 s32 *weak; member in struct:plff_device
62 *plff->weak = right;
81 s32 *weak; local
121 weak = &report->field[0]->value[3];
134 weak = &report->field[3]->value[0];
159 plff->weak = weak;
163 *weak = 0x00;
H A Dhid-dr.c36 int strong, weak; local
39 weak = effect->u.rumble.weak_magnitude;
41 dbg_hid("called with 0x%04x 0x%04x", strong, weak);
43 if (strong || weak) {
45 weak = weak * 0xff / 0xffff;
50 if (weak == 0x0a)
51 weak = 0x0b;
55 drff->report->field[0]->value[2] = weak;
68 dbg_hid("running with 0x%02x 0x%02x", strong, weak);
[all...]
H A Dhid-emsff.c27 int weak, strong; local
29 weak = effect->u.rumble.weak_magnitude;
32 dbg_hid("called with 0x%04x 0x%04x\n", strong, weak);
34 weak = weak * 0xff / 0xffff;
37 emsff->report->field[0]->value[1] = weak;
40 dbg_hid("running with 0x%02x 0x%02x\n", strong, weak);
H A Dhid-lg2ff.c27 int weak, strong; local
30 weak = effect->u.rumble.weak_magnitude;
32 if (weak || strong) {
33 weak = weak * 0xff / 0xffff;
37 lg2ff->report->field[0]->value[2] = weak;
H A Dhid-megaworld.c20 s32 *weak; member in struct:mwctrl_device
31 *mwctrl->weak = effect->u.rumble.weak_magnitude >> 8;
83 mwctrl->weak = &report->field[3]->value[0];
/linux-master/init/
H A Dcalibrate.c261 unsigned long __attribute__((weak)) calibrate_delay_is_known(void)
271 void __attribute__((weak)) calibration_delay_done(void)
/linux-master/lib/
H A Diomap_copy.c19 void __attribute__((weak)) __iowrite32_copy(void __iomem *to,
63 void __attribute__((weak)) __iowrite64_copy(void __iomem *to,
/linux-master/arch/alpha/lib/
H A 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-master/arch/arc/kernel/
H A Dhead.S96 ; - Platforms can override this weak version if needed
/linux-master/arch/arm/mach-pxa/
H A Dgumstix.c195 int __attribute__((weak)) am200_init(void)
200 int __attribute__((weak)) am300_init(void)
/linux-master/arch/arm/mm/
H A Dproc-v7.S563 .weak cpu_v7_bugs_init
/linux-master/arch/sh/kernel/cpu/
H A Dinit.c99 void __attribute__ ((weak)) l2_cache_init(void)
/linux-master/arch/sparc/vdso/
H A Dvclock_gettime.c279 __attribute__((weak, alias("__vdso_clock_gettime")));
340 __attribute__((weak, alias("__vdso_gettimeofday")));
/linux-master/arch/x86/entry/vdso/
H A Dvclock_gettime.c24 __attribute__((weak, alias("__vdso_gettimeofday")));
31 __kernel_old_time_t time(__kernel_old_time_t *t) __attribute__((weak, alias("__vdso_time")));
42 __attribute__((weak, alias("__vdso_clock_gettime")));
50 __attribute__((weak, alias("__vdso_clock_getres")));
60 __attribute__((weak, alias("__vdso_clock_gettime")));
68 __attribute__((weak, alias("__vdso_clock_gettime64")));
76 __attribute__((weak, alias("__vdso_clock_getres")));
H A Dvgetcpu.c22 __attribute__((weak, alias("__vdso_getcpu")));
/linux-master/arch/x86/kernel/
H A Dreboot.c604 void __attribute__((weak)) mach_reboot_fixups(void)
956 /* Override the weak function in kernel/panic.c */
/linux-master/arch/x86/um/vdso/
H A Dum_vdso.c28 __attribute__((weak, alias("__vdso_clock_gettime")));
42 __attribute__((weak, alias("__vdso_gettimeofday")));
54 __kernel_old_time_t time(__kernel_old_time_t *t) __attribute__((weak, alias("__vdso_time")));
72 __attribute__((weak, alias("__vdso_getcpu")));
/linux-master/drivers/android/
H A Dbinder.c712 * take an implicit weak reference
853 pr_err("invalid inc weak node for %d\n",
1039 binder_user_error("tried to use weak ref as strong ref\n");
1177 * @strong: if true, strong increment, else weak
1197 if (ref->data.weak == 0) {
1202 ref->data.weak++;
1210 * @strong: if true, strong decrement, else weak
1223 ref->data.weak);
1230 if (ref->data.weak == 0) {
1231 binder_user_error("%d invalid dec weak, re
4512 int strong, weak; local
6295 int count, strong, weak, ready_threads; local
[all...]
H A Dbinder_internal.h189 * @local_weak_refs: weak user refs from local process
211 * @has_weak_ref: userspace notified of weak ref
214 * @pending_weak_ref: userspace has acked notification of weak ref
283 * @weak: weak ref count (debugging only if not locked)
294 int weak; member in struct:binder_ref_data
/linux-master/drivers/base/
H A Dcpu.c576 __attribute__((weak, alias("cpu_show_not_affected")))

Completed in 248 milliseconds

1234