get_pull           73 arch/arm/mach-s3c24xx/s3c2410.c 	s3c24xx_gpiocfg_default.get_pull = s3c24xx_gpio_getpull_1up;
get_pull          111 arch/arm/mach-s3c24xx/s3c2416.c 	s3c24xx_gpiocfg_default.get_pull = samsung_gpio_getpull_updown;
get_pull           71 arch/arm/mach-s3c24xx/s3c2440.c 	s3c24xx_gpiocfg_default.get_pull = s3c24xx_gpio_getpull_1up;
get_pull           62 arch/arm/mach-s3c24xx/s3c2442.c 	s3c24xx_gpiocfg_default.get_pull = s3c24xx_gpio_getpull_1down;
get_pull           91 arch/arm/mach-s3c24xx/s3c2443.c 	s3c24xx_gpiocfg_default.get_pull = s3c2443_gpio_getpull;
get_pull          365 arch/arm/plat-samsung/gpio-samsung.c 		if (!chipcfg->get_pull)
get_pull          366 arch/arm/plat-samsung/gpio-samsung.c 			chipcfg->get_pull = samsung_gpio_getpull_updown;
get_pull           44 arch/arm/plat-samsung/include/plat/gpio-cfg-helpers.h 	return chip->config->get_pull(chip, off);
get_pull           52 arch/arm/plat-samsung/include/plat/gpio-cfg.h 	samsung_gpio_pull_t	(*get_pull)(struct samsung_gpio_chip *chip, unsigned offs);