/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | sc2731-regulator.c | 131 vstep, vmin, vmax) { \ 139 .n_voltages = ((vmax) - (vmin)) / (vstep) + 1, \ 140 .uV_step = vstep, \
|
H A D | hi655x-regulator.c | 129 sreg, cmask, minv, nvolt, vstep) { \ 140 .uV_step = vstep, \
|
H A D | hi6421-regulator.c | 159 * vstep - voltage increase in each linear step in uV 168 #define HI6421_LDO_LINEAR(_id, _match, _min_uV, n_volt, vstep, vreg, vmask,\ 181 .uV_step = vstep, \ 199 * vstep - voltage increase in each linear step in uV
|
/kernel/linux/linux-6.6/drivers/regulator/ |
H A D | sc2731-regulator.c | 131 vstep, vmin, vmax) { \ 139 .n_voltages = ((vmax) - (vmin)) / (vstep) + 1, \ 140 .uV_step = vstep, \
|
H A D | hi655x-regulator.c | 129 sreg, cmask, minv, nvolt, vstep) { \ 140 .uV_step = vstep, \
|
H A D | hi6421-regulator.c | 159 * vstep - voltage increase in each linear step in uV 168 #define HI6421_LDO_LINEAR(_id, _match, _min_uV, n_volt, vstep, vreg, vmask,\ 181 .uV_step = vstep, \ 199 * vstep - voltage increase in each linear step in uV
|
/kernel/linux/linux-6.6/drivers/media/platform/sunxi/sun8i-di/ |
H A D | sun8i-di.c | 67 unsigned int hstep, vstep; in deinterlace_device_run() local 158 vstep = (ctx->src_fmt.height << 16) / ctx->dst_fmt.height; in deinterlace_device_run() 160 deinterlace_write(dev, DEINTERLACE_CH0_VERT_FACT, vstep); in deinterlace_device_run() 162 deinterlace_write(dev, DEINTERLACE_CH1_VERT_FACT, vstep); in deinterlace_device_run()
|
/kernel/linux/linux-5.10/drivers/media/platform/sunxi/sun8i-di/ |
H A D | sun8i-di.c | 67 unsigned int hstep, vstep; in deinterlace_device_run() local 157 vstep = (ctx->src_fmt.height << 16) / ctx->dst_fmt.height; in deinterlace_device_run() 159 deinterlace_write(dev, DEINTERLACE_CH0_VERT_FACT, vstep); in deinterlace_device_run() 161 deinterlace_write(dev, DEINTERLACE_CH1_VERT_FACT, vstep); in deinterlace_device_run()
|
/kernel/linux/linux-5.10/drivers/clk/tegra/ |
H A D | clk-dfll.c | 765 int vstep = td->soc->alignment.step_uv; in dfll_init_out_if() local 769 if ((vinit >= vmin) && vstep) { in dfll_init_out_if() 772 vsel = DIV_ROUND_UP((vinit - vmin), vstep); in dfll_init_out_if()
|
/kernel/linux/linux-6.6/drivers/clk/tegra/ |
H A D | clk-dfll.c | 766 int vstep = td->soc->alignment.step_uv; in dfll_init_out_if() local 770 if ((vinit >= vmin) && vstep) { in dfll_init_out_if() 773 vsel = DIV_ROUND_UP((vinit - vmin), vstep); in dfll_init_out_if()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/ |
H A D | sun8i_vi_scaler.c | 871 u32 hstep, u32 vstep, in sun8i_vi_scaler_set_coeff() 870 sun8i_vi_scaler_set_coeff(struct regmap *map, u32 base, u32 hstep, u32 vstep, const struct drm_format_info *format) sun8i_vi_scaler_set_coeff() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/ |
H A D | sun8i_vi_scaler.c | 871 u32 hstep, u32 vstep, in sun8i_vi_scaler_set_coeff() 870 sun8i_vi_scaler_set_coeff(struct regmap *map, u32 base, u32 hstep, u32 vstep, const struct drm_format_info *format) sun8i_vi_scaler_set_coeff() argument
|