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.c1023 ts->reset_controller_at_probe = true; in goodix_get_gpio_config()
1180 if (!ts->reset_controller_at_probe && in goodix_configure_dev()
1184 ts->reset_controller_at_probe = true; in goodix_configure_dev()
1358 if (ts->reset_controller_at_probe) { in goodix_ts_probe()
1367 if (!ts->reset_controller_at_probe && in goodix_ts_probe()
1370 ts->reset_controller_at_probe = true; in goodix_ts_probe()
H A Dgoodix.h94 bool reset_controller_at_probe; member