Searched refs:out_mode (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.6/drivers/counter/ |
D | i8254.c | 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 = 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-v6.6/drivers/gpu/drm/rockchip/ |
D | rockchip_vop_reg.c | 169 .out_mode = VOP_REG(RK3036_DSP_CTRL0, 0xf, 0), 241 .out_mode = VOP_REG(PX30_DSP_CTRL2, 0xf, 16), 439 .out_mode = VOP_REG(RK3066_DSP_CTRL0, 0xf, 0), 547 .out_mode = VOP_REG(RK3188_DSP_CTRL0, 0xf, 0), 694 .out_mode = VOP_REG(RK3288_DSP_CTRL0, 0xf, 0), 906 .out_mode = VOP_REG(RK3399_DSP_CTRL0, 0xf, 0), 1087 .out_mode = VOP_REG(RK3328_DSP_CTRL0, 0xf, 0),
|
D | rockchip_drm_vop.h | 125 struct vop_reg out_mode; member
|
D | rockchip_drm_vop2.c | 1530 u8 out_mode; in vop2_crtc_atomic_enable() local 1574 out_mode = ROCKCHIP_OUT_MODE_P888; in vop2_crtc_atomic_enable() 1576 out_mode = vcstate->output_mode; in vop2_crtc_atomic_enable() 1578 dsp_ctrl |= FIELD_PREP(RK3568_VP_DSP_CTRL__OUT_MODE, out_mode); in vop2_crtc_atomic_enable()
|
D | rockchip_drm_vop.c | 1436 VOP_REG_SET(vop, common, out_mode, s->output_mode); in vop_crtc_atomic_enable()
|
/Linux-v6.6/drivers/iio/dac/ |
D | ad5770r.c | 190 const struct ad5770r_out_range *out_mode, in ad5770r_set_output_mode() argument 195 regval = AD5770R_RANGE_OUTPUT_SCALING(out_mode->out_scale) | in ad5770r_set_output_mode() 196 AD5770R_RANGE_MODE(out_mode->out_range_mode); in ad5770r_set_output_mode()
|
/Linux-v6.6/sound/isa/wss/ |
D | wss_lib.c | 1209 goto out_mode; in snd_ad1848_probe() 1218 goto out_mode; in snd_ad1848_probe() 1225 out_mode: in snd_ad1848_probe()
|
/Linux-v6.6/drivers/video/fbdev/ |
D | uvesafb.c | 1715 goto out_mode; in uvesafb_probe() 1762 out_mode: in uvesafb_probe()
|