/linux-3.4.99/drivers/hid/ |
D | hid-lg2ff.c | 41 int weak, strong; in play_effect() local 43 strong = effect->u.rumble.strong_magnitude; in play_effect() 46 if (weak || strong) { in play_effect() 48 strong = strong * 0xff / 0xffff; in play_effect() 52 lg2ff->report->field[0]->value[4] = strong; in play_effect()
|
D | hid-emsff.c | 41 int weak, strong; in emsff_play() local 44 strong = effect->u.rumble.strong_magnitude; in emsff_play() 46 dbg_hid("called with 0x%04x 0x%04x\n", strong, weak); in emsff_play() 49 strong = strong * 0xff / 0xffff; in emsff_play() 52 emsff->report->field[0]->value[2] = strong; in emsff_play() 54 dbg_hid("running with 0x%02x 0x%02x\n", strong, weak); in emsff_play()
|
D | hid-pl.c | 54 s32 *strong; member 72 *plff->strong = left; in hid_plff_play() 90 s32 *strong; in plff_init() local 129 strong = &report->field[0]->value[2]; in plff_init() 142 strong = &report->field[2]->value[0]; in plff_init() 165 plff->strong = strong; in plff_init() 168 *strong = 0x00; in plff_init()
|
D | hid-dr.c | 50 int strong, weak; in drff_play() local 52 strong = effect->u.rumble.strong_magnitude; in drff_play() 55 dbg_hid("called with 0x%04x 0x%04x", strong, weak); in drff_play() 57 if (strong || weak) { in drff_play() 58 strong = strong * 0xff / 0xffff; in drff_play() 70 drff->report->field[0]->value[4] = strong; in drff_play() 82 dbg_hid("running with 0x%02x 0x%02x", strong, weak); in drff_play()
|
/linux-3.4.99/Documentation/w1/slaves/ |
D | w1_therm | 35 strong pullup or 1 to enable. If enabled the 5V strong pullup will be 37 must support the strong pullup (or it falls back to a pullup 40 sufficient. The strong pullup is designed to provide the additional
|
/linux-3.4.99/drivers/media/dvb/frontends/ |
D | au8522_dig.c | 804 u16 strong; in au8522_led_status() local 813 strong = led_config->qam256_strong; in au8522_led_status() 815 strong = led_config->qam64_strong; in au8522_led_status() 817 strong = led_config->vsb8_strong; in au8522_led_status() 819 if (*snr >= strong) in au8522_led_status() 825 (((strong < *snr) ? (*snr - strong) : (strong - *snr)) <= 10)) in au8522_led_status()
|
/linux-3.4.99/drivers/input/ |
D | ff-memless.c | 247 unsigned int strong, weak, i; in ml_combine_effects() local 271 strong = (u32)new->u.rumble.strong_magnitude * gain / 0xffff; in ml_combine_effects() 274 if (effect->u.rumble.strong_magnitude + strong) in ml_combine_effects() 278 new->direction, strong); in ml_combine_effects() 287 min(strong + effect->u.rumble.strong_magnitude, in ml_combine_effects()
|
/linux-3.4.99/drivers/staging/android/ |
D | binder.c | 255 int strong; member 991 static int binder_inc_node(struct binder_node *node, int strong, int internal, in binder_inc_node() argument 994 if (strong) { in binder_inc_node() 1026 static int binder_dec_node(struct binder_node *node, int strong, int internal) in binder_dec_node() argument 1028 if (strong) { in binder_dec_node() 1165 if (ref->strong) in binder_delete_ref() 1182 static int binder_inc_ref(struct binder_ref *ref, int strong, in binder_inc_ref() argument 1186 if (strong) { in binder_inc_ref() 1187 if (ref->strong == 0) { in binder_inc_ref() 1192 ref->strong++; in binder_inc_ref() [all …]
|
/linux-3.4.99/Documentation/devicetree/bindings/mtd/ |
D | partition.txt | 4 on platforms which have strong conventions about which portions of a flash are
|
/linux-3.4.99/Documentation/w1/masters/ |
D | ds2490 | 22 - The 5V strong pullup is supported with a minimum of 5.9mA and a 34 buffer, and strong pullup all in one command, instead of the current
|
/linux-3.4.99/drivers/input/joystick/ |
D | xpad.c | 614 __u16 strong = effect->u.rumble.strong_magnitude; in xpad_play_effect() local 623 xpad->odata[3] = strong / 256; /* left actuator */ in xpad_play_effect() 634 xpad->odata[3] = strong / 256; /* left actuator? */ in xpad_play_effect() 649 xpad->odata[5] = strong / 256; in xpad_play_effect()
|
/linux-3.4.99/arch/arm/plat-mxc/ |
D | Kconfig | 40 This may be useful in embedded applications, where are strong
|
/linux-3.4.99/drivers/media/dvb/dvb-usb/ |
D | af9005-fe.c | 57 int strong; member 482 if (temp != state->strong) { in af9005_fe_read_status() 484 state->strong = temp; in af9005_fe_read_status() 1224 state->strong = -1; in af9005_fe_set_frontend()
|
/linux-3.4.99/arch/arm/boot/dts/ |
D | vexpress-v2m-rs1.dtsi | 13 * original variant (vexpress-v2m.dtsi), but there is a strong
|
D | vexpress-v2m.dtsi | 13 * RS1 variant (vexpress-v2m-rs1.dtsi), but there is a strong
|
/linux-3.4.99/Documentation/video4linux/ |
D | README.pvrusb2 | 26 This driver has a strong separation of layers. They are very 51 simultaneously access the driver. I have a strong sense of fairness
|
/linux-3.4.99/Documentation/w1/ |
D | w1.generic | 87 w1_master_pullup - 5V strong pullup 0 enabled, 1 disabled
|
/linux-3.4.99/Documentation/filesystems/pohmelfs/ |
D | design_notes.txt | 65 POHMELFS is capable of full data channel encryption and/or strong crypto hashing.
|
/linux-3.4.99/Documentation/security/ |
D | keys-trusted-encrypted.txt | 126 trusted key provides strong guarantees that the EVM key has not been
|
/linux-3.4.99/Documentation/connector/ |
D | connector.txt | 77 softirq context, but may silently fail under strong memory pressure.
|
/linux-3.4.99/Documentation/filesystems/nfs/ |
D | knfsd-stats.txt | 130 a strong indication, for a couple of reasons:
|
/linux-3.4.99/Documentation/input/ |
D | ff.txt | 151 factor depending on how strong they want effects to be. This setting is
|
/linux-3.4.99/Documentation/powerpc/ |
D | firmware-assisted-dump.txt | 28 dump offers several strong, practical advantages:
|
/linux-3.4.99/Documentation/ |
D | stable_api_nonsense.txt | 23 tree, all of which has made Linux into such a strong, stable, and mature
|
/linux-3.4.99/Documentation/dvb/ |
D | avermedia.txt | 195 onto. (i.e. any whose signal is strong enough at your
|