Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/fbtft/
Dfb_ili9325.c54 static unsigned vdv = 0x12; /* VCOMH amplitude=VREG1OUT*0.98 */ variable
55 module_param(vdv, uint, 0);
56 MODULE_PARM_DESC(vdv,
114 vdv &= 0x1f; in init_display()
145 write_reg(par, 0x0013, vdv << 8); /* Set VDV[4:0] for VCOM amplitude */ in init_display()
/linux-4.1.27/drivers/staging/lustre/lustre/lclient/
Dlcommon_cl.c171 struct ccc_device *vdv; in ccc_device_init() local
174 vdv = lu2ccc_dev(d); in ccc_device_init()
175 vdv->cdv_next = lu2cl_dev(next); in ccc_device_init()
200 struct ccc_device *vdv; in ccc_device_alloc() local
205 OBD_ALLOC_PTR(vdv); in ccc_device_alloc()
206 if (vdv == NULL) in ccc_device_alloc()
209 lud = &vdv->cdv_cl.cd_lu_dev; in ccc_device_alloc()
210 cl_device_init(&vdv->cdv_cl, t); in ccc_device_alloc()
211 ccc2lu_dev(vdv)->ld_ops = luops; in ccc_device_alloc()
212 vdv->cdv_cl.cd_ops = clops; in ccc_device_alloc()
[all …]
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlclient.h360 struct lu_device *ccc2lu_dev (struct ccc_device *vdv);