/linux/drivers/input/keyboard/ |
H A D | adc-keys.c | 36 u32 diff, closest = 0xffffffff; in adc_keys_poll() local 46 if (diff < closest) { in adc_keys_poll() 47 closest = diff; in adc_keys_poll() 53 if (abs(st->keyup_voltage - value) < closest) in adc_keys_poll()
|
H A D | sun4i-lradc-keys.c | 112 u32 i, ints, val, voltage, diff, keycode = 0, closest = 0xffffffff; in sun4i_lradc_irq() local 132 if (diff < closest) { in sun4i_lradc_irq() 133 closest = diff; in sun4i_lradc_irq()
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-g-crop.rst | 51 rounds to the closest possible values of horizontal and vertical offset, 58 the closest size possible while maintaining the current horizontal and
|
H A D | v4l2-selection-flags.rst | 34 closest possible rectangle.
|
H A D | crop.rst | 137 The driver sets the image size to the closest possible values 304 × 224, 138 then chooses the cropping rectangle closest to the requested size, that 148 and adjusts the image size to closest possible 304 × 192.
|
H A D | vidioc-g-ctrl.rst | 46 ``value`` is out of bounds drivers can choose to take the closest valid
|
H A D | vidioc-g-frequency.rst | 51 assumes the closest possible value. However :ref:`VIDIOC_S_FREQUENCY <VIDIOC_G_FREQUENCY>` is a
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-iio-adc-ad4130 | 46 closest valid one.
|
H A D | sysfs-bus-cxl | 570 the number to the closest initiator and access1 provides the 571 number to the closest CPU. 587 the number to the closest initiator and access1 provides the 588 number to the closest CPU.
|
/linux/Documentation/userspace-api/netlink/ |
H A D | netlink-raw.rst | 155 sub-message selector will be resolved using the value 'closest' to the selector. 158 the selector will be resolved using the value 'closest' to the selector. If the
|
/linux/sound/soc/codecs/ |
H A D | wm8960.c | 707 int diff, closest, best_freq_out; in wm8960_configure_pll() local 712 closest = freq_in; in wm8960_configure_pll() 741 if (diff > 0 && closest > diff) { in wm8960_configure_pll() 745 closest = diff; in wm8960_configure_pll()
|
/linux/Documentation/hwmon/ |
H A D | adc128d818.rst | 33 or maximum limit. Note that minimum in this case always means 'closest to
|
H A D | lm80.rst | 61 or maximum limit. Note that minimum in this case always means 'closest to
|
H A D | gl518sm.rst | 60 maximum limit. Note that minimum in this case always means 'closest to
|
H A D | lm78.rst | 62 or maximum limit. Note that minimum in this case always means 'closest to
|
H A D | lm87.rst | 57 'closest to zero'; this is important for negative voltage measurements.
|
H A D | sis5595.rst | 100 maximum limit. Note that minimum in this case always means 'closest to
|
H A D | adm1026.rst | 67 case always means 'closest to zero'; this is important for negative voltage
|
/linux/Documentation/networking/ |
H A D | vxlan.rst | 22 The management of vxlan is done in a manner similar to its two closest
|
/linux/Documentation/sound/cards/ |
H A D | emu-mixer.rst | 189 The closest value to pure signal is 20. 195 The closest value to pure signal is 20.
|
H A D | audigy-mixer.rst | 206 The closest value to pure signal is 20. 212 The closest value to pure signal is 20.
|
/linux/drivers/gpu/ipu-v3/ |
H A D | ipu-image-convert.c | 1132 bool closest = (col < ctx->in.num_cols - 1) && in calc_tile_resize_coefficients() local 1149 resized_width, closest); in calc_tile_resize_coefficients() 1166 if (closest && ((last_output * resize_coeff_h) % 8192)) in calc_tile_resize_coefficients() 1189 bool closest = (row < ctx->in.num_rows - 1) && in calc_tile_resize_coefficients() local 1206 resized_height, closest); in calc_tile_resize_coefficients() 1223 if (closest && ((last_output * resize_coeff_v) % 8192)) in calc_tile_resize_coefficients()
|
/linux/Documentation/mm/ |
H A D | numa.rst | 42 to the closest cell with memory. 123 closest available memory. This is a consequence of the same mechanism that
|
/linux/arch/arm/boot/dts/intel/ixp/ |
H A D | intel-ixp42x-freecom-fsg-3.dts | 53 /* Unplug USB, closest approximation of what the key should do */
|
/linux/Documentation/crypto/ |
H A D | asymmetric-keys.rst | 373 certificate in order (starting closest to the root) to a keyring. For 388 # certificate closest to the root. 409 # certificate closest to the root.
|