Home
last modified time | relevance | path

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

/linux-6.15/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()
/linux-6.15/drivers/gpio/
H A Dgpio-sim.c80 goto set_pull; in gpio_sim_apply_pull()
99 goto set_pull; in gpio_sim_apply_pull()
109 set_pull: in gpio_sim_apply_pull()