Searched refs:GPIO_PULL_NONE (Results 1 – 8 of 8) sorted by relevance
160 return GPIO_PULL_NONE; in get_pull()165 return GPIO_PULL_NONE; in get_pull()183 if (pull == GPIO_PULL_NONE) { in set_pull()198 if (pull == GPIO_PULL_NONE) { in set_pull()
298 if (sel == GPIO_PULL_NONE) { in mt_set_gpio_pull_select_chip()347 return GPIO_PULL_NONE; in mt_get_gpio_pull_select_chip()356 return GPIO_PULL_NONE; in mt_get_gpio_pull_select_chip()
92 GPIO_PULL_NONE = 0, enumerator
18 #define GPIO_PULL_NONE ARM_TF_GPIO_PULL_NONE macro
64 assert((pull == GPIO_PULL_NONE) || (pull == GPIO_PULL_UP) || in gpio_set_pull()
535 if (gpio_get_pull(gpio) != GPIO_PULL_NONE) in gpio_get_state()536 gpio_set_pull(gpio, GPIO_PULL_NONE); in gpio_get_state()
142 case GPIO_PULL_NONE: in rpi3_gpio_set_pull()
618 gpio_set_pull(48, GPIO_PULL_NONE); in rpi3_sdhost_init()