Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/mach-pxa/
Dspitz_pm.c180 return gpio_get_value(sharpsl_pm.machinfo->gpio_fatal); in spitzpm_read_devdata()
198 .gpio_fatal = SPITZ_GPIO_FATAL_BAT,
Dsharpsl_pm.h17 int gpio_fatal; member
Dsharpsl_pm.c864 if (sharpsl_pm.machinfo->gpio_fatal) { in sharpsl_pm_probe()
865 irq = gpio_to_irq(sharpsl_pm.machinfo->gpio_fatal); in sharpsl_pm_probe()
907 if (sharpsl_pm.machinfo->gpio_fatal) in sharpsl_pm_remove()
908 free_irq(gpio_to_irq(sharpsl_pm.machinfo->gpio_fatal), sharpsl_fatal_isr); in sharpsl_pm_remove()
Dcorgi_pm.c147 return gpio_get_value(sharpsl_pm.machinfo->gpio_fatal); in corgipm_read_devdata()