Home
last modified time | relevance | path

Searched refs:devm_gpiochip_add_data_with_key (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/include/linux/gpio/
Ddriver.h535 devm_gpiochip_add_data_with_key(dev, gc, data, &lock_key, \
541 devm_gpiochip_add_data_with_key(dev, gc, data, NULL, NULL)
549 extern int devm_gpiochip_add_data_with_key(struct device *dev, struct gpio_chip *gc, void *data,
/Linux-v5.15/drivers/gpio/
Dgpiolib-devres.c504 int devm_gpiochip_add_data_with_key(struct device *dev, struct gpio_chip *gc, void *data, in devm_gpiochip_add_data_with_key() function
516 EXPORT_SYMBOL_GPL(devm_gpiochip_add_data_with_key);