Searched refs:GPIO_LEVEL_LOW (Results 1 – 15 of 15) sorted by relevance
| /optee_os/core/drivers/regulator/ |
| H A D | regulator_gpio.c | 15 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 D | regulator_fixed.c | 16 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 D | gpio.h | 63 GPIO_LEVEL_LOW, enumerator 142 enum gpio_level value = GPIO_LEVEL_LOW; in gpio_get_value()
|
| /optee_os/core/drivers/amd/ |
| H A D | ps_gpio_driver.c | 48 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 D | gpio.c | 70 enum gpio_level value = GPIO_LEVEL_LOW; in gpio_configure()
|
| /optee_os/core/arch/arm/plat-hikey/ |
| H A D | spi_test.c | 102 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 D | ls_gpio.c | 46 return GPIO_LEVEL_LOW; in ls_gpio_get_value()
|
| H A D | pl061_gpio.c | 96 return GPIO_LEVEL_LOW; in pl061_get_value()
|
| H A D | bcm_gpio.c | 98 return GPIO_LEVEL_LOW; in iproc_gpio_get()
|
| H A D | versal_gpio.c | 158 versal_gpio_set_value(chip, gpio, GPIO_LEVEL_LOW); in versal_gpio_set_direction()
|
| H A D | ls_sfp.c | 190 gc->ops->set_value(gc, pin, GPIO_LEVEL_LOW); in ls_sfp_program_fuses()
|
| H A D | atmel_piobu.c | 108 return GPIO_LEVEL_LOW; in secumod_gpio_get_value()
|
| H A D | pl022_spi.c | 482 pl022_control_cs(chip, GPIO_LEVEL_LOW); in pl022_start()
|
| H A D | stm32_gpio.c | 269 level = GPIO_LEVEL_LOW; in stm32_gpio_get_level()
|
| /optee_os/core/pta/tests/ |
| H A D | dt_driver_test.c | 296 if (gpio_get_value(gpio) != GPIO_LEVEL_LOW) { in probe_test_gpios()
|