Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H A Dcorgi_pm.c145 return gpio_get_value(sharpsl_pm.machinfo->gpio_batfull); in corgipm_read_devdata()
163 .gpio_batfull = CORGI_GPIO_CHRG_FULL,
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.c848 gpio_request(sharpsl_pm.machinfo->gpio_batfull, "Battery Full"); in sharpsl_pm_probe()
849 gpio_direction_input(sharpsl_pm.machinfo->gpio_batfull); in sharpsl_pm_probe()
873 irq = gpio_to_irq(sharpsl_pm.machinfo->gpio_batfull); in sharpsl_pm_probe()
911 free_irq(gpio_to_irq(sharpsl_pm.machinfo->gpio_batfull), sharpsl_chrg_full_isr); in sharpsl_pm_remove()
914 gpio_free(sharpsl_pm.machinfo->gpio_batfull); in sharpsl_pm_remove()
/kernel/linux/linux-6.6/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()

Completed in 7 milliseconds