Searched refs:devm_gpiochip_add_data_with_key (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/gpio/ |
H A D | driver.h | 589 devm_gpiochip_add_data_with_key(dev, gc, data, &lock_key, \ 595 devm_gpiochip_add_data_with_key(dev, gc, data, NULL, NULL) 603 extern int devm_gpiochip_add_data_with_key(struct device *dev, struct gpio_chip *gc, void *data,
|
/openbmc/linux/drivers/gpio/ |
H A 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);
|