Searched refs:S3C64XX_GPL (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/arch/arm/mach-s3c64xx/ |
D | mach-smartq.c | 79 gpio_set_value(S3C64XX_GPL(0), to); in smartq_usb_host_powercontrol() 80 gpio_set_value(S3C64XX_GPL(1), to); in smartq_usb_host_powercontrol() 88 if (gpio_get_value(S3C64XX_GPL(10)) == 0) { in smartq_usb_host_ocirq() 108 ret = request_irq(gpio_to_irq(S3C64XX_GPL(10)), in smartq_usb_host_enableoc() 115 free_irq(gpio_to_irq(S3C64XX_GPL(10)), info); in smartq_usb_host_enableoc() 132 .gpio_vbus = S3C64XX_GPL(9), 303 ret = gpio_request(S3C64XX_GPL(0), "USB power control"); in smartq_usb_host_init() 309 ret = gpio_request(S3C64XX_GPL(1), "USB host power control"); in smartq_usb_host_init() 317 ret = gpio_request(S3C64XX_GPL(10), "USB host overcurrent"); in smartq_usb_host_init() 325 gpio_direction_output(S3C64XX_GPL(0), 0); in smartq_usb_host_init() [all …]
|
D | mach-crag6410.c | 213 .gpio = S3C64XX_GPL(10), /* EINT 18 */ 705 [WM1250_EV1_GPIO_CLK_SEL0] = S3C64XX_GPL(12), 706 [WM1250_EV1_GPIO_CLK_SEL1] = S3C64XX_GPL(13), 707 [WM1250_EV1_GPIO_OSR] = S3C64XX_GPL(14), 708 [WM1250_EV1_GPIO_MASTER] = S3C64XX_GPL(8),
|
D | setup-keypad.c | 24 s3c_gpio_cfgrange_nopull(S3C64XX_GPL(0), cols, S3C_GPIO_SFN(3)); in samsung_keypad_cfg_gpio()
|
D | setup-ide.c | 39 s3c_gpio_cfgpin_range(S3C64XX_GPL(0), 3, S3C_GPIO_SFN(6)); in s3c64xx_ide_setup_gpio()
|
D | mach-smartq5.c | 64 .gpio = S3C64XX_GPL(14),
|
D | mach-smartq7.c | 64 .gpio = S3C64XX_GPL(14),
|
D | common.c | 346 pin = S3C64XX_GPL(offs + 8 - 16); in s3c_irq_eint_set_type()
|
/linux-4.1.27/arch/arm/mach-s3c64xx/include/mach/ |
D | gpio-samsung.h | 79 #define S3C64XX_GPL(_nr) (S3C64XX_GPIO_L_START + (_nr)) macro
|
/linux-4.1.27/sound/soc/samsung/ |
D | smartq_wm8987.c | 99 .gpio = S3C64XX_GPL(12),
|
/linux-4.1.27/drivers/gpio/ |
D | gpio-samsung.c | 1101 .base = S3C64XX_GPL(0),
|