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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/include/mach/
H A Dsharpsl_pm.h18 int gpio_batfull; member in struct:sharpsl_charger_machinfo
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/
H A Dcorgi_pm.c138 return gpio_get_value(sharpsl_pm.machinfo->gpio_batfull);
156 .gpio_batfull = CORGI_GPIO_CHRG_FULL,
H A Dspitz_pm.c182 return gpio_get_value(sharpsl_pm.machinfo->gpio_batfull);
200 .gpio_batfull = SPITZ_GPIO_CHRG_FULL,
H A Dsharpsl_pm.c903 gpio_request(sharpsl_pm.machinfo->gpio_batfull, "Battery Full");
904 gpio_direction_input(sharpsl_pm.machinfo->gpio_batfull);
925 if (request_irq(IRQ_GPIO(sharpsl_pm.machinfo->gpio_batfull), sharpsl_chrg_full_isr, IRQF_DISABLED | IRQF_TRIGGER_RISING, "CO", sharpsl_chrg_full_isr)) {
926 dev_err(sharpsl_pm.dev, "Could not get irq %d.\n", IRQ_GPIO(sharpsl_pm.machinfo->gpio_batfull));
962 free_irq(IRQ_GPIO(sharpsl_pm.machinfo->gpio_batfull), sharpsl_chrg_full_isr);
965 gpio_free(sharpsl_pm.machinfo->gpio_batfull);

Completed in 60 milliseconds