Searched refs:vdv (Results 1 – 3 of 3) sorted by relevance
49 static unsigned vdv = 0x12; /* VCOMH amplitude=VREG1OUT*0.98 */ variable50 module_param(vdv, uint, 0);51 MODULE_PARM_DESC(vdv,106 vdv &= 0x1f; in init_display()137 write_reg(par, 0x0013, vdv << 8); /* Set VDV[4:0] for VCOM amplitude */ in init_display()
170 struct ccc_device *vdv; in ccc_device_init() local173 vdv = lu2ccc_dev(d); in ccc_device_init()174 vdv->cdv_next = lu2cl_dev(next); in ccc_device_init()199 struct ccc_device *vdv; in ccc_device_alloc() local204 vdv = kzalloc(sizeof(*vdv), GFP_NOFS); in ccc_device_alloc()205 if (!vdv) in ccc_device_alloc()208 lud = &vdv->cdv_cl.cd_lu_dev; in ccc_device_alloc()209 cl_device_init(&vdv->cdv_cl, t); in ccc_device_alloc()210 ccc2lu_dev(vdv)->ld_ops = luops; in ccc_device_alloc()211 vdv->cdv_cl.cd_ops = clops; in ccc_device_alloc()[all …]
336 struct lu_device *ccc2lu_dev (struct ccc_device *vdv);