Searched refs:devm_gpiochip_add_data_with_key (Results 1 – 2 of 2) sorted by relevance
/linux-5.10/include/linux/gpio/ |
D | driver.h | 531 devm_gpiochip_add_data_with_key(dev, gc, data, &lock_key, \ 537 devm_gpiochip_add_data_with_key(dev, gc, data, NULL, NULL) 545 extern int devm_gpiochip_add_data_with_key(struct device *dev, struct gpio_chip *gc, void *data,
|
/linux-5.10/drivers/gpio/ |
D | gpiolib-devres.c | 506 int devm_gpiochip_add_data_with_key(struct device *dev, struct gpio_chip *gc, void *data, in devm_gpiochip_add_data_with_key() function 529 EXPORT_SYMBOL_GPL(devm_gpiochip_add_data_with_key);
|