Searched refs:S3C2410_GPF (Results 1 – 13 of 13) sorted by relevance
/linux-6.1.9/arch/arm/mach-s3c/ |
D | mach-n30.c | 100 .gpio = S3C2410_GPF(0), 124 .gpio = S3C2410_GPF(7), 130 .gpio = S3C2410_GPF(6), 136 .gpio = S3C2410_GPF(5), 142 .gpio = S3C2410_GPF(4), 164 .gpio = S3C2410_GPF(0), 202 .gpio = S3C2410_GPF(7), 208 .gpio = S3C2410_GPF(6), 214 .gpio = S3C2410_GPF(5), 220 .gpio = S3C2410_GPF(4), [all …]
|
D | mach-nexcoder.c | 122 gpio_request_one(S3C2410_GPF(1), GPIOF_OUT_INIT_HIGH, NULL); in nexcoder_sensorboard_init() 123 gpio_free(S3C2410_GPF(1)); /* CAM_GPIO7 => nLDO_PWRDN */ in nexcoder_sensorboard_init() 124 gpio_request_one(S3C2410_GPF(2), GPIOF_OUT_INIT_LOW, NULL); in nexcoder_sensorboard_init() 125 gpio_free(S3C2410_GPF(2)); /* CAM_GPIO6 => CAM_PWRDN */ in nexcoder_sensorboard_init()
|
D | pm-s3c2410.c | 67 gpio_request_one(S3C2410_GPF(2), GPIOF_OUT_INIT_HIGH, NULL); in s3c2410_pm_prepare() 68 gpio_free(S3C2410_GPF(2)); in s3c2410_pm_prepare() 95 gpio_request_one(S3C2410_GPF(2), GPIOF_OUT_INIT_LOW, NULL); in s3c2410_pm_resume() 96 gpio_free(S3C2410_GPF(2)); in s3c2410_pm_resume()
|
D | common-smdk-s3c24xx.c | 214 s3c_gpio_setpull(S3C2410_GPF(4), S3C_GPIO_PULL_NONE); in smdk_machine_init() 215 s3c_gpio_setpull(S3C2410_GPF(5), S3C_GPIO_PULL_NONE); in smdk_machine_init() 216 s3c_gpio_setpull(S3C2410_GPF(6), S3C_GPIO_PULL_NONE); in smdk_machine_init() 217 s3c_gpio_setpull(S3C2410_GPF(7), S3C_GPIO_PULL_NONE); in smdk_machine_init()
|
D | pm-s3c24xx.c | 102 for (pin = S3C2410_GPF(0); pin <= S3C2410_GPF(7); pin++) { in s3c_pm_configure_extint() 103 s3c_pm_check_resume_pin(pin, pin - S3C2410_GPF(0)); in s3c_pm_configure_extint()
|
D | gta02.h | 13 #define GTA02_GPIO_AUX_KEY S3C2410_GPF(6) 14 #define GTA02_GPIO_HOLD_KEY S3C2410_GPF(7)
|
D | mach-h1940.c | 233 return gpio_request(S3C2410_GPF(2), "cable plugged"); in power_supply_init() 238 return !gpio_get_value(S3C2410_GPF(2)); in h1940_is_ac_online() 243 gpio_free(S3C2410_GPF(2)); in power_supply_exit() 650 DECLARE_BUTTON(S3C2410_GPF(0), KEY_POWER, "Power", 1), 651 DECLARE_BUTTON(S3C2410_GPF(6), KEY_ENTER, "Select", 1), 652 DECLARE_BUTTON(S3C2410_GPF(7), KEY_RECORD, "Record", 0),
|
D | mach-amlm5900.c | 225 s3c_gpio_cfgpin(S3C2410_GPF(2), S3C2410_GPIO_OUTPUT); in amlm5900_init_pm() 226 s3c_gpio_setpull(S3C2410_GPF(2), S3C_GPIO_PULL_UP); in amlm5900_init_pm()
|
D | mach-rx1950.c | 123 return gpio_request(S3C2410_GPF(2), "cable plugged"); in power_supply_init() 128 return !gpio_get_value(S3C2410_GPF(2)); in rx1950_is_ac_online() 133 gpio_free(S3C2410_GPF(2)); in power_supply_exit() 666 .gpio = S3C2410_GPF(0), 673 .gpio = S3C2410_GPF(7),
|
D | mach-smdk2416.c | 113 s3c_gpio_setpull(S3C2410_GPF(2), S3C_GPIO_PULL_NONE); in smdk2416_hsudc_gpio_init() 183 .ext_cd_gpio = S3C2410_GPF(1),
|
D | gpio-samsung-s3c24xx.h | 87 #define S3C2410_GPF(_nr) (S3C2410_GPIO_F_START + (_nr)) macro
|
D | gpio-samsung.c | 939 .base = S3C2410_GPF(0),
|
/linux-6.1.9/Documentation/arm/samsung-s3c24xx/ |
D | gpio.rst | 98 e.g. S3C2410_GPA(0) or S3C2410_GPF(1). These defines are used to tell
|