Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A Dgoodix.c1022 ts->reset_controller_at_probe = true; in goodix_get_gpio_config()
1179 if (!ts->reset_controller_at_probe && in goodix_configure_dev()
1183 ts->reset_controller_at_probe = true; in goodix_configure_dev()
1345 if (ts->reset_controller_at_probe) { in goodix_ts_probe()
1354 if (!ts->reset_controller_at_probe && in goodix_ts_probe()
1357 ts->reset_controller_at_probe = true; in goodix_ts_probe()
H A Dgoodix.h95 bool reset_controller_at_probe; member