Home
last modified time | relevance | path

Searched full:resolution (Results 1 – 25 of 832) sorted by relevance

12345678910>>...34

/linux/drivers/video/fbdev/via/
H A Dlcd.h18 /* Resolution: 640x480, Channel: single, Dithering: Enable */
20 /* Resolution: 800x600, Channel: single, Dithering: Enable */
22 /* Resolution: 1024x768, Channel: single, Dithering: Enable */
24 /* Resolution: 1280x768, Channel: single, Dithering: Enable */
26 /* Resolution: 1280x1024, Channel: dual, Dithering: Enable */
28 /* Resolution: 1400x1050, Channel: dual, Dithering: Enable */
30 /* Resolution: 1600x1200, Channel: dual, Dithering: Enable */
32 /* Resolution: 1366x768, Channel: single, Dithering: Disable */
34 /* Resolution: 1024x600, Channel: single, Dithering: Enable*/
36 /* Resolution: 1280x800, Channel: single, Dithering: Enable*/
[all …]
H A Ddvi.h20 /* Resolution: 640x480, Channel: single, Dithering: Enable */
22 /* Resolution: 800x600, Channel: single, Dithering: Enable */
24 /* Resolution: 1024x768, Channel: single, Dithering: Enable */
26 /* Resolution: 1280x768, Channel: single, Dithering: Enable */
28 /* Resolution: 1280x1024, Channel: dual, Dithering: Enable */
30 /* Resolution: 1400x1050, Channel: dual, Dithering: Enable */
32 /* Resolution: 1600x1200, Channel: dual, Dithering: Enable */
/linux/Documentation/timers/
H A Dhrtimers.rst2 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 Dhighres.rst2 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/samples/hid/
H A Dhid_surface_dial.c5 * and depending on the chosen resolution enable or not the haptic feedback:
6 * - a resolution (-r) of 3600 will report 3600 "ticks" in one full rotation
8 * - any other resolution will report N "ticks" in a full rotation with haptic
11 * A good default for low resolution haptic scrolling is 72 (1 "tick" every 5
53 " -r N\t set the given resolution to the device (number of ticks per 360°)\n\n", in usage()
57 "and depending on the chosen resolution enable or not the haptic feedback:\n" in usage()
58 "- a resolution (-r) of 3600 will report 3600 'ticks' in one full rotation\n" in usage()
60 "- any other resolution will report N 'ticks' in a full rotation with haptic\n" in usage()
63 "A good default for low resolution haptic scrolling is 72 (1 'tick' every 5\n" in usage()
121 int err, opt, hid_id, resolution = 72; in main() local
[all …]
H A Dhid_surface_dial.bpf.c36 int resolution = 72; variable
78 /* whenever resolution multiplier is not 3600, we have the fixed report descriptor */ in set_haptic()
81 // haptic_data[1] = 72; /* resolution multiplier */ in set_haptic()
82 // haptic_data[2] = 0; /* resolution multiplier */ in set_haptic()
120 /* Change Resolution Multiplier */ in BPF_PROG()
124 *res = resolution; in BPF_PROG()
/linux/Documentation/fb/
H A Dviafb.rst67 - 0 : Resolution: 640x480, Channel: single, Dithering: Enable
68 - 1 : Resolution: 800x600, Channel: single, Dithering: Enable
69 - 2 : Resolution: 1024x768, Channel: single, Dithering: Enable (default)
70 - 3 : Resolution: 1280x768, Channel: single, Dithering: Enable
71 - 4 : Resolution: 1280x1024, Channel: dual, Dithering: Enable
72 - 5 : Resolution: 1400x1050, Channel: dual, Dithering: Enable
73 - 6 : Resolution: 1600x1200, Channel: dual, Dithering: Enable
75 - 8 : Resolution: 800x480, Channel: single, Dithering: Enable
76 - 9 : Resolution: 1024x768, Channel: dual, Dithering: Enable
77 - 10: Resolution: 1024x768, Channel: single, Dithering: Disable
[all …]
H A Dviafb.modes13 # Resolution 640 480
38 # Resolution 640 480
59 # Resolution 640 480
80 # Resolution 640 480
101 # Resolution 640 480
122 # Resolution 720 480
143 # Resolution 800 480
164 # Resolution 720 576
185 # Resolution 800 600
207 # Resolution 800 600
[all …]
/linux/Documentation/devicetree/bindings/iio/resolver/
H A Dadi,ad2s1210.yaml13 The AD2S1210 is a complete 10-bit to 16-bit resolution tracking
34 In normal mode, the resolution of the digital output is selected using
35 the RES0 and RES1 input pins. In configuration mode, the resolution is
38 RES1 RES0 Resolution (Bits)
101 resolution-gpios:
104 resolution of the digital output. If omitted, it is assumed that the
105 RES0 and RES1 pins are hard-wired to match the assigned-resolution-bits
125 assigned-resolution-bits:
127 Resolution of the digital output required by the application. This
129 be measured. If resolution-gpios is omitted, it is assumed that RES0 and
[all …]
/linux/drivers/watchdog/
H A Dbcm_kona_wdt.c32 #define SECS_TO_TICKS(x, w) ((x) << (w)->resolution)
33 #define TICKS_TO_SECS(x, w) ((x) >> (w)->resolution)
40 * One watchdog tick is 1/(2^resolution) seconds. Resolution can take
42 * resolution of 4 means one tick is 62.5ms.
44 * The watchdog counter is 20 bits. Depending on resolution, the maximum
45 * counter value of 0xfffff expires after about 12 days (resolution 0)
46 * down to only 32s (resolution 15). The default resolution of 4 gives
50 int resolution; member
120 "Resolution: %d / %d\n" in bcm_kona_show()
124 res, wdt->resolution, in bcm_kona_show()
[all …]
/linux/scripts/kconfig/tests/err_recursive_dep/
H A Dexpected_stderr3 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/ABI/testing/
H A Dsysfs-driver-w1_therm47 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/drivers/iio/adc/
H A Dltc2497.c61 * resolution + 1 position, which is set for positive values only. Given this in ltc2497_result_and_measure()
62 * bit's value, subtracting BIT(resolution + 1) from the ADC's result is in ltc2497_result_and_measure()
67 - BIT(ddata->chip_info->resolution + 1); in ltc2497_result_and_measure()
70 - BIT(ddata->chip_info->resolution + 1); in ltc2497_result_and_measure()
101 u32 resolution; in ltc2497_probe() local
119 resolution = chip_info->resolution; in ltc2497_probe()
120 st->recv_size = BITS_TO_BYTES(resolution) + 1; in ltc2497_probe()
134 .resolution = 16,
138 .resolution = 24,
H A Dmcp320x.c66 unsigned int resolution; member
222 *val2 = adc->chip_info->resolution; in mcp320x_read_raw()
304 .resolution = 10
309 .resolution = 10
314 .resolution = 10
319 .resolution = 10
324 .resolution = 12
329 .resolution = 12
334 .resolution = 12
339 .resolution = 12
[all …]
/linux/drivers/iio/dac/
H A Dti-dac082s085.c24 u8 resolution; member
28 [dual_8bit] = { .num_channels = 2, .resolution = 8 },
29 [dual_10bit] = { .num_channels = 2, .resolution = 10 },
30 [dual_12bit] = { .num_channels = 2, .resolution = 12 },
31 [quad_8bit] = { .num_channels = 4, .resolution = 8 },
32 [quad_10bit] = { .num_channels = 4, .resolution = 10 },
33 [quad_12bit] = { .num_channels = 4, .resolution = 12 },
45 * @resolution: resolution of the chip
56 u8 resolution; member
67 u8 shift = 12 - ti_dac->resolution; in ti_dac_cmd()
[all …]
H A Dmcp47feb02.c98 * @resolution: DAC resolution
105 unsigned int resolution; member
113 .resolution = 8,
121 .resolution = 8,
129 .resolution = 8,
137 .resolution = 8,
145 .resolution = 10,
153 .resolution = 10,
161 .resolution = 10,
169 .resolution = 10,
[all …]
H A Dmcp4821.c41 * - N = DAC resolution (12 bits for MCP4821)
75 #define MCP4821_CHAN(channel_id, resolution) \ argument
83 .realbits = (resolution), \
84 .shift = 12 - (resolution), \
156 static void mcp4821_calc_scale(int vref_mv, int resolution, in mcp4821_calc_scale() argument
162 tmp = (s64)vref_mv * MICRO >> resolution; in mcp4821_calc_scale()
224 int resolution) in mcp4821_init_avail_gain() argument
227 state->scale_avail[1] = resolution; in mcp4821_init_avail_gain()
229 state->scale_avail[3] = resolution; in mcp4821_init_avail_gain()
/linux/include/uapi/linux/dvb/
H A Dosd.h138 OSD_BITMAP1HR, /* 1 Bit bitmap half resolution */
139 OSD_BITMAP2HR, /* 2 bit bitmap half resolution */
140 OSD_BITMAP4HR, /* 4 bit bitmap half resolution */
141 OSD_BITMAP8HR, /* 8 bit bitmap half resolution */
144 OSD_YCRCB444HR, /* 4:4:4 YCRCB graphic half resolution */
146 OSD_VIDEOHSIZE, /* MPEG Video Display Half Resolution */
147 OSD_VIDEOQSIZE, /* MPEG Video Display Quarter Resolution */
148 OSD_VIDEODSIZE, /* MPEG Video Display Double Resolution */
149 OSD_VIDEOTHSIZE, /* True Size MPEG Video Display Half Resolution */
150 OSD_VIDEOTQSIZE, /* True Size MPEG Video Display Quarter Resolution*/
[all …]
/linux/sound/core/seq/
H A Dseq_timer.h14 unsigned long resolution; /* time per tick in nsec */ member
25 int ppq; /* time resolution, ticks/quarter */
35 unsigned long preferred_resolution; /* timer resolution, ticks/sec */
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()
H A Dseq_timer.c27 tmr->tick.resolution = (tmr->tempo * tmr->tempo_base) / tmr->ppq; in snd_seq_timer_set_tick_resolution()
33 tmr->tick.resolution = (tmr->tempo / tmr->ppq) * tmr->tempo_base; in snd_seq_timer_set_tick_resolution()
34 tmr->tick.resolution += s; in snd_seq_timer_set_tick_resolution()
36 if (tmr->tick.resolution <= 0) in snd_seq_timer_set_tick_resolution()
37 tmr->tick.resolution = 1; in snd_seq_timer_set_tick_resolution()
130 unsigned long resolution, in snd_seq_timer_interrupt() argument
146 resolution *= ticks; in snd_seq_timer_interrupt()
149 resolution = (resolution >> 16) * tmr->skew + in snd_seq_timer_interrupt()
150 (((resolution & 0xffff) * tmr->skew) >> 16); in snd_seq_timer_interrupt()
154 snd_seq_inc_time_nsec(&tmr->cur_time, resolution); in snd_seq_timer_interrupt()
[all …]
/linux/Documentation/hwmon/
H A Dlm73.rst28 Measurement Resolution Support
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.
40 Resolution Conv. Time Input Range
81 Mathematically, the resolution can be derived from the conversion time
87 resolution in degrees C per LSB.
/linux/Documentation/w1/slaves/
H A Dw1_therm.rst61 its current resolution. Default conversion time is set by the driver according
70 Writing a resolution value (in bits) to ``w1_slave`` will change the
72 the sensor. Resolution is reset when the sensor gets power-cycled.
74 To store the current resolution in EEPROM, write ``0`` to ``w1_slave``.
78 Alternatively, resolution can be read or written using the dedicated
79 ``resolution`` entry on each device, if supported by the sensor.
82 resolution is read back from the chip and verified.
84 Note: Changing the resolution reverts the conversion time to default.
138 resolutions. The device is powered up in 14-bit resolution mode. The conversion
144 indicating 15, but the device is always operating in 14-bit resolution mode.
/linux/sound/core/
H A Dhrtimer.c23 static unsigned int resolution __ro_after_init; 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 Dtimer.c95 unsigned int resolution; /* current period resolution in ns */ member
107 unsigned int resolution; /* current period resolution in ns */ member
553 return timer->hw.resolution; in snd_timer_hw_resolution()
576 unsigned long resolution = 0; in snd_timer_notify1() local
590 resolution = snd_timer_hw_resolution(timer); in snd_timer_notify1()
592 ti->ccallback(ti, event, &tstamp, resolution); in snd_timer_notify1()
602 ts->ccallback(ts, event, &tstamp, resolution); in snd_timer_notify1()
837 unsigned long resolution, ticks; in snd_timer_process_callbacks() local
849 resolution = ti->resolution; in snd_timer_process_callbacks()
853 ti->callback(ti, resolution, ticks); in snd_timer_process_callbacks()
[all …]
/linux/lib/fonts/
H A DKconfig29 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.

12345678910>>...34