Lines Matching full:gpiochip
400 * is using more than one gpiochip per the same device. We have to stop in gpiochip_set_names()
407 …dev_warn(dev, "gpio-line-names too short (length %d), cannot map names for the gpiochip at offset … in gpiochip_set_names()
425 * When more that one gpiochip per device is used, 'count' can in gpiochip_set_names()
1003 "REMOVING GPIOCHIP WITH GPIOS STILL REQUESTED\n"); in gpiochip_remove()
1006 * The gpiochip side puts its use of the device to rest here: in gpiochip_remove()
1114 * to a gpiochip
1115 * @gc: the gpiochip to set the irqchip hierarchical handler to
1394 * @hwirq: the local IRQ/GPIO line offset on this gpiochip
1397 * gpiochip by assigning the gpiochip as chip data, and using the irqchip
1398 * stored inside the gpiochip.
1522 * i.e. while gpiochip is still being brought up. in gpiochip_to_irq()
1754 * gpiochip_irqchip_remove() - removes an irqchip added to a gpiochip
1755 * @gc: the gpiochip to remove the irqchip from
1808 * gpiochip_irqchip_add_domain() - adds an irqdomain to a gpiochip
1809 * @gc: the gpiochip to add the irqchip to
1810 * @domain: the irqdomain to add to the gpiochip
1812 * This function adds an IRQ domain to the gpiochip.
1847 * @gc: the gpiochip owning the GPIO
1863 * @gc: the gpiochip to request the gpio function for
1879 * @gc: the gpiochip owning the GPIO
1894 * @gc: the gpiochip to add the range for
1947 * @gc: the gpiochip to add the range for
2458 * It's OK not to specify .direction_output() if the gpiochip is in gpiod_direction_output_raw_commit()
3374 * i.e. while gpiochip is still being brought up. in gpiod_to_irq()