Lines Matching full:gpiochip
593 /* If the gpiochip has an assigned OF node this takes precedence */ in gpiochip_add_data_with_key()
844 "REMOVING GPIOCHIP WITH GPIOS STILL REQUESTED\n"); in gpiochip_remove()
847 * The gpiochip side puts its use of the device to rest here: in gpiochip_remove()
952 * gpiochip_set_cascaded_irqchip() - connects a cascaded irqchip to a gpiochip
953 * @gc: the gpiochip to set the irqchip chain to
957 * coming out of the gpiochip. If the interrupt is nested rather than
998 * gpiochip_set_nested_irqchip() - connects a nested irqchip to a gpiochip
999 * @gc: the gpiochip to set the irqchip nested handler to
1000 * @irqchip: the irqchip to nest to the gpiochip
1016 * to a gpiochip
1017 * @gc: the gpiochip to set the irqchip hierarchical handler to
1303 * @hwirq: the local IRQ/GPIO line offset on this gpiochip
1306 * gpiochip by assigning the gpiochip as chip data, and using the irqchip
1307 * stored inside the gpiochip.
1417 * i.e. while gpiochip is still being brought up. in gpiochip_to_irq()
1634 * gpiochip_irqchip_remove() - removes an irqchip added to a gpiochip
1635 * @gc: the gpiochip to remove the irqchip from
1688 * gpiochip_irqchip_add_key() - adds an irqchip to a gpiochip
1689 * @gc: the gpiochip to add the irqchip to
1690 * @irqchip: the irqchip to add to the gpiochip
1692 * allocate gpiochip irqs from
1701 * gpiochip, providing an irq domain to translate the local IRQs to
1702 * global irqs in the gpiolib core, and making sure that the gpiochip
1705 * from the gpiochip passed as chip data. An irqdomain will be stored
1706 * in the gpiochip that shall be used by the driver to handle IRQ number
1707 * translation. The gpiochip will need to be initialized and registered
1711 * the pins on the gpiochip can generate a unique IRQ. Everything else
1729 chip_err(gc, "missing gpiochip .dev parent pointer\n"); in gpiochip_irqchip_add_key()
1736 * If the gpiochip has an assigned OF node this takes precedence in gpiochip_irqchip_add_key()
1780 * gpiochip_irqchip_add_domain() - adds an irqdomain to a gpiochip
1781 * @gc: the gpiochip to add the irqchip to
1782 * @domain: the irqdomain to add to the gpiochip
1784 * This function adds an IRQ domain to the gpiochip.
1833 * @gc: the gpiochip owning the GPIO
1849 * @gc: the gpiochip to request the gpio function for
1865 * @gc: the gpiochip owning the GPIO
1880 * @gc: the gpiochip to add the range for
1933 * @gc: the gpiochip to add the range for
2401 * It's OK not to specify .direction_output() if the gpiochip is in gpiod_direction_output_raw_commit()
3253 * i.e. while gpiochip is still being brought up. in gpiod_to_irq()