Home
last modified time | relevance | path

Searched refs:strong (Results 1 – 25 of 2544) sorted by relevance

12345678910>>...102

/linux/drivers/hid/
A Dhid-pl.c43 s32 *strong; member
61 *plff->strong = left; in hid_plff_play()
80 s32 *strong; in plff_init() local
120 strong = &report->field[0]->value[2]; in plff_init()
133 strong = &report->field[2]->value[0]; in plff_init()
158 plff->strong = strong; in plff_init()
162 *strong = 0x00; in plff_init()
A Dhid-mf.c38 int strong, weak; in mf_play() local
40 strong = effect->u.rumble.strong_magnitude; in mf_play()
43 dbg_hid("Called with 0x%04x 0x%04x.\n", strong, weak); in mf_play()
45 strong = strong * 0xff / 0xffff; in mf_play()
48 dbg_hid("Running with 0x%02x 0x%02x.\n", strong, weak); in mf_play()
51 mf->report->field[0]->value[1] = strong; in mf_play()
A Dhid-emsff.c27 int weak, strong; in emsff_play() local
30 strong = effect->u.rumble.strong_magnitude; in emsff_play()
32 dbg_hid("called with 0x%04x 0x%04x\n", strong, weak); in emsff_play()
35 strong = strong * 0xff / 0xffff; in emsff_play()
38 emsff->report->field[0]->value[2] = strong; in emsff_play()
40 dbg_hid("running with 0x%02x 0x%02x\n", strong, weak); in emsff_play()
A Dhid-lg2ff.c27 int weak, strong; in play_effect() local
29 strong = effect->u.rumble.strong_magnitude; in play_effect()
32 if (weak || strong) { in play_effect()
34 strong = strong * 0xff / 0xffff; in play_effect()
38 lg2ff->report->field[0]->value[4] = strong; in play_effect()
A Dhid-dr.c36 int strong, weak; in drff_play() local
38 strong = effect->u.rumble.strong_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()
44 strong = strong * 0xff / 0xffff; in drff_play()
56 drff->report->field[0]->value[4] = strong; in drff_play()
68 dbg_hid("running with 0x%02x 0x%02x", strong, weak); in drff_play()
A Dhid-microsoft.c35 __u8 strong; member
299 r->magnitude[MAGNITUDE_STRONG] = ms->strong; /* left actuator */ in ms_ff_worker()
319 ms->strong = ((u32) effect->u.rumble.strong_magnitude * 100) / U16_MAX; in ms_play_effect()
/linux/arch/xtensa/boot/lib/
A DMakefile20 CFLAGS_REMOVE_inflate.o += -fstack-protector -fstack-protector-strong
21 CFLAGS_REMOVE_zmem.o += -fstack-protector -fstack-protector-strong
22 CFLAGS_REMOVE_inftrees.o += -fstack-protector -fstack-protector-strong
23 CFLAGS_REMOVE_inffast.o += -fstack-protector -fstack-protector-strong
/linux/tools/memory-model/
A Dlinux-kernel.cat43 let strong-fence = mb | gp
45 let nonrw-fence = strong-fence | po-rel | acq-po
75 (* Propagation: Ordering from release operations and strong fences. *)
77 let cumul-fence = [Marked] ; (A-cumul(strong-fence | po-rel) | wmb |
93 (* Propagation: Each non-rf link needs a strong fence. *)
94 let pb = prop ; strong-fence ; hb* ; [Marked]
126 * inter-CPU strong fence.
143 let strong-fence = strong-fence | rcu-fence
171 ((strong-fence ; [Marked] ; xbstar) | (xbstar & int))
182 let ww-vis = fence | (strong-fence ; xbstar ; w-pre-bounded) |
[all …]
/linux/drivers/media/dvb-frontends/
A Dau8522_dig.c696 u16 strong; in au8522_led_status() local
705 strong = led_config->qam256_strong; in au8522_led_status()
707 strong = led_config->qam64_strong; in au8522_led_status()
709 strong = led_config->vsb8_strong; in au8522_led_status()
711 if (*snr >= strong) in au8522_led_status()
717 (((strong < *snr) ? (*snr - strong) : (strong - *snr)) <= 10)) in au8522_led_status()
/linux/Documentation/w1/slaves/
A Dw1_therm.rst44 powered devices are detected on the bus (and strong pullup is enabled
56 A strong pullup will be applied during the conversion if required.
99 strong pullup, 1 to enable autodetection or 2 to force strong pullup.
102 If so, it will activate the master's strong pullup.
104 (seems to be the case with some DS18S20) the strong pullup can
107 If the strong pullup is enabled, the master's strong pullup will be
109 does support the strong pullup (or it falls back to a pullup
112 sufficient. The strong pullup is designed to provide the additional
A Dw1_ds28e04.rst22 attribute "crccheck". The strong pull-up can optionally be enabled/disabled
/linux/drivers/android/
A Dbinder.c764 if (strong) { in binder_inc_node_nilocked()
824 if (strong) { in binder_dec_node_nilocked()
1083 if (ref->data.strong) in binder_cleanup_ref_olocked()
1127 if (strong) { in binder_inc_ref_olocked()
1133 ref->data.strong++; in binder_inc_ref_olocked()
1156 if (strong) { in binder_dec_ref_olocked()
1164 ref->data.strong--; in binder_dec_ref_olocked()
1317 bool strong, in binder_inc_ref_for_node() argument
3930 int strong, weak; in binder_thread_read() local
5728 strong = 0; in print_binder_proc_stats()
[all …]
A Dbinder_internal.h314 int strong; member
/linux/Documentation/locking/
A Dlockdep-design.rst512 Dependency types and strong dependency paths:
571 "strong" path, which indicates the strong dependency throughout each dependency
573 -(xR)-> and -(Sx)->. In other words, a "strong" path is a path from a lock
579 We will see why the path is called "strong" in next section.
588 If there is a closed strong path (i.e. a strong circle), then there is a
594 If there is no closed strong path (i.e. strong circle), then there is no
595 combination of locking sequences that could cause deadlock. I.e. strong
599 and necessary for deadlocks, therefore a closed strong path is equivalent to
606 Let's say we have a strong circle::
639 strong circle in the dependency graph.
[all …]
/linux/drivers/input/
A Dff-memless.c248 unsigned int strong, weak, i; in ml_combine_effects() local
272 strong = (u32)new->u.rumble.strong_magnitude * gain / 0xffff; in ml_combine_effects()
275 if (effect->u.rumble.strong_magnitude + strong) in ml_combine_effects()
279 new->direction, strong); in ml_combine_effects()
288 min(strong + effect->u.rumble.strong_magnitude, in ml_combine_effects()
/linux/kernel/entry/
A DMakefile9 CFLAGS_REMOVE_common.o = -fstack-protector -fstack-protector-strong
/linux/tools/thermal/tmon/
A DMakefile11 override CFLAGS+= $(call cc-option,-fstack-protector-strong)
/linux/tools/perf/bench/
A Dnuma.c960 static void calc_convergence_compression(int *strong) in calc_convergence_compression() argument
972 *strong = 0; in calc_convergence_compression()
982 *strong = 1; in calc_convergence_compression()
984 *strong = 0; in calc_convergence_compression()
997 int strong; in calc_convergence() local
1087 calc_convergence_compression(&strong); in calc_convergence()
1089 if (strong && process_groups == g->p.nr_proc) { in calc_convergence()
/linux/Documentation/w1/masters/
A Dds2490.rst25 - The 5V strong pullup is supported with a minimum of 5.9mA and a
35 buffer, and strong pullup all in one command, instead of the current
/linux/arch/x86/purgatory/
A DMakefile51 PURGATORY_CFLAGS_REMOVE += -fstack-protector-strong
/linux/drivers/input/joystick/
A Dxpad.c1252 __u16 strong; in xpad_play_effect() local
1260 strong = effect->u.rumble.strong_magnitude; in xpad_play_effect()
1270 packet->data[3] = strong / 256; /* left actuator */ in xpad_play_effect()
1281 packet->data[3] = strong / 256; /* left actuator? */ in xpad_play_effect()
1296 packet->data[5] = strong / 256; in xpad_play_effect()
1316 packet->data[8] = strong / 512; /* left actuator */ in xpad_play_effect()
/linux/Documentation/devicetree/bindings/mtd/partitions/
A Dfixed-partitions.yaml10 This binding can be used on platforms which have strong conventions about
/linux/drivers/media/usb/dvb-usb/
A Daf9005-fe.c44 int strong; member
470 if (temp != state->strong) { in af9005_fe_read_status()
472 state->strong = temp; in af9005_fe_read_status()
1212 state->strong = -1; in af9005_fe_set_frontend()
/linux/arch/arm64/kernel/
A DMakefile14 CFLAGS_REMOVE_syscall.o = -fstack-protector -fstack-protector-strong
/linux/tools/memory-model/Documentation/
A Dexplanation.txt811 Any store which propagates to C before a strong fence is
814 the strong fence are executed on C.
843 A strong fence event occurs between some X and F in program
973 A strong (smp_mb() or synchronize_rcu()) fence occurs between
1365 E ->coe W ->cumul-fence* X ->rfe? Y ->strong-fence Z ->hb* F,
1371 before the strong fence executes. Because this fence is strong, we
1558 means that rcu-order links act kind of like strong fences. In
1606 "super-strong" fence: Unlike the original strong fences (smp_mb() and
2049 Z is connected to Y by a strong-fence link followed by a
2068 strong-fence memory barriers force stores that are po-before
[all …]

Completed in 60 milliseconds

12345678910>>...102