Home
last modified time | relevance | path

Searched refs:out_mode (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/counter/
H A Di8254.c53 u8 out_mode[I8254_NUM_COUNTERS]; member
108 switch (priv->out_mode[count->id]) { in i8254_action_read()
132 switch (priv->out_mode[count->id]) { in i8254_count_ceiling_read()
162 switch (priv->out_mode[count->id]) { in i8254_count_mode_read()
192 u8 out_mode; in i8254_count_mode_write() local
197 out_mode = I8254_MODE_INTERRUPT_ON_TERMINAL_COUNT; in i8254_count_mode_write()
200 out_mode = I8254_MODE_HARDWARE_RETRIGGERABLE_ONESHOT; in i8254_count_mode_write()
203 out_mode = I8254_MODE_RATE_GENERATOR; in i8254_count_mode_write()
206 out_mode = I8254_MODE_SQUARE_WAVE_MODE; in i8254_count_mode_write()
209 out_mode = I8254_MODE_SOFTWARE_TRIGGERED_STROBE; in i8254_count_mode_write()
[all …]
/linux/tools/lib/python/kdoc/
H A Dkdoc_output.py73 self.out_mode = self.OUTPUT_ALL
105 self.out_mode = self.OUTPUT_INCLUDE
107 self.out_mode = self.OUTPUT_EXPORTED
109 self.out_mode = self.OUTPUT_INTERNAL
111 self.out_mode = self.OUTPUT_ALL
144 if self.out_mode == self.OUTPUT_ALL:
148 if self.out_mode == self.OUTPUT_INCLUDE:
164 if self.out_mode == self.OUTPUT_ALL:
168 if self.out_mode in [self.OUTPUT_INCLUDE, self.OUTPUT_EXPORTED]:
172 if self.out_mode
[all...]
/linux/drivers/iio/dac/
H A Dad5770r.c189 const struct ad5770r_out_range *out_mode, in ad5770r_set_output_mode() argument
194 regval = AD5770R_RANGE_OUTPUT_SCALING(out_mode->out_scale) | in ad5770r_set_output_mode()
195 AD5770R_RANGE_MODE(out_mode->out_range_mode); in ad5770r_set_output_mode()
/linux/drivers/iio/adc/
H A Dad9467.c1176 unsigned int out_mode; in ad9467_chan_test_mode_write() local
1189 out_mode = st->info->default_output_mode; in ad9467_chan_test_mode_write()
1190 ret = ad9467_outputmode_set(st, out_mode); in ad9467_chan_test_mode_write()
/linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.h126 struct vop_reg out_mode; member
H A Drockchip_drm_vop2.c1629 u8 out_mode; in vop2_crtc_atomic_enable() local
1685 out_mode = ROCKCHIP_OUT_MODE_P888; in vop2_crtc_atomic_enable()
1687 out_mode = vcstate->output_mode; in vop2_crtc_atomic_enable()
1689 dsp_ctrl |= FIELD_PREP(RK3568_VP_DSP_CTRL__OUT_MODE, out_mode); in vop2_crtc_atomic_enable()
H A Drockchip_drm_vop.c1461 VOP_REG_SET(vop, common, out_mode, s->output_mode); in vop_crtc_atomic_enable()
/linux/drivers/video/fbdev/
H A Duvesafb.c1712 goto out_mode; in uvesafb_probe()
1759 out_mode: in uvesafb_probe()