Searched refs:vdv (Results 1 – 3 of 3) sorted by relevance
38 static unsigned int vdv = 0x12; /* VCOMH amplitude=VREG1OUT*0.98 */ variable39 module_param(vdv, uint, 0000);40 MODULE_PARM_DESC(vdv, "Select the factor of VREG1OUT to set the amplitude of Vcom");94 vdv &= 0x1f; in init_display()125 write_reg(par, 0x0013, vdv << 8); /* Set VDV[4:0] for VCOM amplitude */ in init_display()
215 int (*get_vq_irq)(struct vdpa_device *vdv, u16 idx);
1840 static int mlx5_get_vq_irq(struct vdpa_device *vdv, u16 idx) in mlx5_get_vq_irq() argument