Home
last modified time | relevance | path

Searched refs:vdv (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/staging/fbtft/
Dfb_ili9325.c38 static unsigned int vdv = 0x12; /* VCOMH amplitude=VREG1OUT*0.98 */ variable
39 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()
/Linux-v5.10/include/linux/
Dvdpa.h215 int (*get_vq_irq)(struct vdpa_device *vdv, u16 idx);
/Linux-v5.10/drivers/vdpa/mlx5/net/
Dmlx5_vnet.c1840 static int mlx5_get_vq_irq(struct vdpa_device *vdv, u16 idx) in mlx5_get_vq_irq() argument