Home
last modified time | relevance | path

Searched refs:gpio_assert_to_enable (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/include/linux/
Di2c-of-prober.h118 bool gpio_assert_to_enable; member
/linux-6.14.4/drivers/i2c/
Di2c-core-of-prober.c290 ret = gpiod_direction_output(ctx->gpiod, ctx->opts->gpio_assert_to_enable); in i2c_of_probe_simple_set_gpio()
302 gpiod_set_value(ctx->gpiod, !ctx->opts->gpio_assert_to_enable); in i2c_of_probe_simple_disable_gpio()