Searched refs:strong (Results 1 - 25 of 26) sorted by path

12

/linux-master/drivers/hid/
H A Dhid-pl.c43 s32 *strong; member in struct:plff_device
61 *plff->strong = left;
80 s32 *strong; local
120 strong = &report->field[0]->value[2];
133 strong = &report->field[2]->value[0];
158 plff->strong = strong;
162 *strong = 0x00;
H A Dhid-dr.c36 int strong, weak; local
38 strong = effect->u.rumble.strong_magnitude;
41 dbg_hid("called with 0x%04x 0x%04x", strong, weak);
43 if (strong || weak) {
44 strong = strong * 0xff / 0xffff;
48 this value is set, it causes the strong rumble to function
56 drff->report->field[0]->value[4] = strong;
68 dbg_hid("running with 0x%02x 0x%02x", strong, weak);
H A Dhid-emsff.c27 int weak, strong; local
30 strong = effect->u.rumble.strong_magnitude;
32 dbg_hid("called with 0x%04x 0x%04x\n", strong, weak);
35 strong = strong * 0xff / 0xffff;
38 emsff->report->field[0]->value[2] = strong;
40 dbg_hid("running with 0x%02x 0x%02x\n", strong, weak);
H A Dhid-lg2ff.c27 int weak, strong; local
29 strong = effect->u.rumble.strong_magnitude;
32 if (weak || strong) {
34 strong = strong * 0xff / 0xffff;
38 lg2ff->report->field[0]->value[4] = strong;
H A Dhid-megaworld.c21 s32 *strong; member in struct:mwctrl_device
30 *mwctrl->strong = effect->u.rumble.strong_magnitude >> 8;
82 mwctrl->strong = &report->field[2]->value[0];
H A Dhid-mf.c38 int strong, weak; local
40 strong = effect->u.rumble.strong_magnitude;
43 dbg_hid("Called with 0x%04x 0x%04x.\n", strong, weak);
45 strong = strong * 0xff / 0xffff;
48 dbg_hid("Running with 0x%02x 0x%02x.\n", strong, weak);
51 mf->report->field[0]->value[1] = strong;
H A Dhid-microsoft.c35 __u8 strong; member in struct:ms_data
299 r->magnitude[MAGNITUDE_STRONG] = ms->strong; /* left actuator */
319 ms->strong = ((u32) effect->u.rumble.strong_magnitude * 100) / U16_MAX;
/linux-master/
H A DMakefile841 stackp-flags-$(CONFIG_STACKPROTECTOR_STRONG) := -fstack-protector-strong
/linux-master/arch/arm64/kernel/
H A DMakefile14 CFLAGS_REMOVE_syscall.o = -fstack-protector -fstack-protector-strong
/linux-master/arch/powerpc/kernel/
H A DMakefile66 CFLAGS_REMOVE_syscall.o = -fstack-protector -fstack-protector-strong
/linux-master/arch/riscv/purgatory/
H A DMakefile77 PURGATORY_CFLAGS_REMOVE += -fstack-protector-strong
/linux-master/arch/x86/purgatory/
H A DMakefile61 PURGATORY_CFLAGS_REMOVE += -fstack-protector-strong
/linux-master/arch/xtensa/boot/lib/
H A DMakefile23 CFLAGS_REMOVE_inflate.o += -fstack-protector -fstack-protector-strong
24 CFLAGS_REMOVE_zmem.o += -fstack-protector -fstack-protector-strong
25 CFLAGS_REMOVE_inftrees.o += -fstack-protector -fstack-protector-strong
26 CFLAGS_REMOVE_inffast.o += -fstack-protector -fstack-protector-strong
/linux-master/drivers/android/
H A Dbinder.c817 static int binder_inc_node_nilocked(struct binder_node *node, int strong, argument
826 if (strong) {
833 pr_err("invalid inc strong node for %d\n",
866 static int binder_inc_node(struct binder_node *node, int strong, int internal, argument
872 ret = binder_inc_node_nilocked(node, strong, internal, target_list);
879 int strong, int internal)
886 if (strong) {
938 static void binder_dec_node(struct binder_node *node, int strong, int internal) argument
943 free_node = binder_dec_node_nilocked(node, strong, internal);
1010 * and cleanup is needed. Calling with strong
878 binder_dec_node_nilocked(struct binder_node *node, int strong, int internal) argument
1184 binder_inc_ref_olocked(struct binder_ref *ref, int strong, struct list_head *target_list) argument
1216 binder_dec_ref_olocked(struct binder_ref *ref, int strong) argument
1314 binder_update_ref_for_handle(struct binder_proc *proc, uint32_t desc, bool increment, bool strong, struct binder_ref_data *rdata) argument
1357 binder_dec_ref_for_handle(struct binder_proc *proc, uint32_t desc, bool strong, struct binder_ref_data *rdata) argument
1377 binder_inc_ref_for_node(struct binder_proc *proc, struct binder_node *node, bool strong, struct list_head *target_list, struct binder_ref_data *rdata) argument
3842 bool strong = cmd == BC_ACQUIRE || cmd == BC_RELEASE; local
4512 int strong, weak; local
6295 int count, strong, weak, ready_threads; local
[all...]
H A Dbinder_internal.h185 * @internal_strong_refs: used to take strong references when
192 * @local_strong_refs: strong user refs from local process
205 * @has_strong_ref: userspace notified of strong ref
208 * @pending_strong_ref: userspace has acked notification of strong ref
282 * @strong: strong ref count (debugging only if not locked)
293 int strong; member in struct:binder_ref_data
/linux-master/drivers/input/
H A Dff-memless.c245 unsigned int strong, weak, i; local
269 strong = (u32)new->u.rumble.strong_magnitude * gain / 0xffff;
272 if (effect->u.rumble.strong_magnitude + strong)
276 new->direction, strong);
285 min(strong + effect->u.rumble.strong_magnitude,
/linux-master/drivers/input/joystick/
H A Dxpad.c1482 __u16 strong; local
1490 strong = effect->u.rumble.strong_magnitude;
1500 packet->data[3] = strong / 256; /* left actuator */
1511 packet->data[3] = strong / 256; /* left actuator? */
1526 packet->data[5] = strong / 256;
1546 packet->data[8] = strong / 512; /* left actuator */
/linux-master/drivers/media/dvb-frontends/
H A Dau8522_dig.c696 u16 strong; local
705 strong = led_config->qam256_strong;
707 strong = led_config->qam64_strong;
709 strong = led_config->vsb8_strong;
711 if (*snr >= strong)
717 (((strong < *snr) ? (*snr - strong) : (strong - *snr)) <= 10))
762 * strong signals that can show at 100%
/linux-master/drivers/media/usb/dvb-usb/
H A Daf9005-fe.c44 int strong; member in struct:af9005_fe_state
470 if (temp != state->strong) {
471 deb_info("adjust for strong signal %d\n", temp);
472 state->strong = temp;
1212 state->strong = -1;
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drs.c1900 s32 sr, int weak, int strong,
1937 strong != TPC_INVALID) {
1974 int weak, strong; local
2001 rs_get_adjacent_txp(mvm, cur, &weak, &strong);
2009 if (strong != TPC_INVALID)
2010 strong_tpt = window[strong].average_tpt;
2013 "(TPC: %d): cur_tpt %d SR %d weak %d strong %d weak_tpt %d strong_tpt %d\n",
2014 cur, current_tpt, sr, weak, strong,
2017 action = rs_get_tpc_action(mvm, sr, weak, strong,
2024 } else if (strong
1899 rs_get_tpc_action(struct iwl_mvm *mvm, s32 sr, int weak, int strong, int current_tpt, int weak_tpt, int strong_tpt) argument
[all...]
/linux-master/kernel/entry/
H A DMakefile9 CFLAGS_REMOVE_common.o = -fstack-protector -fstack-protector-strong
/linux-master/kernel/kcsan/
H A Dcore.c1266 DEFINE_TSAN_ATOMIC_CMPXCHG(bits, strong, 0); \
/linux-master/tools/perf/bench/
H A Dnuma.c993 static void calc_convergence_compression(int *strong) argument
1005 *strong = 0;
1015 *strong = 1;
1017 *strong = 0;
1030 int strong; local
1120 calc_convergence_compression(&strong);
1122 if (strong && process_groups == g->p.nr_proc) {
/linux-master/tools/thermal/tmon/
H A DMakefile11 override CFLAGS+= $(call cc-option,-fstack-protector-strong)
/linux-master/tools/tracing/rtla/
H A DMakefile.rtla18 FOPTS := -flto=auto -ffat-lto-objects -fexceptions -fstack-protector-strong \

Completed in 278 milliseconds

12