Searched refs:S3C2410_GPF (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/arch/arm/mach-s3c24xx/ |
D | common-smdk.c | 53 .gpio = S3C2410_GPF(4), 60 .gpio = S3C2410_GPF(5), 67 .gpio = S3C2410_GPF(6), 73 .gpio = S3C2410_GPF(7), 187 { S3C2410_GPF(4), GPIOF_OUT_INIT_HIGH, NULL }, 188 { S3C2410_GPF(5), GPIOF_OUT_INIT_HIGH, NULL }, 189 { S3C2410_GPF(6), GPIOF_OUT_INIT_HIGH, NULL }, 190 { S3C2410_GPF(7), GPIOF_OUT_INIT_HIGH, NULL },
|
D | mach-n30.c | 97 .gpio = S3C2410_GPF(0), 121 .gpio = S3C2410_GPF(7), 127 .gpio = S3C2410_GPF(6), 133 .gpio = S3C2410_GPF(5), 139 .gpio = S3C2410_GPF(4), 161 .gpio = S3C2410_GPF(0), 199 .gpio = S3C2410_GPF(7), 205 .gpio = S3C2410_GPF(6), 211 .gpio = S3C2410_GPF(5), 217 .gpio = S3C2410_GPF(4), [all …]
|
D | mach-nexcoder.c | 128 gpio_request_one(S3C2410_GPF(1), GPIOF_OUT_INIT_HIGH, NULL); in nexcoder_sensorboard_init() 129 gpio_free(S3C2410_GPF(1)); /* CAM_GPIO7 => nLDO_PWRDN */ in nexcoder_sensorboard_init() 130 gpio_request_one(S3C2410_GPF(2), GPIOF_OUT_INIT_LOW, NULL); in nexcoder_sensorboard_init() 131 gpio_free(S3C2410_GPF(2)); /* CAM_GPIO6 => CAM_PWRDN */ in nexcoder_sensorboard_init()
|
D | pm-s3c2410.c | 83 gpio_request_one(S3C2410_GPF(2), GPIOF_OUT_INIT_HIGH, NULL); in s3c2410_pm_prepare() 84 gpio_free(S3C2410_GPF(2)); in s3c2410_pm_prepare() 111 gpio_request_one(S3C2410_GPF(2), GPIOF_OUT_INIT_LOW, NULL); in s3c2410_pm_resume() 112 gpio_free(S3C2410_GPF(2)); in s3c2410_pm_resume()
|
D | pm.c | 117 for (pin = S3C2410_GPF(0); pin <= S3C2410_GPF(7); pin++) { in s3c_pm_configure_extint() 118 s3c_pm_check_resume_pin(pin, pin - S3C2410_GPF(0)); in s3c_pm_configure_extint()
|
D | gta02.h | 16 #define GTA02_GPIO_AUX_KEY S3C2410_GPF(6) 17 #define GTA02_GPIO_HOLD_KEY S3C2410_GPF(7)
|
D | mach-h1940.c | 228 return gpio_request(S3C2410_GPF(2), "cable plugged"); in power_supply_init() 233 return !gpio_get_value(S3C2410_GPF(2)); in h1940_is_ac_online() 238 gpio_free(S3C2410_GPF(2)); in power_supply_exit() 334 .gpio_charge_finished = S3C2410_GPF(3), 467 .gpio_detect = S3C2410_GPF(5), 605 DECLARE_BUTTON(S3C2410_GPF(0), KEY_POWER, "Power", 1), 606 DECLARE_BUTTON(S3C2410_GPF(6), KEY_ENTER, "Select", 1), 607 DECLARE_BUTTON(S3C2410_GPF(7), KEY_RECORD, "Record", 0),
|
D | mach-rx1950.c | 128 return gpio_request(S3C2410_GPF(2), "cable plugged"); in power_supply_init() 133 return !gpio_get_value(S3C2410_GPF(2)); in rx1950_is_ac_online() 138 gpio_free(S3C2410_GPF(2)); in power_supply_exit() 339 .gpio_charge_finished = S3C2410_GPF(3), 560 .gpio_detect = S3C2410_GPF(5), 625 .gpio = S3C2410_GPF(0), 632 .gpio = S3C2410_GPF(7),
|
D | mach-amlm5900.c | 230 s3c_gpio_cfgpin(S3C2410_GPF(2), S3C2410_GPIO_OUTPUT); in amlm5900_init_pm() 231 s3c_gpio_setpull(S3C2410_GPF(2), S3C_GPIO_PULL_UP); in amlm5900_init_pm()
|
D | mach-smdk2416.c | 131 s3c_gpio_setpull(S3C2410_GPF(2), S3C_GPIO_PULL_NONE); in smdk2416_hsudc_gpio_init() 201 .ext_cd_gpio = S3C2410_GPF(1),
|
D | mach-smdk2413.c | 83 .pullup_pin = S3C2410_GPF(2),
|
/linux-4.4.14/arch/arm/mach-s3c24xx/include/mach/ |
D | gpio-samsung.h | 88 #define S3C2410_GPF(_nr) (S3C2410_GPIO_F_START + (_nr)) macro
|
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/ |
D | GPIO.txt | 97 e.g. S3C2410_GPA(0) or S3C2410_GPF(1). These defines are used to tell
|
/linux-4.4.14/drivers/gpio/ |
D | gpio-samsung.c | 941 .base = S3C2410_GPF(0),
|