Home
last modified time | relevance | path

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

/linux-4.4.14/arch/blackfin/kernel/
Dbfin_gpio.c154 inline int check_gpio(unsigned gpio) in check_gpio() function
184 if (check_gpio(gpio)) in port_setup()
530 if (check_gpio(gpio) < 0) in bfin_gpio_pm_wakeup_ctrl()
675 if (unlikely(!check_gpio(ident) && is_reserved(gpio, ident, 1))) { in peripheral_request()
805 if (check_gpio(gpio) < 0) in bfin_gpio_request()
860 if (check_gpio(gpio) < 0) in bfin_gpio_free()
957 if (check_gpio(gpio) < 0) in bfin_gpio_irq_request()
990 if (check_gpio(gpio) < 0) in bfin_gpio_irq_free()
1114 if (!check_gpio(c) && (gpio || irq)) in gpio_proc_show()
/linux-4.4.14/arch/arm/mach-s3c24xx/
Dmach-rx1950.c257 int blink_gpio, check_gpio; in rx1950_led_blink_set() local
262 check_gpio = S3C2410_GPA(3); in rx1950_led_blink_set()
266 check_gpio = S3C2410_GPA(4); in rx1950_led_blink_set()
281 if (!gpio_get_value(check_gpio)) in rx1950_led_blink_set()