• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-samsung/include/plat/

Lines Matching defs:chip

27 static inline int s3c_gpio_do_setcfg(struct s3c_gpio_chip *chip,
30 return (chip->config->set_config)(chip, off, config);
33 static inline unsigned s3c_gpio_do_getcfg(struct s3c_gpio_chip *chip,
36 return (chip->config->get_config)(chip, off);
39 static inline int s3c_gpio_do_setpull(struct s3c_gpio_chip *chip,
42 return (chip->config->set_pull)(chip, off, pull);
47 * @chip: The gpio chip that is being configured.
58 extern int s3c_gpio_setcfg_s3c24xx(struct s3c_gpio_chip *chip,
63 * @chip: The gpio chip that is being configured.
70 unsigned int s3c_gpio_getcfg_s3c24xx(struct s3c_gpio_chip *chip,
75 * @chip: The gpio chip that is being configured.
83 extern int s3c_gpio_setcfg_s3c24xx_a(struct s3c_gpio_chip *chip,
89 * @chip: The gpio chip that is being configured.
98 extern unsigned s3c_gpio_getcfg_s3c24xx_a(struct s3c_gpio_chip *chip,
103 * @chip: The gpio chip that is being configured.
117 extern int s3c_gpio_setcfg_s3c64xx_4bit(struct s3c_gpio_chip *chip,
123 * @chip: The gpio chip that is being configured.
132 extern unsigned s3c_gpio_getcfg_s3c64xx_4bit(struct s3c_gpio_chip *chip,
145 * @chip: The gpio chip that is being configured.
152 extern int s3c_gpio_setpull_1up(struct s3c_gpio_chip *chip,
157 * @chip: The gpio chip that is being configured
164 extern int s3c_gpio_setpull_1down(struct s3c_gpio_chip *chip,
169 * @chip: The gpio chip that is being configured.
180 extern int s3c_gpio_setpull_updown(struct s3c_gpio_chip *chip,
186 * @chip: The gpio chip that the GPIO pin belongs to
192 extern s3c_gpio_pull_t s3c_gpio_getpull_updown(struct s3c_gpio_chip *chip,
197 * @chip: The gpio chip that the GPIO pin belongs to
203 extern s3c_gpio_pull_t s3c_gpio_getpull_1up(struct s3c_gpio_chip *chip,
208 * @chip: The gpio chip that is being configured.
219 extern int s3c_gpio_setpull_s3c2443(struct s3c_gpio_chip *chip,
224 * @chip: The gpio chip that the GPIO pin belongs to.
230 extern s3c_gpio_pull_t s3c_gpio_getpull_s3c24xx(struct s3c_gpio_chip *chip,