• Home
  • Raw
  • Download

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()
1173 * to a gpiochip
1174 * @gc: the gpiochip to set the irqchip hierarchical handler to
1453 * @hwirq: the local IRQ/GPIO line offset on this gpiochip
1456 * gpiochip by assigning the gpiochip as chip data, and using the irqchip
1457 * stored inside the gpiochip.
1581 * i.e. while gpiochip is still being brought up. in gpiochip_to_irq()
1813 * gpiochip_irqchip_remove() - removes an irqchip added to a gpiochip
1814 * @gc: the gpiochip to remove the irqchip from
1867 * gpiochip_irqchip_add_domain() - adds an irqdomain to a gpiochip
1868 * @gc: the gpiochip to add the irqchip to
1869 * @domain: the irqdomain to add to the gpiochip
1871 * This function adds an IRQ domain to the gpiochip.
1906 * @gc: the gpiochip owning the GPIO
1922 * @gc: the gpiochip to request the gpio function for
1938 * @gc: the gpiochip owning the GPIO
1953 * @gc: the gpiochip to add the range for
2006 * @gc: the gpiochip to add the range for
2517 * It's OK not to specify .direction_output() if the gpiochip is in gpiod_direction_output_raw_commit()
3433 * i.e. while gpiochip is still being brought up. in gpiod_to_irq()