Home
last modified time | relevance | path

Searched refs:s5p_gpio_drvstr_t (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/arch/arm/plat-samsung/include/plat/
Dgpio-cfg.h30 typedef unsigned int __bitwise__ s5p_gpio_drvstr_t; typedef
188 #define S5P_GPIO_DRVSTR_LV1 ((__force s5p_gpio_drvstr_t)0x0)
189 #define S5P_GPIO_DRVSTR_LV2 ((__force s5p_gpio_drvstr_t)0x2)
190 #define S5P_GPIO_DRVSTR_LV3 ((__force s5p_gpio_drvstr_t)0x1)
191 #define S5P_GPIO_DRVSTR_LV4 ((__force s5p_gpio_drvstr_t)0x3)
199 extern s5p_gpio_drvstr_t s5p_gpio_get_drvstr(unsigned int pin);
210 extern int s5p_gpio_set_drvstr(unsigned int pin, s5p_gpio_drvstr_t drvstr);
/linux-3.4.99/drivers/gpio/
Dgpio-samsung.c3140 s5p_gpio_drvstr_t s5p_gpio_get_drvstr(unsigned int pin) in s5p_gpio_get_drvstr()
3159 return (__force s5p_gpio_drvstr_t)drvstr; in s5p_gpio_get_drvstr()
3163 int s5p_gpio_set_drvstr(unsigned int pin, s5p_gpio_drvstr_t drvstr) in s5p_gpio_set_drvstr()