Home
last modified time | relevance | path

Searched refs:ts_chip_hw_info (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/elan/
H A Delan_ts.h61 struct ts_chip_hw_info { struct
157 struct ts_chip_hw_info hw_info; /*elan touch need gpio*/
332 extern void elan_ts_hw_reset(struct ts_chip_hw_info *hw_info);
H A Delan_ts.c51 void elan_ts_hw_reset(struct ts_chip_hw_info *hw_info) in elan_ts_hw_reset()
1683 static int elan_ts_gpio_initial(struct ts_chip_hw_info *hw_info) in elan_ts_gpio_initial()
1732 struct ts_chip_hw_info *chip_hw_info) in elan_parse_dt()
1829 struct ts_chip_hw_info *hw_info; in elan_ts_hw_initial()
1833 hw_info = devm_kzalloc(&client->dev,sizeof(struct ts_chip_hw_info), GFP_KERNEL); in elan_ts_hw_initial()