Searched refs:strong (Results 1 - 10 of 10) sorted by relevance

/drivers/hid/
H A Dhid-lg2ff.c39 int weak, strong; local
41 strong = effect->u.rumble.strong_magnitude;
44 if (weak || strong) {
46 strong = strong * 0xff / 0xffff;
50 lg2ff->report->field[0]->value[4] = strong;
H A Dhid-pl.c55 s32 *strong; member in struct:plff_device
73 *plff->strong = left;
92 s32 *strong; local
132 strong = &report->field[0]->value[2];
145 strong = &report->field[2]->value[0];
170 plff->strong = strong;
174 *strong = 0x00;
H A Dhid-emsff.c39 int weak, strong; local
42 strong = effect->u.rumble.strong_magnitude;
44 dbg_hid("called with 0x%04x 0x%04x\n", strong, weak);
47 strong = strong * 0xff / 0xffff;
50 emsff->report->field[0]->value[2] = strong;
52 dbg_hid("running with 0x%02x 0x%02x\n", strong, weak);
H A Dhid-dr.c48 int strong, weak; local
50 strong = effect->u.rumble.strong_magnitude;
53 dbg_hid("called with 0x%04x 0x%04x", strong, weak);
55 if (strong || weak) {
56 strong = strong * 0xff / 0xffff;
60 this value is set, it causes the strong rumble to function
68 drff->report->field[0]->value[4] = strong;
80 dbg_hid("running with 0x%02x 0x%02x", strong, weak);
/drivers/media/dvb-frontends/
H A Dau8522_dig.c611 u16 strong; local
620 strong = led_config->qam256_strong;
622 strong = led_config->qam64_strong;
624 strong = led_config->vsb8_strong;
626 if (*snr >= strong)
632 (((strong < *snr) ? (*snr - strong) : (strong - *snr)) <= 10))
677 * strong signals that can show at 100%
/drivers/staging/android/
H A Dbinder.c264 int strong; member in struct:binder_ref
923 static int binder_inc_node(struct binder_node *node, int strong, int internal, argument
926 if (strong) {
932 pr_err("invalid inc strong node for %d\n",
958 static int binder_dec_node(struct binder_node *node, int strong, int internal) argument
960 if (strong) {
1096 if (ref->strong)
1112 static int binder_inc_ref(struct binder_ref *ref, int strong, argument
1117 if (strong) {
1118 if (ref->strong
1136 binder_dec_ref(struct binder_ref *ref, int strong) argument
2268 int strong = node->internal_strong_refs || node->local_strong_refs; local
3486 int count, strong, weak; local
[all...]
/drivers/input/
H A Dff-memless.c248 unsigned int strong, weak, i; local
272 strong = (u32)new->u.rumble.strong_magnitude * gain / 0xffff;
275 if (effect->u.rumble.strong_magnitude + strong)
279 new->direction, strong);
288 min(strong + effect->u.rumble.strong_magnitude,
/drivers/net/wireless/iwlwifi/mvm/
H A Drs.c1809 s32 sr, int weak, int strong,
1843 if (sr < TPC_SR_NO_INCREASE && strong != TPC_INVALID) {
1880 int weak, strong; local
1907 rs_get_adjacent_txp(mvm, cur, &weak, &strong);
1915 if (strong != TPC_INVALID)
1916 strong_tpt = window[strong].average_tpt;
1919 "(TPC: %d): cur_tpt %d SR %d weak %d strong %d weak_tpt %d strong_tpt %d\n",
1920 cur, current_tpt, sr, weak, strong,
1923 action = rs_get_tpc_action(mvm, sr, weak, strong,
1930 } else if (strong
1808 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...]
/drivers/input/joystick/
H A Dxpad.c785 __u16 strong = effect->u.rumble.strong_magnitude; local
794 xpad->odata[3] = strong / 256; /* left actuator */
805 xpad->odata[3] = strong / 256; /* left actuator? */
820 xpad->odata[5] = strong / 256;
/drivers/media/usb/dvb-usb/
H A Daf9005-fe.c57 int strong; member in struct:af9005_fe_state
482 if (temp != state->strong) {
483 deb_info("adjust for strong signal %d\n", temp);
484 state->strong = temp;
1224 state->strong = -1;

Completed in 388 milliseconds