Searched refs:vsa (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/hwmon/pmbus/
H A Dmax16601.c52 struct i2c_client *vsa; member in struct:max16601_data
65 return i2c_smbus_read_byte_data(data->vsa, reg);
124 ret = i2c_smbus_read_word_data(data->vsa,
142 return i2c_smbus_read_word_data(data->vsa, reg);
158 return i2c_smbus_write_byte(data->vsa, reg);
185 return i2c_smbus_write_word_data(data->vsa, reg, value);
262 i2c_unregister_device(data->vsa);
342 data->vsa = i2c_new_dummy_device(client->adapter, client->addr + 1);
343 if (IS_ERR(data->vsa)) {
345 return PTR_ERR(data->vsa);
[all...]
/linux-master/drivers/tty/vt/
H A Dvt_ioctl.c593 struct vt_setactivate vsa; local
597 if (copy_from_user(&vsa, sa, sizeof(vsa)))
599 if (vsa.console == 0 || vsa.console > MAX_NR_CONSOLES)
602 vsa.console--;
603 vsa.console = array_index_nospec(vsa.console, MAX_NR_CONSOLES);
605 ret = vc_allocate(vsa.console);
615 nvc = vc_cons[vsa
[all...]
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.h203 u16 vsa; member in struct:omap_dss_dsi_videomode_timings
H A Ddsi.c2890 int vsa = dsi->vm_timings.vsa; local
2912 vsa, vm->vactive);
2923 r = FLD_MOD(r, vsa, 23, 16); /* VSA */
3889 dsi_vm->vsa = req_vm->vsync_len;
/linux-master/drivers/gpu/drm/bridge/synopsys/
H A Ddw-mipi-dsi.c381 * largest packet sizes during hfp or during vsa/vpb/vfp
830 u32 vactive, vsa, vfp, vbp; local
833 vsa = mode->vsync_end - mode->vsync_start;
838 dsi_write(dsi, DSI_VID_VSA_LINES, vsa);
/linux-master/include/video/
H A Domapfb_dss.h217 u16 vsa; member in struct:omap_dss_dsi_videomode_timings
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c3698 int vsa = dsi->vm_timings.vsa; local
3720 vsa, timings->y_res);
3731 r = FLD_MOD(r, vsa, 23, 16); /* VSA */
4627 dsi_vm->vsa = req_vm->vsw;

Completed in 191 milliseconds