Searched refs:GPIO_DIR_OUT (Results 1 – 12 of 12) sorted by relevance
/trusted-firmware-a/plat/hisilicon/hikey/ |
A D | hikey_bl_common.c | 75 gpio_set_direction(32, GPIO_DIR_OUT); /* LED1 */ in hikey_gpio_init() 77 gpio_set_direction(33, GPIO_DIR_OUT); /* LED2 */ in hikey_gpio_init() 79 gpio_set_direction(34, GPIO_DIR_OUT); /* LED3 */ in hikey_gpio_init() 80 gpio_set_direction(35, GPIO_DIR_OUT); /* LED4 */ in hikey_gpio_init() 88 gpio_set_direction(0, GPIO_DIR_OUT); in hikey_pmussi_init()
|
/trusted-firmware-a/drivers/arm/pl061/ |
A D | pl061_gpio.c | 59 return GPIO_DIR_OUT; in pl061_get_direction() 72 if (direction == GPIO_DIR_OUT) { in pl061_set_direction()
|
/trusted-firmware-a/drivers/rpi3/gpio/ |
A D | rpi3_gpio.c | 88 return GPIO_DIR_OUT; in rpi3_gpio_get_direction() 99 case GPIO_DIR_OUT: in rpi3_gpio_set_direction()
|
/trusted-firmware-a/plat/qemu/common/ |
A D | qemu_pm.c | 210 gpio_set_direction(SECURE_GPIO_POWEROFF, GPIO_DIR_OUT); in qemu_system_off() 224 gpio_set_direction(SECURE_GPIO_RESET, GPIO_DIR_OUT); in qemu_system_reset()
|
/trusted-firmware-a/include/drivers/ |
A D | gpio.h | 12 #define GPIO_DIR_OUT ARM_TF_GPIO_DIR_OUT macro
|
/trusted-firmware-a/drivers/brcm/ |
A D | iproc_gpio.c | 89 bool dir = (direction == GPIO_DIR_OUT) ? true : false; in set_direction() 106 GPIO_DIR_OUT : GPIO_DIR_IN; in get_direction()
|
/trusted-firmware-a/drivers/gpio/ |
A D | gpio.c | 35 assert((direction == GPIO_DIR_OUT) || (direction == GPIO_DIR_IN)); in gpio_set_direction()
|
/trusted-firmware-a/plat/mediatek/mt8183/drivers/gpio/ |
A D | mtgpio.h | 70 GPIO_DIR_OUT = 0, enumerator
|
A D | mtgpio.c | 61 return (((reg & (1U << bit)) != 0) ? GPIO_DIR_OUT : GPIO_DIR_IN); in mt_get_gpio_dir_chip()
|
/trusted-firmware-a/plat/hisilicon/hikey960/ |
A D | hikey960_pm.c | 122 gpio_set_direction(176, GPIO_DIR_OUT); in hikey960_system_off()
|
A D | hikey960_bl_common.c | 478 gpio_set_direction(89, GPIO_DIR_OUT); in hikey960_gpio_init()
|
/trusted-firmware-a/plat/rockchip/rk3399/drivers/pmu/ |
A D | pmu.c | 1068 gpio_set_direction(suspend_gpio[i].index, GPIO_DIR_OUT); in suspend_gpio() 1084 gpio_set_direction(suspend_gpio[i].index, GPIO_DIR_OUT); in resume_gpio() 1528 gpio_set_direction(rst_gpio->index, GPIO_DIR_OUT); in rockchip_soc_soft_reset() 1553 gpio_set_direction(poweroff_gpio->index, GPIO_DIR_OUT); in rockchip_soc_system_off()
|
Completed in 19 milliseconds