Searched defs:hideep_ts (Results 1 – 1 of 1) sorted by relevance
144 struct hideep_ts { struct145 struct i2c_client *client;146 struct input_dev *input_dev;147 struct regmap *reg;149 struct touchscreen_properties prop;151 struct gpio_desc *reset_gpio;153 struct regulator *vcc_vdd;154 struct regulator *vcc_vid;178 static int hideep_pgm_w_mem(struct hideep_ts *ts, u32 addr, in hideep_pgm_w_mem() argument