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

/linux-master/drivers/hid/i2c-hid/
H A Di2c-hid-of-elan.c21 unsigned int post_gpio_reset_on_delay_ms; member in struct:elan_i2c_hid_chip_data
59 if (ihid_elan->chip_data->post_gpio_reset_on_delay_ms)
60 msleep(ihid_elan->chip_data->post_gpio_reset_on_delay_ms);
115 .post_gpio_reset_on_delay_ms = 300,
122 .post_gpio_reset_on_delay_ms = 200,
135 .post_gpio_reset_on_delay_ms = 100,

Completed in 113 milliseconds