Home
last modified time | relevance | path

Searched refs:set_pull (Results 1 – 7 of 7) sorted by relevance

/trusted-firmware-a-latest/drivers/gpio/
Dgpio.c63 assert(ops->set_pull != 0); in gpio_set_pull()
68 ops->set_pull(gpio, pull); in gpio_set_pull()
/trusted-firmware-a-latest/drivers/brcm/
Diproc_gpio.c171 static void set_pull(int gpio, int pull) in set_pull() function
215 .set_pull = set_pull,
/trusted-firmware-a-latest/include/drivers/
Dgpio.h28 void (*set_pull)(int gpio, int pull); member
/trusted-firmware-a-latest/plat/rockchip/rk3399/drivers/gpio/
Drk3399_gpio.c197 static void set_pull(int gpio, int pull) in set_pull() function
393 .set_pull = set_pull,
/trusted-firmware-a-latest/drivers/rpi3/gpio/
Drpi3_gpio.c28 .set_pull = rpi3_gpio_set_pull,
/trusted-firmware-a-latest/plat/mediatek/drivers/gpio/
Dmtgpio_common.c292 .set_pull = mt_set_gpio_pull,
/trusted-firmware-a-latest/plat/mediatek/mt8183/drivers/gpio/
Dmtgpio.c437 .set_pull = mt_set_gpio_pull,