Home
last modified time | relevance | path

Searched refs:out_mode (Results 1 – 5 of 5) 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 == self.OUTPUT_INTERNAL:
[all …]
/linux/drivers/gpu/drm/rockchip/
H A Drockchip_vop_reg.c188 .out_mode = VOP_REG(RK3036_DSP_CTRL0, 0xf, 0),
271 .out_mode = VOP_REG(PX30_DSP_CTRL2, 0xf, 16),
470 .out_mode = VOP_REG(RK3066_DSP_CTRL0, 0xf, 0),
579 .out_mode = VOP_REG(RK3188_DSP_CTRL0, 0xf, 0),
727 .out_mode = VOP_REG(RK3288_DSP_CTRL0, 0xf, 0),
940 .out_mode = VOP_REG(RK3399_DSP_CTRL0, 0xf, 0),
1146 .out_mode = VOP_REG(RK3328_DSP_CTRL0, 0xf, 0),
1184 .out_mode = VOP_REG(RK3506_DSP_CTRL2, 0xf, 16),
1239 .out_mode = VOP_REG(PX30_DSP_CTRL2, 0xf, 16),
H A Drockchip_drm_vop.h126 struct vop_reg out_mode; member
/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()