| /linux/drivers/iio/adc/ |
| H A D | mcp320x.c | 67 unsigned int resolution; member 223 *val2 = adc->chip_info->resolution; in mcp320x_read_raw() 305 .resolution = 10 310 .resolution = 10 315 .resolution = 10 320 .resolution = 10 325 .resolution = 12 330 .resolution = 12 335 .resolution = 12 340 .resolution = 12 [all …]
|
| H A D | ltc2497.c | 68 - BIT(ddata->chip_info->resolution + 1); in ltc2497_result_and_measure() 71 - BIT(ddata->chip_info->resolution + 1); in ltc2497_result_and_measure() 102 u32 resolution; in ltc2497_probe() local 120 resolution = chip_info->resolution; in ltc2497_probe() 121 st->recv_size = BITS_TO_BYTES(resolution) + 1; in ltc2497_probe() 135 .resolution = 16, 139 .resolution = 24,
|
| /linux/drivers/iio/dac/ |
| H A D | ti-dac082s085.c | 25 u8 resolution; member 29 [dual_8bit] = { .num_channels = 2, .resolution = 8 }, 30 [dual_10bit] = { .num_channels = 2, .resolution = 10 }, 31 [dual_12bit] = { .num_channels = 2, .resolution = 12 }, 32 [quad_8bit] = { .num_channels = 4, .resolution = 8 }, 33 [quad_10bit] = { .num_channels = 4, .resolution = 10 }, 34 [quad_12bit] = { .num_channels = 4, .resolution = 12 }, 57 u8 resolution; member 68 u8 shift = 12 - ti_dac->resolution; in ti_dac_cmd() 205 *val2 = ti_dac->resolution; in ti_dac_read_raw() [all …]
|
| H A D | ti-dac5571.c | 34 u8 resolution; member 38 [single_8bit] = {.num_channels = 1, .resolution = 8}, 39 [single_10bit] = {.num_channels = 1, .resolution = 10}, 40 [single_12bit] = {.num_channels = 1, .resolution = 12}, 41 [quad_8bit] = {.num_channels = 4, .resolution = 8}, 42 [quad_10bit] = {.num_channels = 4, .resolution = 10}, 43 [quad_12bit] = {.num_channels = 4, .resolution = 12}, 71 shift = 12 - data->spec->resolution; in dac5571_cmd_single() 85 shift = 16 - data->spec->resolution; in dac5571_cmd_quad() 259 *val2 = data->spec->resolution; in dac5571_read_raw() [all …]
|
| /linux/sound/core/ |
| H A D | hrtimer.c | 23 static unsigned int resolution; variable 49 ticks += ktime_divns(delta, ticks * resolution); in snd_hrtimer_callback() 55 hrtimer_add_expires_ns(hrt, t->sticks * resolution); in snd_hrtimer_callback() 99 hrtimer_start(&stime->hrt, ns_to_ktime(t->sticks * resolution), in snd_hrtimer_start() 133 resolution = hrtimer_resolution; in snd_hrtimer_init() 144 timer->hw.resolution = resolution; in snd_hrtimer_init() 145 timer->hw.ticks = NANO_SEC / resolution; in snd_hrtimer_init()
|
| H A D | timer.c | 95 unsigned int resolution; /* current period resolution in ns */ member 107 unsigned int resolution; /* current period resolution in ns */ member 488 return timer->hw.resolution; in snd_timer_hw_resolution() 510 unsigned long resolution = 0; in snd_timer_notify1() local 524 resolution = snd_timer_hw_resolution(timer); in snd_timer_notify1() 526 ti->ccallback(ti, event, &tstamp, resolution); in snd_timer_notify1() 536 ts->ccallback(ts, event, &tstamp, resolution); in snd_timer_notify1() 769 unsigned long resolution, ticks; in snd_timer_process_callbacks() local 781 resolution = ti->resolution; in snd_timer_process_callbacks() 785 ti->callback(ti, resolution, ticks); in snd_timer_process_callbacks() [all …]
|
| /linux/scripts/kconfig/tests/err_recursive_dep/ |
| H A D | expected_stderr | 3 For a resolution refer to Documentation/kbuild/kconfig-language.rst 8 For a resolution refer to Documentation/kbuild/kconfig-language.rst 14 For a resolution refer to Documentation/kbuild/kconfig-language.rst 20 For a resolution refer to Documentation/kbuild/kconfig-language.rst 26 For a resolution refer to Documentation/kbuild/kconfig-language.rst 32 For a resolution refer to Documentation/kbuild/kconfig-language.rst 37 For a resolution refer to Documentation/kbuild/kconfig-language.rst
|
| /linux/Documentation/timers/ |
| H A D | hrtimers.rst | 2 hrtimers - subsystem for high-resolution kernel timers 5 This patch introduces a new subsystem for high-resolution kernel timers. 9 back and forth trying to integrate high-resolution and high-precision 11 such high-resolution timer implementations in practice, we came to the 18 - the forced handling of low-resolution and high-resolution timers in 30 necessitate a more complex handling of high resolution timers, which 62 high-resolution timer subsystem as well. 64 While this subsystem does not offer high-resolution clock sources just 65 yet, the hrtimer subsystem can be easily extended with high-resolution 73 resolution and low precision use cases - once the precision-sensitive [all …]
|
| H A D | highres.rst | 2 High resolution timers and dynamic ticks design notes 26 - high resolution timer functionality 82 functionality like high resolution timers or dynamic ticks. 102 accounting, profiling, and high resolution timers. 132 utilize the high resolution and dynamic tick functionalities without any change 134 enabling of high resolution timers and dynamic ticks is simply provided by 142 high resolution timer functionality 145 During system boot it is not possible to use the high resolution timer 150 the high resolution functionality can work. Up to the point where hrtimers are 151 initialized, the system works in the usual low resolution periodic mode. The [all …]
|
| /linux/sound/core/seq/ |
| H A D | seq_timer.h | 14 unsigned long resolution; /* time per tick in nsec */ member 55 unsigned long resolution) in snd_seq_timer_update_tick() argument 57 if (tick->resolution > 0) { in snd_seq_timer_update_tick() 58 tick->fraction += resolution; in snd_seq_timer_update_tick() 59 tick->cur_tick += (unsigned int)(tick->fraction / tick->resolution); in snd_seq_timer_update_tick() 60 tick->fraction %= tick->resolution; in snd_seq_timer_update_tick()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-driver-w1_therm | 47 What: /sys/bus/w1/devices/.../resolution 51 (RW) get or set the device resolution (on supported devices, 52 if not, this entry is not present). Note that the resolution 57 * '9..14': device resolution in bit 58 or resolution to set in bit 59 * '-xx': xx is kernel error when reading the resolution 62 Some DS18B20 clones are fixed in 12-bit resolution, so the 63 actual resolution is read back from the chip and verified. Error 82 conversion duration depend on the resolution (if 84 resolution, 750ms for 12bits. [all …]
|
| /linux/samples/hid/ |
| H A D | hid_surface_dial.c | 121 int err, opt, hid_id, resolution = 72; in main() local 143 resolution = (int) l; in main() 183 skel->data->resolution = resolution; in main() 184 skel->data->physical = (int)(resolution / 72); in main()
|
| /linux/drivers/acpi/acpica/ |
| H A D | hwtimer.c | 30 acpi_status acpi_get_timer_resolution(u32 * resolution) in acpi_get_timer_resolution() argument 34 if (!resolution) { in acpi_get_timer_resolution() 39 *resolution = 24; in acpi_get_timer_resolution() 41 *resolution = 32; in acpi_get_timer_resolution()
|
| /linux/drivers/watchdog/ |
| H A D | bcm_kona_wdt.c | 32 #define SECS_TO_TICKS(x, w) ((x) << (w)->resolution) 33 #define TICKS_TO_SECS(x, w) ((x) >> (w)->resolution) 50 int resolution; member 124 res, wdt->resolution, in bcm_kona_show() 192 if (wdt->resolution > SECWDOG_MAX_RES) in bcm_kona_wdt_set_resolution_reg() 196 wdt->resolution << SECWDOG_CLKS_SHIFT); in bcm_kona_wdt_set_resolution_reg() 284 wdt->resolution = SECWDOG_DEFAULT_RESOLUTION; in bcm_kona_wdt_probe()
|
| /linux/sound/drivers/pcsp/ |
| H A D | pcsp.c | 45 unsigned int resolution = hrtimer_resolution; in snd_pcsp_create() local 49 if (resolution > PCSP_MAX_PERIOD_NS) { in snd_pcsp_create() 52 resolution); in snd_pcsp_create() 60 if (loops_per_jiffy >= PCSP_MIN_LPJ && resolution <= PCSP_MIN_PERIOD_NS) in snd_pcsp_create() 66 loops_per_jiffy, min_div, resolution); in snd_pcsp_create()
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | dev-decoder.rst | 66 height for given coded resolution. 68 coded resolution 69 stream resolution in pixels aligned to codec and hardware requirements; 70 typically visible resolution rounded up to full macroblocks; 71 see also: visible resolution. 74 width for given coded resolution. 140 height in pixels for given source resolution; relevant to encoders only. 142 source resolution 143 resolution in pixels of source frames being source to the encoder and 144 subject to further cropping to the bounds of visible resolution; relevant to [all …]
|
| /linux/include/sound/ |
| H A D | timer.h | 43 unsigned long resolution; /* average timer resolution for one tick in nsec */ member 89 unsigned long ticks, unsigned long resolution); 93 unsigned long resolution); 99 unsigned long resolution; /* current resolution for work */ member
|
| /linux/drivers/input/mouse/ |
| H A D | lifebook.c | 228 static void lifebook_set_resolution(struct psmouse *psmouse, unsigned int resolution) in lifebook_set_resolution() argument 233 if (resolution == 0 || resolution > 400) in lifebook_set_resolution() 234 resolution = 400; in lifebook_set_resolution() 236 p = params[resolution / 100]; in lifebook_set_resolution() 238 psmouse->resolution = 50 << p; in lifebook_set_resolution()
|
| /linux/drivers/comedi/drivers/ |
| H A D | das800.c | 92 int resolution; member 165 .resolution = 12, 171 .resolution = 12, 177 .resolution = 12, 183 .resolution = 12, 189 .resolution = 12, 195 .resolution = 12, 201 .resolution = 16, 238 if (board->resolution == 16) in das800_enable() 385 if (board->resolution == 12 && gain > 0) in das800_ai_do_cmd() [all …]
|
| /linux/Documentation/hwmon/ |
| H A D | lm73.rst | 32 LSB: 0.25, 0.125, 0.0625, and 0.3125. Changing the resolution mode 34 From userspace, the desired resolution can be specified as a function of 37 maximum times defined for the resolution in the datasheet. 81 Mathematically, the resolution can be derived from the conversion time 87 resolution in degrees C per LSB.
|
| H A D | tmp513.rst | 35 -40 to + 125 degrees with a resolution of 0.0625 degree C. 40 0 to 127.5 degrees with a resolution of 0.5 degree. 54 shunt resistor value. The value resolution will be equal to 10uV/Rshunt. 68 The bus voltage range is read from the chip with a resolution of 4mV. The chip 84 The bus power and bus currents range and resolution depends on the calibration
|
| /linux/Documentation/fb/ |
| H A D | efifb.rst | 36 For GOP displays, efifb can autodetect the display's resolution and framebuffer 55 horizontal and vertical resolution, and optionally bit depth, and set 61 The EFI stub will choose the mode with the highest resolution (product 62 of horizontal and vertical resolution). If there are multiple modes 63 with the highest resolution, it will choose one with the highest color
|
| /linux/drivers/hwmon/ |
| H A D | lm75.c | 113 u8 resolution; /* In bits, 9 to 16 */ member 346 static inline long lm75_reg_to_mc(s16 temp, u8 resolution) in lm75_reg_to_mc() argument 348 return ((temp >> (16 - resolution)) * 1000) >> (resolution - 8); in lm75_reg_to_mc() 414 *val = lm75_reg_to_mc(regval, data->resolution); in lm75_read() 426 u8 resolution; in lm75_write_temp() local 445 resolution = data->params->resolution_limits; in lm75_write_temp() 447 resolution = data->resolution; in lm75_write_temp() 450 temp = DIV_ROUND_CLOSEST(temp << (resolution - 8), in lm75_write_temp() 451 1000) << (16 - resolution); in lm75_write_temp() 474 data->resolution = data->params->resolutions[index]; in lm75_update_interval() [all …]
|
| /linux/lib/fonts/ |
| H A D | Kconfig | 29 This is the "high resolution" font for the VGA frame buffer (the one 35 Given the resolution provided by the frame buffer device, answer N 42 This is the "high resolution" font for the VGA frame buffer (the one 95 This is a high resolution console font for machines with very 104 This is the high resolution console font for Sun machines. Say Y. 111 This is the high resolution console font for Sun machines with very 122 This is the high resolution version made for use with 13-16" laptops. 133 This is the high resolution, large version for use with HiDPI screens.
|
| /linux/Documentation/userspace-api/media/rc/ |
| H A D | lirc-get-rec-resolution.rst | 13 LIRC_GET_REC_RESOLUTION - Obtain the value of receive resolution, in microseconds. 34 Some receivers have maximum resolution which is defined by internal 38 This ioctl returns the integer value with such resolution, with can be
|