Home
last modified time | relevance | path

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

/linux/include/linux/
H A Di2c-of-prober.h117 unsigned int post_gpio_config_delay_ms; member
/linux/drivers/i2c/
H A Di2c-core-of-prober.c294 if (ctx->opts->post_gpio_config_delay_ms) in i2c_of_probe_simple_set_gpio()
295 msleep(ctx->opts->post_gpio_config_delay_ms); in i2c_of_probe_simple_set_gpio()
/linux/drivers/platform/chrome/
H A Dchromeos_of_hw_prober.c87 .post_gpio_config_delay_ms = 300,