Home
last modified time | relevance | path

Searched refs:GPIO_LEVEL_LOW (Results 1 – 15 of 15) sorted by relevance

/optee_os/core/drivers/regulator/
H A Dregulator_gpio.c15 static_assert(GPIO_LEVEL_HIGH == 1 && GPIO_LEVEL_LOW == 0);
53 gpio_set_value(regu->enable_gpio, GPIO_LEVEL_LOW); in regulator_gpio_set_state()
77 enum gpio_level value = GPIO_LEVEL_LOW; in regulator_gpio_set_voltage()
80 value = GPIO_LEVEL_LOW; in regulator_gpio_set_voltage()
H A Dregulator_fixed.c16 static_assert(GPIO_LEVEL_HIGH == 1 && GPIO_LEVEL_LOW == 0);
51 gpio_set_value(regu->enable_gpio, GPIO_LEVEL_LOW); in fixed_set_state()
/optee_os/core/include/drivers/
H A Dgpio.h63 GPIO_LEVEL_LOW, enumerator
142 enum gpio_level value = GPIO_LEVEL_LOW; in gpio_get_value()
/optee_os/core/drivers/amd/
H A Dps_gpio_driver.c48 return GPIO_LEVEL_LOW; in ps_gpio_get_value()
118 ps_gpio_set_value(chip, gpio_pin, GPIO_LEVEL_LOW); in ps_gpio_set_dir()
/optee_os/core/drivers/gpio/
H A Dgpio.c70 enum gpio_level value = GPIO_LEVEL_LOW; in gpio_configure()
/optee_os/core/arch/arm/plat-hikey/
H A Dspi_test.c102 spi_cs_callback(GPIO_LEVEL_LOW); in spi_test_with_manual_cs_control()
123 spi_cs_callback(GPIO_LEVEL_LOW); in spi_test_with_manual_cs_control()
/optee_os/core/drivers/
H A Dls_gpio.c46 return GPIO_LEVEL_LOW; in ls_gpio_get_value()
H A Dpl061_gpio.c96 return GPIO_LEVEL_LOW; in pl061_get_value()
H A Dbcm_gpio.c98 return GPIO_LEVEL_LOW; in iproc_gpio_get()
H A Dversal_gpio.c158 versal_gpio_set_value(chip, gpio, GPIO_LEVEL_LOW); in versal_gpio_set_direction()
H A Dls_sfp.c190 gc->ops->set_value(gc, pin, GPIO_LEVEL_LOW); in ls_sfp_program_fuses()
H A Datmel_piobu.c108 return GPIO_LEVEL_LOW; in secumod_gpio_get_value()
H A Dpl022_spi.c482 pl022_control_cs(chip, GPIO_LEVEL_LOW); in pl022_start()
H A Dstm32_gpio.c269 level = GPIO_LEVEL_LOW; in stm32_gpio_get_level()
/optee_os/core/pta/tests/
H A Ddt_driver_test.c296 if (gpio_get_value(gpio) != GPIO_LEVEL_LOW) { in probe_test_gpios()