Home
last modified time | relevance | path

Searched refs:resolution (Results 1 – 25 of 34) sorted by relevance

12

/linux-4.19.296/drivers/iio/adc/
Dmcp320x.c69 unsigned int resolution; member
225 *val2 = adc->chip_info->resolution; in mcp320x_read_raw()
307 .resolution = 10
312 .resolution = 10
317 .resolution = 10
322 .resolution = 10
327 .resolution = 12
332 .resolution = 12
337 .resolution = 12
342 .resolution = 12
[all …]
Dmeson_saradc.c226 unsigned int resolution; member
283 return clamp(tmp, 0, (1 << priv->data->param->resolution) - 1); in meson_sar_adc_calib_val()
335 fifo_val &= GENMASK(priv->data->param->resolution - 1, 0); in meson_sar_adc_read_raw_sample()
566 *val2 = priv->data->param->resolution; in meson_sar_adc_iio_info_read_raw()
858 nominal0 = (1 << priv->data->param->resolution) / 4; in meson_sar_adc_calib()
859 nominal1 = (1 << priv->data->param->resolution) * 3 / 4; in meson_sar_adc_calib()
902 .resolution = 10,
910 .resolution = 10,
918 .resolution = 12,
/linux-4.19.296/drivers/iio/dac/
Dti-dac082s085.c27 u8 resolution; member
31 [dual_8bit] = { .num_channels = 2, .resolution = 8 },
32 [dual_10bit] = { .num_channels = 2, .resolution = 10 },
33 [dual_12bit] = { .num_channels = 2, .resolution = 12 },
34 [quad_8bit] = { .num_channels = 4, .resolution = 8 },
35 [quad_10bit] = { .num_channels = 4, .resolution = 10 },
36 [quad_12bit] = { .num_channels = 4, .resolution = 12 },
59 u8 resolution; member
70 u8 shift = 12 - ti_dac->resolution; in ti_dac_cmd()
207 *val2 = ti_dac->resolution; in ti_dac_read_raw()
[all …]
Dti-dac5571.c35 u8 resolution; member
39 [single_8bit] = {.num_channels = 1, .resolution = 8},
40 [single_10bit] = {.num_channels = 1, .resolution = 10},
41 [single_12bit] = {.num_channels = 1, .resolution = 12},
42 [quad_8bit] = {.num_channels = 4, .resolution = 8},
43 [quad_10bit] = {.num_channels = 4, .resolution = 10},
44 [quad_12bit] = {.num_channels = 4, .resolution = 12},
72 shift = 12 - data->spec->resolution; in dac5571_cmd_single()
86 shift = 16 - data->spec->resolution; in dac5571_cmd_quad()
259 *val2 = data->spec->resolution; in dac5571_read_raw()
[all …]
/linux-4.19.296/include/sound/
Dtimer.h58 unsigned long resolution; /* average timer resolution for one tick in nsec */ member
104 unsigned long ticks, unsigned long resolution);
108 unsigned long resolution);
114 unsigned long resolution; /* current resolution for tasklet */ member
/linux-4.19.296/drivers/pwm/
Dpwm-mediatek.c147 u64 resolution; in mtk_pwm_config() local
155 resolution = (u64)NSEC_PER_SEC * 1000; in mtk_pwm_config()
156 do_div(resolution, clk_get_rate(clk)); in mtk_pwm_config()
158 cnt_period = DIV_ROUND_CLOSEST_ULL((u64)period_ns * 1000, resolution); in mtk_pwm_config()
160 resolution *= 2; in mtk_pwm_config()
163 resolution); in mtk_pwm_config()
181 cnt_duty = DIV_ROUND_CLOSEST_ULL((u64)duty_ns * 1000, resolution); in mtk_pwm_config()
/linux-4.19.296/lib/fonts/
DKconfig28 This is the "high resolution" font for the VGA frame buffer (the one
34 Given the resolution provided by the frame buffer device, answer N
41 This is the "high resolution" font for the VGA frame buffer (the one
94 This is a high resolution console font for machines with very
102 This is the high resolution console font for Sun machines. Say Y.
108 This is the high resolution console font for Sun machines with very
/linux-4.19.296/drivers/hid/
Dhid-uclogic.c790 s32 resolution; in uclogic_tablet_enable() local
833 resolution = le16_to_cpu(buf[UCLOGIC_PRM_RESOLUTION]); in uclogic_tablet_enable()
834 if (resolution == 0) { in uclogic_tablet_enable()
839 1000 / resolution; in uclogic_tablet_enable()
841 1000 / resolution; in uclogic_tablet_enable()
Dhid-alps.c506 u8 pitch_x, pitch_y, resolution; in u1_init() local
554 &resolution, 0, true); in u1_init()
565 (resolution << 2) * (sen_line_num_x - 1); in u1_init()
568 (resolution << 2) * (sen_line_num_y - 1); in u1_init()
Dhid-logitech-hidpp.c2087 unsigned int resolution; member
2108 input_abs_set_res(input_dev, ABS_MT_POSITION_X, wd->resolution); in wtp_populate_input()
2110 input_abs_set_res(input_dev, ABS_MT_POSITION_Y, wd->resolution); in wtp_populate_input()
2276 wd->resolution = raw_info.res; in wtp_get_config()
2277 if (!wd->resolution) in wtp_get_config()
2278 wd->resolution = WTP_MANUAL_RESOLUTION; in wtp_get_config()
/linux-4.19.296/drivers/iio/trigger/
DKconfig9 tristate "High resolution timer trigger"
12 Provides a frequency based IIO trigger using high resolution
/linux-4.19.296/include/uapi/sound/
Dasound.h713 unsigned long resolution; /* average period resolution in ns */ member
729 unsigned long resolution; /* current period resolution in ns */ member
746 unsigned long resolution; /* average period resolution in ns */ member
765 unsigned int resolution; /* current period resolution in ns */ member
789 unsigned int resolution; member
Dasequencer.h525 unsigned int resolution; /* resolution in Hz */ member
/linux-4.19.296/drivers/xen/
Defi.c55 tc->resolution = efi_data(op).u.get_time.resolution; in xen_efi_get_time()
/linux-4.19.296/include/linux/
Disdnif.h245 __u8 resolution; member
Dinput.h467 INPUT_GENERATE_ABS_ACCESSORS(res, resolution)
/linux-4.19.296/include/uapi/linux/
Dinput.h96 __s32 resolution; member
/linux-4.19.296/drivers/isdn/i4l/
Disdn_ttyfax.c704 char *rp = &f->resolution; in isdn_tty_cmd_FCLASS2()
750 char *rp = &f->resolution; in isdn_tty_cmd_FCLASS2()
834 char *rp = &f->resolution; in isdn_tty_cmd_FCLASS2()
/linux-4.19.296/drivers/rtc/
Drtc-efi.c246 cap.resolution, cap.accuracy, cap.sets_to_zero); in efi_procfs()
/linux-4.19.296/drivers/char/
Defirtc.c357 cap.resolution, cap.accuracy, cap.sets_to_zero); in efi_rtc_proc_show()
/linux-4.19.296/include/xen/interface/
Dplatform.h156 uint32_t resolution; member
/linux-4.19.296/fs/ext4/
DKconfig48 allocation, persistent preallocation, high resolution time stamps,
/linux-4.19.296/drivers/misc/
Disl29003.c263 static DEVICE_ATTR(resolution, S_IWUSR | S_IRUGO,
/linux-4.19.296/include/media/
Dv4l2-subdev.h574 u32 resolution; member
/linux-4.19.296/include/acpi/
Dacpixf.h878 acpi_get_timer_resolution(u32 *resolution))

12