Home
last modified time | relevance | path

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

/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-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-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-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-megaworld.c21 s32 *strong; member
30 *mwctrl->strong = effect->u.rumble.strong_magnitude >> 8; in mwctrl_play()
82 mwctrl->strong = &report->field[2]->value[0]; in mwctrl_init()
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()
/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()
/drivers/android/
A Dbinder.c828 if (strong) { in binder_inc_node_nilocked()
888 if (strong) { in binder_dec_node_nilocked()
1206 if (ref->data.strong) in binder_cleanup_ref_olocked()
1256 if (strong) { in binder_inc_ref_olocked()
1262 ref->data.strong++; in binder_inc_ref_olocked()
1285 if (strong) { in binder_dec_ref_olocked()
1293 ref->data.strong--; in binder_dec_ref_olocked()
1468 bool strong, in binder_inc_ref_for_node() argument
4780 int strong, weak; in binder_thread_read() local
6743 strong = 0; in print_binder_proc_stats()
[all …]
A Dbinder_internal.h301 int strong; member
/drivers/input/
A Dff-memless.c245 unsigned int strong, weak, i; in ml_combine_effects() local
269 strong = (u32)new->u.rumble.strong_magnitude * gain / 0xffff; in ml_combine_effects()
272 if (effect->u.rumble.strong_magnitude + strong) in ml_combine_effects()
276 new->direction, strong); in ml_combine_effects()
285 min(strong + effect->u.rumble.strong_magnitude, in ml_combine_effects()
/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()
/drivers/input/joystick/
A Dxpad.c1547 __u16 strong; in xpad_play_effect() local
1553 strong = effect->u.rumble.strong_magnitude; in xpad_play_effect()
1563 packet->data[3] = strong / 256; /* left actuator */ in xpad_play_effect()
1574 packet->data[3] = strong / 256; /* left actuator? */ in xpad_play_effect()
1589 packet->data[5] = strong / 256; in xpad_play_effect()
1609 packet->data[8] = strong / 512; /* left actuator */ in xpad_play_effect()
/drivers/pinctrl/spacemit/
A Dpinctrl-k1.c665 u32 normal, strong; in spacemit_pinconf_dbg_pull() local
676 strong = FIELD_GET(PAD_STRONG_PULL, value); in spacemit_pinconf_dbg_pull()
678 if (normal && strong) in spacemit_pinconf_dbg_pull()
/drivers/net/wireless/intel/iwlwifi/mvm/
A Drs.c1901 s32 sr, int weak, int strong, in rs_get_tpc_action() argument
1938 strong != TPC_INVALID) { in rs_get_tpc_action()
1975 int weak, strong; in rs_tpc_perform() local
2002 rs_get_adjacent_txp(mvm, cur, &weak, &strong); in rs_tpc_perform()
2010 if (strong != TPC_INVALID) in rs_tpc_perform()
2011 strong_tpt = window[strong].average_tpt; in rs_tpc_perform()
2015 cur, current_tpt, sr, weak, strong, in rs_tpc_perform()
2018 action = rs_get_tpc_action(mvm, sr, weak, strong, in rs_tpc_perform()
2025 } else if (strong == TPC_INVALID && in rs_tpc_perform()
2037 lq_sta->lq.reduced_tpc = strong; in rs_tpc_perform()

Completed in 817 milliseconds