Home
last modified time | relevance | path

Searched refs:get_pull (Results 1 – 6 of 6) sorted by relevance

/external/arm-trusted-firmware/drivers/gpio/
Dgpio.c74 assert(ops->get_pull != 0); in gpio_get_pull()
77 return ops->get_pull(gpio); in gpio_get_pull()
/external/arm-trusted-firmware/drivers/brcm/
Diproc_gpio.c143 static int get_pull(int gpio) in get_pull() function
214 .get_pull = get_pull,
/external/arm-trusted-firmware/plat/rockchip/rk3399/drivers/gpio/
Drk3399_gpio.c160 static int get_pull(int gpio) in get_pull() function
415 .get_pull = get_pull,
/external/arm-trusted-firmware/include/drivers/
Dgpio.h28 int (*get_pull)(int gpio); member
/external/arm-trusted-firmware/plat/mediatek/mt8192/drivers/gpio/
Dmtgpio.c334 .get_pull = mt_get_gpio_pull,
/external/arm-trusted-firmware/plat/mediatek/mt8183/drivers/gpio/
Dmtgpio.c438 .get_pull = mt_get_gpio_pull,