Searched refs:get_pull (Results 1 – 3 of 3) sorted by relevance
73 assert(ops->get_pull != 0); in gpio_get_pull()76 return ops->get_pull(gpio); in gpio_get_pull()
26 int (*get_pull)(int gpio); member
156 static int get_pull(int gpio) in get_pull() function411 .get_pull = get_pull,