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