Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-s3c/
H A Dgpio-cfg-helpers.h32 return (chip->config->set_pull)(chip, off, pull); in samsung_gpio_do_setpull()
H A Dgpio-cfg.h53 int (*set_pull)(struct samsung_gpio_chip *chip, unsigned offs, member
H A Dgpio-samsung.c192 if (!chipcfg->set_pull) in samsung_gpiolib_set_cfg()
193 chipcfg->set_pull = samsung_gpio_setpull_updown; in samsung_gpiolib_set_cfg()
/openbmc/linux/drivers/gpio/
H A Dgpio-sim.c78 goto set_pull; in gpio_sim_apply_pull()
97 goto set_pull; in gpio_sim_apply_pull()
107 set_pull: in gpio_sim_apply_pull()