Home
last modified time | relevance | path

Searched refs:post_power_delay_ms (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/hid/i2c-hid/
H A Di2c-hid-of-elan.c23 unsigned int post_power_delay_ms; member
56 if (ihid_elan->chip_data->post_power_delay_ms) in elan_i2c_hid_power_up()
57 msleep(ihid_elan->chip_data->post_power_delay_ms); in elan_i2c_hid_power_up()
149 .post_power_delay_ms = 1,
156 .post_power_delay_ms = 1,
H A Di2c-hid-of-goodix.c22 unsigned int post_power_delay_ms; member
57 if (ihid_goodix->timings->post_power_delay_ms) in goodix_i2c_hid_power_up()
58 msleep(ihid_goodix->timings->post_power_delay_ms); in goodix_i2c_hid_power_up()
114 .post_power_delay_ms = 10,
H A Di2c-hid-of.c41 int post_power_delay_ms; member
58 if (ihid_of->post_power_delay_ms) in i2c_hid_of_power_up()
59 msleep(ihid_of->post_power_delay_ms); in i2c_hid_of_power_up()
106 ihid_of->post_power_delay_ms = val; in i2c_hid_of_probe()