Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm/mach-pxa/
A Dspitz_pm.c179 return gpio_get_value(sharpsl_pm.machinfo->gpio_fatal); in spitzpm_read_devdata()
197 .gpio_fatal = SPITZ_GPIO_FATAL_BAT,
A Dsharpsl_pm.h17 int gpio_fatal; member
A Dsharpsl_pm.c862 if (sharpsl_pm.machinfo->gpio_fatal) { in sharpsl_pm_probe()
863 irq = gpio_to_irq(sharpsl_pm.machinfo->gpio_fatal); in sharpsl_pm_probe()
905 if (sharpsl_pm.machinfo->gpio_fatal) in sharpsl_pm_remove()
906 free_irq(gpio_to_irq(sharpsl_pm.machinfo->gpio_fatal), sharpsl_fatal_isr); in sharpsl_pm_remove()

Completed in 4 milliseconds