Searched refs:ihid_goodix (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/hid/i2c-hid/
H A Di2c-hid-of-goodix.c37 struct i2c_hid_of_goodix *ihid_goodix = local
46 if (ihid_goodix->no_reset_during_suspend)
47 gpiod_set_value_cansleep(ihid_goodix->reset_gpio, 1);
49 ret = regulator_enable(ihid_goodix->vdd);
53 ret = regulator_enable(ihid_goodix->vddio);
57 if (ihid_goodix->timings->post_power_delay_ms)
58 msleep(ihid_goodix->timings->post_power_delay_ms);
60 gpiod_set_value_cansleep(ihid_goodix->reset_gpio, 0);
61 if (ihid_goodix->timings->post_gpio_reset_delay_ms)
62 msleep(ihid_goodix
69 struct i2c_hid_of_goodix *ihid_goodix = local
81 struct i2c_hid_of_goodix *ihid_goodix; local
[all...]

Completed in 173 milliseconds