Home
last modified time | relevance | path

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

/arch/arm/mach-pxa/
Dsharpsl_pm.c151 pxa_gpio_mode(sharpsl_pm.machinfo->gpio_batfull | GPIO_IN); in sharpsl_pm_pxa_init()
175 …if (request_irq(IRQ_GPIO(sharpsl_pm.machinfo->gpio_batfull), sharpsl_chrg_full_isr, IRQF_DISABLED,… in sharpsl_pm_pxa_init()
176 dev_err(sharpsl_pm.dev, "Could not get irq %d.\n", IRQ_GPIO(sharpsl_pm.machinfo->gpio_batfull)); in sharpsl_pm_pxa_init()
178 else set_irq_type(IRQ_GPIO(sharpsl_pm.machinfo->gpio_batfull),IRQ_TYPE_EDGE_RISING); in sharpsl_pm_pxa_init()
191 free_irq(IRQ_GPIO(sharpsl_pm.machinfo->gpio_batfull), sharpsl_chrg_full_isr); in sharpsl_pm_pxa_remove()
Dspitz_pm.c171 return READ_GPIO_BIT(sharpsl_pm.machinfo->gpio_batfull); in spitzpm_read_devdata()
189 .gpio_batfull = SPITZ_GPIO_CHRG_FULL,
Dcorgi_pm.c180 return READ_GPIO_BIT(sharpsl_pm.machinfo->gpio_batfull); in corgipm_read_devdata()
198 .gpio_batfull = CORGI_GPIO_CHRG_FULL,
/arch/arm/include/asm/hardware/
Dsharpsl_pm.h18 int gpio_batfull; member