Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-pxa/
H A Dspitz_pm.c178 return gpio_get_value(sharpsl_pm.machinfo->gpio_batfull); in spitzpm_read_devdata()
196 .gpio_batfull = SPITZ_GPIO_CHRG_FULL,
H A Dsharpsl_pm.h14 int gpio_batfull; member
H A Dsharpsl_pm.c844 gpio_request(sharpsl_pm.machinfo->gpio_batfull, "Battery Full"); in sharpsl_pm_probe()
845 gpio_direction_input(sharpsl_pm.machinfo->gpio_batfull); in sharpsl_pm_probe()
869 irq = gpio_to_irq(sharpsl_pm.machinfo->gpio_batfull); in sharpsl_pm_probe()
907 free_irq(gpio_to_irq(sharpsl_pm.machinfo->gpio_batfull), sharpsl_chrg_full_isr); in sharpsl_pm_remove()
910 gpio_free(sharpsl_pm.machinfo->gpio_batfull); in sharpsl_pm_remove()