Searched refs:S3C_GPIO_END (Results 1 – 8 of 8) sorted by relevance
132 gpio_set_value(S3C_GPIO_END + 9, 1); in h1940_spk_power()134 gpio_set_value(S3C_GPIO_END + 9, 0); in h1940_spk_power()218 ret = gpio_request(S3C_GPIO_END + 9, "speaker-power"); in h1940_init()222 ret = gpio_direction_output(S3C_GPIO_END + 9, 0); in h1940_init()243 gpio_free(S3C_GPIO_END + 9); in h1940_init()252 gpio_free(S3C_GPIO_END + 9); in h1940_exit()
103 extern struct samsung_gpio_chip *s3c_gpios[S3C_GPIO_END];107 return (chip < S3C_GPIO_END) ? s3c_gpios[chip] : NULL; in samsung_gpiolib_getchip()118 if (pin > S3C_GPIO_END) in samsung_gpiolib_getchip()
97 #define S3C_GPIO_END (S3C2410_GPJ(0) + 32) macro99 #define S3C_GPIO_END (S3C2410_GPM(0) + 32) macro101 #define S3C_GPIO_END (S3C2410_GPH(0) + 32) macro
31 #define H1940_LATCH_GPIO(x) (S3C_GPIO_END + (x))
74 #define H1940_LATCH_BIT(x) (1 << ((x) + 16 - S3C_GPIO_END))
334 for (gpio_nr = 0; gpio_nr < S3C_GPIO_END;) { in samsung_pm_save_gpios()374 for (gpio_nr = 0; gpio_nr < S3C_GPIO_END;) { in samsung_pm_restore_gpios()
88 #define S3C_GPIO_END S3C64XX_GPIO_END macro
701 struct samsung_gpio_chip *s3c_gpios[S3C_GPIO_END];769 if (chip->chip.base >= S3C_GPIO_END) in s3c24xx_gpiolib_add_chips()