Home
last modified time | relevance | path

Searched refs:gpiochip_free_own_desc (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/drivers/power/supply/
H A Dcollie_battery.c426 gpiochip_free_own_desc(collie_bat_bu.gpio_bat); in collie_bat_probe()
428 gpiochip_free_own_desc(collie_bat_main.gpio_temp); in collie_bat_probe()
430 gpiochip_free_own_desc(collie_bat_main.gpio_bat); in collie_bat_probe()
452 gpiochip_free_own_desc(collie_bat_main.gpio_bat); in collie_bat_remove()
453 gpiochip_free_own_desc(collie_bat_main.gpio_temp); in collie_bat_remove()
454 gpiochip_free_own_desc(collie_bat_bu.gpio_bat); in collie_bat_remove()
/openbmc/linux/arch/arm/mach-omap1/
H A Dams-delta-fiq.c128 gpiochip_free_own_desc(gpiod); in ams_delta_init_fiq()
224 gpiochip_free_own_desc(data); in ams_delta_init_fiq()
226 gpiochip_free_own_desc(clk); in ams_delta_init_fiq()
H A Dboard-osk.c220 gpiochip_free_own_desc(d); in osk_tps_setup()
257 gpiochip_free_own_desc(eth_reset); in osk_tps_teardown()
258 gpiochip_free_own_desc(vdd_dsp); in osk_tps_teardown()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dled.c49 gpiochip_free_own_desc(wl->radio_led.gpiod); in brcms_led_unregister()
/openbmc/linux/drivers/gpio/
H A Dgpiolib-acpi.c525 gpiochip_free_own_desc(desc); in acpi_gpiochip_alloc_event()
617 gpiochip_free_own_desc(event->desc); in acpi_gpiochip_free_interrupts()
1217 gpiochip_free_own_desc(desc); in acpi_gpio_adr_space_handler()
1273 gpiochip_free_own_desc(conn->desc); in acpi_gpiochip_free_regions()
H A Dgpio-twl4030.c499 gpiochip_free_own_desc(d); in gpio_twl4030_power_off_action()
H A Dgpiolib-of.c830 gpiochip_free_own_desc(desc); in of_gpiochip_remove_hog()
H A Dgpiolib.c2346 void gpiochip_free_own_desc(struct gpio_desc *desc) in gpiochip_free_own_desc() function
2351 EXPORT_SYMBOL_GPL(gpiochip_free_own_desc);
4353 gpiochip_free_own_desc(desc); in gpiochip_free_hogs()
H A Dgpio-mvebu.c655 gpiochip_free_own_desc(mvpwm->gpiod); in mvebu_pwm_free()
/openbmc/linux/include/linux/gpio/
H A Ddriver.h765 void gpiochip_free_own_desc(struct gpio_desc *desc);
/openbmc/linux/Documentation/driver-api/gpio/
H A Ddriver.rst771 void gpiochip_free_own_desc(struct gpio_desc *desc)
774 gpiochip_free_own_desc().
/openbmc/linux/drivers/memory/
H A Domap-gpmc.c1099 gpiochip_free_own_desc(gpmc->waitpins[wait_pin].desc); in gpmc_free_waitpin()