Lines Matching refs:data
25 static int devm_gpiod_match(struct device *dev, void *res, void *data)
27 struct gpio_desc **this = res, **gpio = data;
39 static int devm_gpiod_match_array(struct device *dev, void *res, void *data)
41 struct gpio_descs **this = res, **gpios = data;
393 static void devm_gpio_chip_release(void *data)
395 struct gpio_chip *gc = data;
404 * @data: driver-private data associated with this chip
417 int devm_gpiochip_add_data_with_key(struct device *dev, struct gpio_chip *gc, void *data,
423 ret = gpiochip_add_data_with_key(gc, data, lock_key, request_key);