Lines Matching full:vcom
74 u8 vcom;
114 static inline void sharp_memory_set_tx_buffer_mode(u8 *buffer, u8 mode, u8 vcom)
116 *buffer = mode | (vcom << 1);
156 u8 vcom = smd->vcom;
164 SHARP_MEMORY_DISPLAY_UPDATE_MODE, vcom);
178 u8 vcom = smd->vcom;
183 sharp_memory_set_tx_buffer_mode(&tx_buffer[0], SHARP_MEMORY_DISPLAY_MAINTAIN_MODE, vcom);
195 u8 vcom = smd->vcom;
200 sharp_memory_set_tx_buffer_mode(&tx_buffer[0], SHARP_MEMORY_DISPLAY_CLEAR_MODE, vcom);
311 smd->vcom ^= 1; /* Toggle vcom */
574 * VCOM is a signal that prevents DC bias from being built up in
582 * toggling the vcom bit on and off with each message
591 if (device_property_read_string(dev, "sharp,vcom-mode", &vcom_mode_str))
593 "Unable to find sharp,vcom-mode node in device tree\n");
609 return dev_err_probe(dev, -EINVAL, "Invalid value set for vcom-mode\n");