/kernel/linux/linux-6.6/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...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/ |
H A D | rockchip_vop_reg.c | 154 .out_mode = VOP_REG(RK3036_DSP_CTRL0, 0xf, 0), 221 .out_mode = VOP_REG(PX30_DSP_CTRL2, 0xf, 16), 405 .out_mode = VOP_REG(RK3066_DSP_CTRL0, 0xf, 0), 505 .out_mode = VOP_REG(RK3188_DSP_CTRL0, 0xf, 0), 650 .out_mode = VOP_REG(RK3288_DSP_CTRL0, 0xf, 0), 1010 .out_mode = VOP_REG(RK3328_DSP_CTRL0, 0xf, 0),
|
H A D | rockchip_drm_vop.h | 104 struct vop_reg out_mode; member
|
H A D | rockchip_drm_vop.c | 1376 VOP_REG_SET(vop, common, out_mode, s->output_mode); in vop_crtc_atomic_enable()
|
/kernel/linux/linux-5.10/drivers/iio/dac/ |
H A D | ad5770r.c | 190 const struct ad5770r_out_range *out_mode, in ad5770r_set_output_mode() 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() 189 ad5770r_set_output_mode(struct ad5770r_state *st, const struct ad5770r_out_range *out_mode, int channel) ad5770r_set_output_mode() argument
|
/kernel/linux/linux-6.6/drivers/iio/dac/ |
H A D | ad5770r.c | 190 const struct ad5770r_out_range *out_mode, in ad5770r_set_output_mode() 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() 189 ad5770r_set_output_mode(struct ad5770r_state *st, const struct ad5770r_out_range *out_mode, int channel) ad5770r_set_output_mode() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/ |
H A 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),
|
H A D | rockchip_drm_vop.h | 125 struct vop_reg out_mode; member
|
H A D | rockchip_drm_vop2.c | 406 * so when out_mode is AAAA or P888, assume output is YUV444 on in vop2_output_uv_swap() 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()
|
H A D | rockchip_drm_vop.c | 1444 VOP_REG_SET(vop, common, out_mode, s->output_mode); in vop_crtc_atomic_enable()
|
/kernel/linux/linux-5.10/sound/isa/wss/ |
H A 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()
|
/kernel/linux/linux-6.6/sound/isa/wss/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | uvesafb.c | 1716 goto out_mode; in uvesafb_probe() 1763 out_mode: in uvesafb_probe()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | uvesafb.c | 1715 goto out_mode; in uvesafb_probe() 1762 out_mode: in uvesafb_probe()
|