Lines Matching full:gpiochip
380 * is using more than one gpiochip per the same device. We have to stop in devprop_gpiochip_set_names()
387 …dev_warn(&gdev->dev, "gpio-line-names too short (length %d), cannot map names for the gpiochip at … in devprop_gpiochip_set_names()
405 * When more that one gpiochip per device is used, 'count' can in devprop_gpiochip_set_names()
903 "REMOVING GPIOCHIP WITH GPIOS STILL REQUESTED\n"); in gpiochip_remove()
906 * The gpiochip side puts its use of the device to rest here: in gpiochip_remove()
1014 * to a gpiochip
1015 * @gc: the gpiochip to set the irqchip hierarchical handler to
1298 * @hwirq: the local IRQ/GPIO line offset on this gpiochip
1301 * gpiochip by assigning the gpiochip as chip data, and using the irqchip
1302 * stored inside the gpiochip.
1412 * i.e. while gpiochip is still being brought up. in gpiochip_to_irq()
1627 * gpiochip_irqchip_remove() - removes an irqchip added to a gpiochip
1628 * @gc: the gpiochip to remove the irqchip from
1681 * gpiochip_irqchip_add_domain() - adds an irqdomain to a gpiochip
1682 * @gc: the gpiochip to add the irqchip to
1683 * @domain: the irqdomain to add to the gpiochip
1685 * This function adds an IRQ domain to the gpiochip.
1726 * @gc: the gpiochip owning the GPIO
1742 * @gc: the gpiochip to request the gpio function for
1758 * @gc: the gpiochip owning the GPIO
1773 * @gc: the gpiochip to add the range for
1826 * @gc: the gpiochip to add the range for
2336 * It's OK not to specify .direction_output() if the gpiochip is in gpiod_direction_output_raw_commit()
3252 * i.e. while gpiochip is still being brought up. in gpiod_to_irq()