Searched refs:effect (Results 76 - 85 of 85) sorted by relevance

1234

/linux-master/drivers/input/joystick/
H A Dxpad.c1482 static int xpad_play_effect(struct input_dev *dev, void *data, struct ff_effect *effect) argument
1491 if (effect->type != FF_RUMBLE)
1494 strong = effect->u.rumble.strong_magnitude;
1495 weak = effect->u.rumble.weak_magnitude;
/linux-master/drivers/hid/
H A Dhid-nintendo.c1596 * next ff effect.
1992 struct ff_effect *effect)
1996 if (effect->type != FF_RUMBLE)
2000 effect->u.rumble.weak_magnitude,
2001 effect->u.rumble.strong_magnitude,
1991 joycon_play_effect(struct input_dev *dev, void *data, struct ff_effect *effect) argument
/linux-master/drivers/staging/vc04_services/bcm2835-camera/
H A Dcontrols.c515 imagefx.effect =
552 mmal_ctrl, ctrl->id, ctrl->val, imagefx.effect,
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_cmd.c826 * parameters take effect immediately while
3118 * Function to configure color effect of the image
3121 __s32 *effect)
3131 *effect = asd->params.color_effect;
3136 control.value = *effect;
3141 * if set color effect to sensor successfully, return
3145 asd->params.color_effect = (u32)*effect;
3149 if (*effect == asd->params.color_effect)
3157 switch (*effect) {
3205 asd->params.color_effect = (u32)*effect;
3120 atomisp_color_effect(struct atomisp_sub_device *asd, int flag, __s32 *effect) argument
[all...]
/linux-master/arch/m68k/ifpsp060/src/
H A Disp.S32 # effect, branches to one of the branch table entries located
H A Dilsp.S32 # effect, branches to one of the branch table entries located here.
H A Dpfpsp.S32 # effect, branches to one of the branch table entries located
6968 # the result and the rounding mode/prec in effect. These bits are #
H A Dfplsp.S33 # effect, branches to one of the branch table entries located here.
6750 # access. Another effect of using a single-precision #
H A Dfpsp.S33 # effect, branches to one of the branch table entries located
6856 # access. Another effect of using a single-precision #
22846 # the result and the rounding mode/prec in effect. These bits are #
/linux-master/arch/m68k/fpsp040/
H A Dsetox.S96 | Another effect of using a single-precision "constant" is

Completed in 329 milliseconds

1234