Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/gpio/
Ddriver.h600 devm_gpiochip_add_data_with_key(dev, gc, data, &lock_key, \
606 devm_gpiochip_add_data_with_key(dev, gc, data, NULL, NULL)
614 extern int devm_gpiochip_add_data_with_key(struct device *dev, struct gpio_chip *gc, void *data,
/Linux-v6.1/drivers/gpio/
Dgpiolib-devres.c472 int devm_gpiochip_add_data_with_key(struct device *dev, struct gpio_chip *gc, void *data, in devm_gpiochip_add_data_with_key() function
484 EXPORT_SYMBOL_GPL(devm_gpiochip_add_data_with_key);