Home
last modified time | relevance | path

Searched refs:gpio_fatal (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/arm/mach-pxa/
H A Dspitz_pm.c180 return gpio_get_value(sharpsl_pm.machinfo->gpio_fatal); in spitzpm_read_devdata()
198 .gpio_fatal = SPITZ_GPIO_FATAL_BAT,
H A Dsharpsl_pm.h17 int gpio_fatal; member
H A Dsharpsl_pm.c860 if (sharpsl_pm.machinfo->gpio_fatal) { in sharpsl_pm_probe()
861 irq = gpio_to_irq(sharpsl_pm.machinfo->gpio_fatal); in sharpsl_pm_probe()
903 if (sharpsl_pm.machinfo->gpio_fatal) in sharpsl_pm_remove()
904 free_irq(gpio_to_irq(sharpsl_pm.machinfo->gpio_fatal), sharpsl_fatal_isr); in sharpsl_pm_remove()