Searched full:deadzone (Results 1 – 9 of 9) sorted by relevance
/linux-6.14.4/drivers/media/usb/gspca/ |
D | autogain_functions.c | 18 int deadzone, in gspca_expo_autogain() argument 31 /* If we are of a multiple of deadzone, do multiple steps to reach the in gspca_expo_autogain() 33 steps = abs(desired_avg_lum - avg_lum) / deadzone; in gspca_expo_autogain() 100 int deadzone) in gspca_coarse_grained_expo_autogain() argument 116 /* If we are of a multiple of deadzone, do multiple steps to reach the in gspca_coarse_grained_expo_autogain() 118 steps = (desired_avg_lum - avg_lum) / deadzone; in gspca_coarse_grained_expo_autogain()
|
D | gspca.h | 239 int desired_avg_lum, int deadzone, int gain_knee, int exposure_knee); 241 int avg_lum, int desired_avg_lum, int deadzone);
|
D | pac7311.c | 493 int desired_lum, deadzone; in do_autogain() local 499 deadzone = 20; in do_autogain() 504 desired_lum, deadzone)) in do_autogain()
|
D | sonixb.c | 878 int deadzone, desired_avg_lum, avg_lum; in do_autogain() local 892 deadzone = 500; in do_autogain() 896 deadzone = 1500; in do_autogain() 905 desired_avg_lum, deadzone)) in do_autogain() 910 deadzone, gain_knee, sd->exposure_knee)) in do_autogain()
|
D | pac7302.c | 729 const int deadzone = 30; in do_autogain() local 740 deadzone, PAC7302_GAIN_KNEE, in do_autogain()
|
/linux-6.14.4/include/linux/input/ |
D | adxl34x.h | 317 * The width of the deadzone region between two or more 318 * orientation positions is determined by setting the Deadzone 319 * value. The deadzone region size can be specified with a 320 * resolution of 3.6deg. The deadzone angle represents the total
|
/linux-6.14.4/drivers/hid/ |
D | hid-universal-pidff.c | 123 /* Decrease fuzz and deadzone on available axes */ in universal_pidff_input_configured() 134 /* Remove fuzz and deadzone from the second joystick axis */ in universal_pidff_input_configured()
|
/linux-6.14.4/include/linux/ |
D | file_ref.h | 89 * the deadzone risk end up marking someone else's file as dead in file_ref_get() 103 * to set the value back to the middle of the deadzone. But it's in file_ref_get()
|
/linux-6.14.4/Documentation/devicetree/bindings/input/ |
D | adc-joystick.yaml | 89 Axial "deadzone", or area around the center position, where the axis
|