Searched refs:ihid_elan (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/hid/i2c-hid/
H A Di2c-hid-of-elan.c39 struct i2c_hid_of_elan *ihid_elan = local
43 if (ihid_elan->vcc33) {
44 ret = regulator_enable(ihid_elan->vcc33);
49 ret = regulator_enable(ihid_elan->vccio);
51 regulator_disable(ihid_elan->vcc33);
55 if (ihid_elan->chip_data->post_power_delay_ms)
56 msleep(ihid_elan->chip_data->post_power_delay_ms);
58 gpiod_set_value_cansleep(ihid_elan->reset_gpio, 0);
59 if (ihid_elan->chip_data->post_gpio_reset_on_delay_ms)
60 msleep(ihid_elan
67 struct i2c_hid_of_elan *ihid_elan = local
81 struct i2c_hid_of_elan *ihid_elan; local
[all...]

Completed in 238 milliseconds