Searched defs:strong (Results 1 - 9 of 9) sorted by relevance

/drivers/hid/
H A Dhid-lg2ff.c41 int weak, strong; local
43 strong = effect->u.rumble.strong_magnitude;
46 if (weak || strong) {
48 strong = strong * 0xff / 0xffff;
52 lg2ff->report->field[0]->value[4] = strong;
H A Dhid-dr.c50 int strong, weak; local
52 strong = effect->u.rumble.strong_magnitude;
55 dbg_hid("called with 0x%04x 0x%04x", strong, weak);
57 if (strong || weak) {
58 strong = strong * 0xff / 0xffff;
62 this value is set, it causes the strong rumble to function
70 drff->report->field[0]->value[4] = strong;
82 dbg_hid("running with 0x%02x 0x%02x", strong, weak);
H A Dhid-emsff.c41 int weak, strong; local
44 strong = effect->u.rumble.strong_magnitude;
46 dbg_hid("called with 0x%04x 0x%04x\n", strong, weak);
49 strong = strong * 0xff / 0xffff;
52 emsff->report->field[0]->value[2] = strong;
54 dbg_hid("running with 0x%02x 0x%02x\n", strong, weak);
H A Dhid-pl.c54 s32 *strong; member in struct:plff_device
72 *plff->strong = left;
90 s32 *strong; local
129 strong = &report->field[0]->value[2];
136 strong = &report->field[2]->value[0];
159 plff->strong = strong;
162 *strong = 0x00;
/drivers/input/
H A Dff-memless.c247 unsigned int strong, weak, i; local
271 strong = (u32)new->u.rumble.strong_magnitude * gain / 0xffff;
274 if (effect->u.rumble.strong_magnitude + strong)
278 new->direction, strong);
287 min(strong + effect->u.rumble.strong_magnitude,
/drivers/media/dvb/frontends/
H A Dau8522_dig.c660 * led = 2 | signal strong
804 u16 strong; local
813 strong = led_config->qam256_strong;
815 strong = led_config->qam64_strong;
817 strong = led_config->vsb8_strong;
819 if (*snr >= strong)
825 (((strong < *snr) ? (*snr - strong) : (strong - *snr)) <= 10))
870 * strong signal
[all...]
/drivers/input/joystick/
H A Dxpad.c610 __u16 strong = effect->u.rumble.strong_magnitude; local
619 xpad->odata[3] = strong / 256; /* left actuator */
630 xpad->odata[3] = strong / 256; /* left actuator? */
645 xpad->odata[5] = strong / 256;
/drivers/media/dvb/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;
/drivers/staging/android/
H A Dbinder.c256 int strong; member in struct:binder_ref
1007 static int binder_inc_node(struct binder_node *node, int strong, int internal, argument
1010 if (strong) {
1016 printk(KERN_ERR "binder: invalid inc strong "
1042 static int binder_dec_node(struct binder_node *node, int strong, int internal) argument
1044 if (strong) {
1181 if (ref->strong)
1198 static int binder_inc_ref(struct binder_ref *ref, int strong, argument
1202 if (strong) {
1203 if (ref->strong
1221 binder_dec_ref(struct binder_ref *ref, int strong) argument
2353 int strong = node->internal_strong_refs || node->local_strong_refs; local
3448 int count, strong, weak; local
[all...]

Completed in 779 milliseconds