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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-pxa/
H A Dsharpsl_pm.c155 if (sharpsl_pm.machinfo->gpio_fatal) {
156 if (request_irq(IRQ_GPIO(sharpsl_pm.machinfo->gpio_fatal), sharpsl_fatal_isr, IRQF_DISABLED, "Fatal Battery", sharpsl_fatal_isr)) {
157 dev_err(sharpsl_pm.dev, "Could not get irq %d.\n", IRQ_GPIO(sharpsl_pm.machinfo->gpio_fatal));
159 else set_irq_type(IRQ_GPIO(sharpsl_pm.machinfo->gpio_fatal),IRQT_FALLING);
177 if (sharpsl_pm.machinfo->gpio_fatal)
178 free_irq(IRQ_GPIO(sharpsl_pm.machinfo->gpio_fatal), sharpsl_fatal_isr);
H A Dspitz_pm.c184 return READ_GPIO_BIT(sharpsl_pm.machinfo->gpio_fatal);
202 .gpio_fatal = SPITZ_GPIO_FATAL_BAT,
H A Dcorgi_pm.c181 return READ_GPIO_BIT(sharpsl_pm.machinfo->gpio_fatal);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/hardware/
H A Dsharpsl_pm.h21 int gpio_fatal; member in struct:sharpsl_charger_machinfo

Completed in 94 milliseconds