Searched refs:GPIO_PULL_UP (Results 1 – 12 of 12) sorted by relevance
156 return GPIO_PULL_UP; in get_pull()168 GPIO_PULL_UP : GPIO_PULL_DOWN; in get_pull()185 } else if (pull == GPIO_PULL_UP) { in set_pull()206 !!(pull == GPIO_PULL_UP)); in set_pull()
306 } else if (sel == GPIO_PULL_UP) { in mt_set_gpio_pull_select_chip()345 GPIO_PULL_DOWN : GPIO_PULL_UP); in mt_get_gpio_pull_select_chip()354 GPIO_PULL_UP : GPIO_PULL_DOWN); in mt_get_gpio_pull_select_chip()
93 GPIO_PULL_UP = 1, enumerator
19 #define GPIO_PULL_UP ARM_TF_GPIO_PULL_UP macro
44 #define GPIO_PULL_UP 0x01 macro
64 assert((pull == GPIO_PULL_NONE) || (pull == GPIO_PULL_UP) || in gpio_set_pull()
145 case GPIO_PULL_UP: in rpi3_gpio_set_pull()
192 val = GPIO_PULL_UP; in get_pull()222 if (pull == GPIO_PULL_UP) in set_pull()
620 gpio_set_pull(i, GPIO_PULL_UP); in rpi3_sdhost_init()678 gpio_set_pull(i, GPIO_PULL_UP); in rpi3_sdhost_stop()
89 pull = GPIO_PULL_UP; in dt_set_gpio_config()
524 gpio_set_pull(gpio, GPIO_PULL_UP); in gpio_get_state()
1353 [ 0.858172] (6)[1:swapper/0]wmt_gpio:set GPIO_CHIP_WAKE_UP_PIN to GPIO_PULL_UP done!