Searched refs:gpiochip_unlock_as_irq (Results 1 - 15 of 15) sorted by relevance
/linux-4.1.27/include/linux/gpio/ |
H A D | driver.h | 158 void gpiochip_unlock_as_irq(struct gpio_chip *chip, unsigned int offset);
|
/linux-4.1.27/include/linux/ |
H A D | gpio.h | 226 static inline void gpiochip_unlock_as_irq(struct gpio_chip *chip, gpiochip_unlock_as_irq() function
|
/linux-4.1.27/drivers/gpio/ |
H A D | gpiolib-acpi.c | 272 gpiochip_unlock_as_irq(chip, pin); acpi_gpiochip_request_interrupt() 343 gpiochip_unlock_as_irq(chip, event->pin); acpi_gpiochip_free_interrupts()
|
H A D | gpio-em.c | 119 gpiochip_unlock_as_irq(&p->gpio_chip, irqd_to_hwirq(d)); em_gio_irq_relres()
|
H A D | gpio-vr41xx.c | 153 gpiochip_unlock_as_irq(&vr41xx_gpio_chip, data->hwirq); shutdown_giuint()
|
H A D | gpio-bcm-kona.c | 486 gpiochip_unlock_as_irq(&kona_gpio->gpio_chip, d->hwirq); bcm_kona_gpio_irq_relres()
|
H A D | gpio-dwapb.c | 211 gpiochip_unlock_as_irq(&bgc->gc, irqd_to_hwirq(d)); dwapb_irq_relres()
|
H A D | gpio-tegra.c | 266 gpiochip_unlock_as_irq(&tegra_gpio_chip, gpio); tegra_gpio_irq_shutdown()
|
H A D | gpiolib-sysfs.c | 164 gpiochip_unlock_as_irq(desc->chip, gpio_chip_hwgpio(desc)); gpio_setup_irq()
|
H A D | gpiolib.c | 532 gpiochip_unlock_as_irq(chip, d->hwirq); gpiochip_irq_relres() 1506 * gpiochip_unlock_as_irq() - unlock a GPIO used as IRQ 1513 void gpiochip_unlock_as_irq(struct gpio_chip *chip, unsigned int offset) gpiochip_unlock_as_irq() function 1520 EXPORT_SYMBOL_GPL(gpiochip_unlock_as_irq); variable
|
H A D | gpio-mcp23s08.c | 462 gpiochip_unlock_as_irq(&mcp->chip, data->hwirq); mcp23s08_irq_relres()
|
/linux-4.1.27/drivers/pinctrl/sunxi/ |
H A D | pinctrl-sunxi.c | 584 gpiochip_unlock_as_irq(pctl->chip, sunxi_pinctrl_irq_release_resources()
|
/linux-4.1.27/drivers/pinctrl/mediatek/ |
H A D | pinctrl-mtk-common.c | 736 gpiochip_unlock_as_irq(pctl->chip, pin->pin.number); mtk_pinctrl_irq_release_resources()
|
/linux-4.1.27/drivers/pinctrl/ |
H A D | pinctrl-at91.c | 1510 gpiochip_unlock_as_irq(&at91_gpio->chip, pin); gpio_irq_release_res()
|
/linux-4.1.27/drivers/pinctrl/samsung/ |
H A D | pinctrl-exynos.c | 230 gpiochip_unlock_as_irq(&bank->gpio_chip, irqd->hwirq); exynos_irq_release_resources()
|
Completed in 325 milliseconds