/linux-4.1.27/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-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-4.1.27/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-4.1.27/arch/blackfin/kernel/ |
D | reboot.c | 81 __attribute__((weak)) 95 __attribute__((weak)) 106 __attribute__((weak))
|
D | setup.c | 891 __attribute__((weak))
|
/linux-4.1.27/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-4.1.27/arch/um/os-Linux/ |
D | user_syms.c | 43 extern void readdir64(void) __attribute__((weak)); 45 extern void truncate64(void) __attribute__((weak)); 111 extern void __stack_smash_handler(void *) __attribute__((weak)); 114 extern long __guard __attribute__((weak));
|
/linux-4.1.27/scripts/ |
D | recordmcount.pl | 154 my %weak; # List of weak functions 419 $weak{$2} = $1; 440 if (defined $weak{$ref_func}) { 518 if (!defined($locals{$text}) && !defined($weak{$text})) { 524 if (!defined($ref_func) && !defined($weak{$text}) &&
|
/linux-4.1.27/lib/ |
D | iomap_copy.c | 31 void __attribute__((weak)) __iowrite32_copy(void __iomem *to, in __iowrite32_copy() 54 void __attribute__((weak)) __iowrite64_copy(void __iomem *to, in __iowrite64_copy()
|
D | bust_spinlocks.c | 19 void __attribute__((weak)) bust_spinlocks(int yes) in bust_spinlocks()
|
D | div64.c | 26 uint32_t __attribute__((weak)) __div64_32(uint64_t *n, uint32_t base) in __div64_32()
|
D | Kconfig.debug | 336 bool "Force weak per-cpu definitions" 340 defined weak to work around addressing range issue which 348 option forces all percpu variables to be defined as weak.
|
/linux-4.1.27/Documentation/devicetree/bindings/power/ |
D | bq2415x.txt | 20 - ti,weak-battery-voltage: integer, weak battery voltage threshold in mV. 40 ti,weak-battery-voltage = <3400>;
|
/linux-4.1.27/arch/mips/kernel/ |
D | mips-cm.c | 34 __attribute__((weak, alias("__mips_cm_phys_base"))); 53 __attribute__((weak, alias("__mips_cm_l2sync_phys_base")));
|
/linux-4.1.27/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-4.1.27/arch/powerpc/boot/ |
D | crt0.S | 38 .weak _platform_stack_top 46 .weak _platform_stack_top 50 .weak _zimage_start 66 .weak __dynamic_start
|
D | simpleboot.c | 26 extern int platform_specific_init(void) __attribute__((weak));
|
/linux-4.1.27/arch/x86/vdso/ |
D | vclock_gettime.c | 318 __attribute__((weak, alias("__vdso_clock_gettime"))); 335 __attribute__((weak, alias("__vdso_gettimeofday"))); 351 __attribute__((weak, alias("__vdso_time")));
|
D | vgetcpu.c | 28 __attribute__((weak, alias("__vdso_getcpu")));
|
/linux-4.1.27/arch/um/kernel/ |
D | gmon_syms.c | 8 extern void __bb_init_func(void *) __attribute__((weak));
|
/linux-4.1.27/arch/mips/include/asm/ |
D | linkage.h | 8 #define __weak __attribute__((weak))
|
/linux-4.1.27/arch/alpha/lib/ |
D | callback_srm.S | 99 .weak alpha_using_srm; alpha_using_srm = __alpha_using_srm 102 .weak callback_init_done; callback_init_done = __callback_init_done
|
/linux-4.1.27/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-4.1.27/tools/include/linux/ |
D | compiler.h | 27 # define __weak __attribute__((weak))
|
/linux-4.1.27/init/ |
D | calibrate.c | 260 unsigned long __attribute__((weak)) calibrate_delay_is_known(void) in calibrate_delay_is_known() 270 void __attribute__((weak)) calibration_delay_done(void) in calibration_delay_done()
|
/linux-4.1.27/arch/tile/kernel/vdso/ |
D | vgettimeofday.c | 156 __attribute__((weak, alias("__vdso_gettimeofday"))); 198 __attribute__((weak, alias("__vdso_clock_gettime")));
|
/linux-4.1.27/arch/xtensa/kernel/ |
D | platform.c | 24 r platform_##f a __attribute__((weak, alias("__platform_"#f)))
|
/linux-4.1.27/tools/lib/traceevent/ |
D | parse-utils.c | 26 #define __weak __attribute__((weak))
|
/linux-4.1.27/include/linux/ |
D | linkage.h | 91 .weak name ASM_NL \
|
D | export.h | 46 extern __visible void *__crc_##sym __attribute__((weak)); \
|
D | compiler-gcc.h | 82 #define __weak __attribute__((weak))
|
D | module.h | 547 #define symbol_get(x) ({ extern typeof(x) x __attribute__((weak)); &(x); })
|
/linux-4.1.27/arch/sh/drivers/pci/ |
D | ops-sh4.c | 104 int __attribute__((weak)) pci_fixup_pcic(struct pci_channel *chan) in pci_fixup_pcic()
|
/linux-4.1.27/drivers/android/ |
D | binder.c | 268 int weak; member 1128 if (ref->weak == 0) { in binder_inc_ref() 1133 ref->weak++; in binder_inc_ref() 1145 ref->desc, ref->strong, ref->weak); in binder_dec_ref() 1157 if (ref->weak == 0) { in binder_dec_ref() 1160 ref->desc, ref->strong, ref->weak); in binder_dec_ref() 1163 ref->weak--; in binder_dec_ref() 1165 if (ref->strong == 0 && ref->weak == 0) in binder_dec_ref() 1825 ref->desc, ref->strong, ref->weak, ref->node->debug_id); in binder_thread_write() 2011 ref->strong, ref->weak, ref->node->debug_id); in binder_thread_write() [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | img,tz1090-pdc-pinctrl.txt | 52 - low-power-enable: Flag, power-on-start weak pull-down for invalid power. 53 - low-power-disable: Flag, power-on-start weak pull-down disabled.
|
/linux-4.1.27/arch/x86/lib/ |
D | memset_64.S | 8 .weak memset
|
D | memcpy_64.S | 15 .weak memcpy
|
D | memmove_64.S | 26 .weak memmove
|
/linux-4.1.27/drivers/input/joystick/ |
D | xpad.c | 788 __u16 weak = effect->u.rumble.weak_magnitude; in xpad_play_effect() local 798 xpad->odata[5] = weak / 256; /* right actuator */ in xpad_play_effect() 808 xpad->odata[4] = weak / 256; /* right actuator? */ in xpad_play_effect() 823 xpad->odata[6] = weak / 256; in xpad_play_effect() 843 xpad->odata[9] = weak / 256; /* right actuator */ in xpad_play_effect()
|
/linux-4.1.27/fs/proc/ |
D | meminfo.c | 22 void __attribute__((weak)) arch_report_meminfo(struct seq_file *m) in arch_report_meminfo()
|
/linux-4.1.27/arch/powerpc/platforms/8xx/ |
D | m8xx_setup.c | 48 void __init __attribute__ ((weak))
|
/linux-4.1.27/drivers/regulator/ |
D | dbx500-prcmu.c | 158 int __attribute__((weak)) dbx500_regulator_testcase( in dbx500_regulator_testcase()
|
/linux-4.1.27/arch/sh/kernel/cpu/ |
D | init.c | 102 void __attribute__ ((weak)) l2_cache_init(void) in l2_cache_init()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | rs.c | 1939 s32 sr, int weak, int strong, in rs_get_tpc_action() argument 1957 if (weak != TPC_INVALID) { in rs_get_tpc_action() 2012 int weak, strong; in rs_tpc_perform() local 2039 rs_get_adjacent_txp(mvm, cur, &weak, &strong); in rs_tpc_perform() 2045 if (weak != TPC_INVALID) in rs_tpc_perform() 2046 weak_tpt = window[weak].average_tpt; in rs_tpc_perform() 2052 cur, current_tpt, sr, weak, strong, in rs_tpc_perform() 2055 action = rs_get_tpc_action(mvm, sr, weak, strong, in rs_tpc_perform() 2059 if (weak == TPC_INVALID && action == TPC_ACTION_DECREASE) { in rs_tpc_perform() 2071 lq_sta->lq.reduced_tpc = weak; in rs_tpc_perform()
|
/linux-4.1.27/arch/blackfin/mach-common/ |
D | interrupt.S | 219 .weak _evt_nmi
|
/linux-4.1.27/arch/x86/kernel/ |
D | traps.c | 822 asmlinkage __visible void __attribute__((weak)) smp_thermal_interrupt(void) in smp_thermal_interrupt() 826 asmlinkage __visible void __attribute__((weak)) smp_threshold_interrupt(void) in smp_threshold_interrupt()
|
D | reboot.c | 499 void __attribute__((weak)) mach_reboot_fixups(void) in mach_reboot_fixups()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | machdep.h | 311 __attribute__((weak)); \
|
/linux-4.1.27/tools/perf/util/ |
D | util.h | 185 extern void *xrealloc(void *ptr, size_t size) __attribute__((weak));
|
D | pmu.c | 433 struct perf_event_attr *__attribute__((weak))
|
D | header.c | 844 int __attribute__ ((weak)) get_cpuid(char *buffer __maybe_unused, in get_cpuid()
|
/linux-4.1.27/Documentation/w1/masters/ |
D | ds2490 | 21 - The weak pullup current is a minimum of 0.9mA and maximum of 6.0mA.
|
/linux-4.1.27/scripts/mod/ |
D | modpost.c | 163 unsigned int weak:1; member 191 static struct symbol *alloc_symbol(const char *name, unsigned int weak, in alloc_symbol() argument 198 s->weak = weak; in alloc_symbol() 2146 if (have_vmlinux && !s->weak) { in add_versions()
|
/linux-4.1.27/Documentation/hwmon/ |
D | coretemp | 48 On other models, it is set to an arbitrary value based on weak heuristics.
|
D | abituguru-datasheet | 6 my weak knowledge in "backwards engineering".
|
/linux-4.1.27/kernel/ |
D | kallsyms.c | 48 __attribute__((weak, section(".rodata")));
|
/linux-4.1.27/sound/soc/ |
D | soc-dapm.c | 190 if (p->is_supply || p->weak || !p->connect) in dapm_widget_invalidate_input_paths() 229 if (p->is_supply || p->weak || !p->connect) in dapm_widget_invalidate_output_paths() 257 if (p->weak || p->is_supply) in dapm_path_invalidate() 958 if (path->weak || path->is_supply) in is_connected_output_ep() 1016 if (path->weak || path->is_supply) in is_connected_input_ep() 1188 if (path->weak) in dapm_supply_check_power() 2661 path->weak = 1; in snd_soc_dapm_weak_route()
|
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/ |
D | GPIO.txt | 138 A large proportion of the GPIO pins on the S3C2410 can have weak
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-nice-design.txt | 4 Nice levels were always pretty weak under Linux and people continuously
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | misc_64.S | 642 .weak __crc_TOC.
|
D | traps.c | 1823 void __attribute__ ((weak)) WatchdogHandler(struct pt_regs *regs) in WatchdogHandler()
|
/linux-4.1.27/Documentation/RCU/ |
D | rcu_dereference.txt | 89 using branches. While weak-memory machines such as ARM or PowerPC 108 weak-memory machines such as ARM or PowerPC do order stores
|
D | RTFP.txt | 374 Concurrent access to skip lists. Has both weak and strong search.
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib_init.c | 802 int __attribute__((weak)) qib_enable_wc(struct qib_devdata *dd) in qib_enable_wc() 807 void __attribute__((weak)) qib_disable_wc(struct qib_devdata *dd) in qib_disable_wc()
|
D | qib_iba6120.c | 2041 int __attribute__((weak)) qib_unordered_wc(void) in qib_unordered_wc()
|
/linux-4.1.27/Documentation/crypto/ |
D | descore-readme.txt | 88 it's a bit weak on common low-level optimizations which is why 299 not be a (semi-)weak key (or -2 is returned).
|
/linux-4.1.27/include/sound/ |
D | soc-dapm.h | 511 u32 weak:1; /* path ignored for power management */ member
|
/linux-4.1.27/drivers/media/i2c/m5mols/ |
D | m5mols_core.c | 783 int __attribute__ ((weak)) m5mols_update_fw(struct v4l2_subdev *sd, in m5mols_update_fw()
|
/linux-4.1.27/Documentation/timers/ |
D | timekeeping.txt | 110 In addition to the clock sources and clock events there is a special weak
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
D | ipath_driver.c | 287 int __attribute__((weak)) ipath_enable_wc(struct ipath_devdata *dd) in ipath_enable_wc() 292 void __attribute__((weak)) ipath_disable_wc(struct ipath_devdata *dd) in ipath_disable_wc()
|
/linux-4.1.27/tools/perf/ |
D | design.txt | 459 weak stub hw_perf_event_init() to register hardware counters.
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | omap3-n900.dts | 615 ti,weak-battery-voltage = <3400>;
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.ncr53c8xx | 32 that implement a weak memory ordering.
|
D | ChangeLog.sym53c8xx | 96 that implement a weak memory ordering.
|
/linux-4.1.27/drivers/mfd/ |
D | ab8500-debugfs.c | 1581 bool __attribute__((weak)) suspend_test_wake_cause_interrupt_is_mine(u32 my_int) in suspend_test_wake_cause_interrupt_is_mine()
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | README | 646 may use lanman (weak) password hash 0x00010
|
/linux-4.1.27/Documentation/ |
D | memory-barriers.txt | 1333 of barrier(). However, ACCESS_ONCE() can be thought of as a weak form
|