Searched refs:out_mode (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/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-6.12.1/drivers/gpu/drm/rockchip/ |
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),
|
D | rockchip_drm_vop.h | 126 struct vop_reg out_mode; member
|
D | rockchip_drm_vop2.c | 1941 u8 out_mode; in vop2_crtc_atomic_enable() local 1997 out_mode = ROCKCHIP_OUT_MODE_P888; in vop2_crtc_atomic_enable() 1999 out_mode = vcstate->output_mode; in vop2_crtc_atomic_enable() 2001 dsp_ctrl |= FIELD_PREP(RK3568_VP_DSP_CTRL__OUT_MODE, out_mode); in vop2_crtc_atomic_enable()
|
D | rockchip_drm_vop.c | 1461 VOP_REG_SET(vop, common, out_mode, s->output_mode); in vop_crtc_atomic_enable()
|
/linux-6.12.1/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-6.12.1/drivers/iio/adc/ |
D | ad9467.c | 1050 unsigned int out_mode; in ad9467_chan_test_mode_write() local 1063 out_mode = st->info->default_output_mode | AN877_ADC_OUTPUT_MODE_TWOS_COMPLEMENT; in ad9467_chan_test_mode_write() 1064 ret = ad9467_outputmode_set(st, out_mode); in ad9467_chan_test_mode_write()
|
/linux-6.12.1/sound/isa/wss/ |
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-6.12.1/drivers/video/fbdev/ |
D | uvesafb.c | 1715 goto out_mode; in uvesafb_probe() 1762 out_mode: in uvesafb_probe()
|