Searched refs:devm_gpiochip_add_data_with_key (Results 1 – 2 of 2) sorted by relevance
/linux-6.8/include/linux/gpio/ |
D | driver.h | 611 devm_gpiochip_add_data_with_key(dev, gc, data, &lock_key, \ 617 devm_gpiochip_add_data_with_key(dev, gc, data, NULL, NULL) 625 int devm_gpiochip_add_data_with_key(struct device *dev, struct gpio_chip *gc,
|
/linux-6.8/drivers/gpio/ |
D | gpiolib-devres.c | 417 int devm_gpiochip_add_data_with_key(struct device *dev, struct gpio_chip *gc, void *data, in devm_gpiochip_add_data_with_key() function 429 EXPORT_SYMBOL_GPL(devm_gpiochip_add_data_with_key);
|