Searched refs:out_mode (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/counter/ |
H A D | i8254.c | 47 * @out_mode: array of mode configuration states 53 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 in i8254_count_mode_write() [all...] |
/linux/scripts/lib/kdoc/ |
H A D | kdoc_output.py | 68 self.out_mode = self.OUTPUT_ALL 100 self.out_mode = self.OUTPUT_INCLUDE 102 self.out_mode = self.OUTPUT_EXPORTED 104 self.out_mode = self.OUTPUT_INTERNAL 106 self.out_mode = self.OUTPUT_ALL 139 if self.out_mode == self.OUTPUT_ALL: 143 if self.out_mode == self.OUTPUT_INCLUDE: 159 if self.out_mode == self.OUTPUT_ALL: 163 if self.out_mode in [self.OUTPUT_INCLUDE, self.OUTPUT_EXPORTED]: 167 if self.out_mode [all...] |
/linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_vop_reg.c | 189 .out_mode = VOP_REG(RK3036_DSP_CTRL0, 0xf, 0), 272 .out_mode = VOP_REG(PX30_DSP_CTRL2, 0xf, 16), 471 .out_mode = VOP_REG(RK3066_DSP_CTRL0, 0xf, 0), 580 .out_mode = VOP_REG(RK3188_DSP_CTRL0, 0xf, 0), 728 .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(PX30_DSP_CTRL2, 0xf, 16),
|
H A D | rockchip_drm_vop2.c | 319 * so when out_mode is AAAA or P888, assume output is YUV444 on in vop2_output_uv_swap() 1625 u8 out_mode; in vop2_crtc_atomic_enable() local 1681 out_mode = ROCKCHIP_OUT_MODE_P888; in vop2_crtc_atomic_enable() 1683 out_mode = vcstate->output_mode; in vop2_crtc_atomic_enable() 1685 dsp_ctrl |= FIELD_PREP(RK3568_VP_DSP_CTRL__OUT_MODE, out_mode); in vop2_crtc_atomic_enable()
|
/linux/drivers/iio/dac/ |
H A D | ad5770r.c | 189 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/sound/isa/wss/ |
H A D | wss_lib.c | 1212 goto out_mode; in snd_ad1848_probe() 1221 goto out_mode; in snd_ad1848_probe() 1228 out_mode: in snd_ad1848_probe()
|
/linux/drivers/video/fbdev/ |
H A D | uvesafb.c | 1715 goto out_mode; in uvesafb_probe() 1762 out_mode: in uvesafb_probe()
|