Searched defs:hycon_hy46xx_data (Results 1 – 1 of 1) sorted by relevance
49 struct hycon_hy46xx_data { struct50 struct i2c_client *client;51 struct input_dev *input;52 struct touchscreen_properties prop;53 struct regulator *vcc;55 struct gpio_desc *reset_gpio;57 struct mutex mutex;58 struct regmap *regmap;82 static bool hycon_hy46xx_check_checksum(struct hycon_hy46xx_data *tsdata, u8 *buf) in hycon_hy46xx_check_checksum() argument