Searched defs:hideep_ts (Results 1 – 1 of 1) sorted by relevance
145 struct hideep_ts { struct146 struct i2c_client *client;147 struct input_dev *input_dev;148 struct regmap *reg;150 struct touchscreen_properties prop;152 struct gpio_desc *reset_gpio;154 struct regulator *vcc_vdd;155 struct regulator *vcc_vid;179 static int hideep_pgm_w_mem(struct hideep_ts *ts, u32 addr, in hideep_pgm_w_mem() argument