Home
last modified time | relevance | path

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

/drivers/video/fbdev/
Dcontrolfb.h49 struct preg vperiod; /* vert period */ member
81 unsigned vperiod; /* vert period */ member
Dcontrolfb.c436 hserr, vperiod, vssync, vesync, veblank, vsblank, vswin, vewin; in control_var_to_par() local
526 vperiod = (var->vsync_len + var->lower_margin + par->yres in control_var_to_par()
528 vssync = vperiod - 2; in control_var_to_par()
529 vesync = (var->vsync_len << 1) - vperiod + vssync; in control_var_to_par()
541 r->regs[6] = vperiod; in control_var_to_par()
619 var->vsync_len = (rv->vperiod - rv->vssync + rv->vesync) >> 1; in control_par_to_var()
/drivers/staging/iio/meter/
Dmeter.h349 IIO_DEVICE_ATTR(vperiod, _mode, _show, _store, _addr)