Lines Matching defs:res
11 static int devm_extcon_dev_match(struct device *dev, void *res, void *data)
13 struct extcon_dev **r = res;
21 static void devm_extcon_dev_release(struct device *dev, void *res)
23 extcon_dev_free(*(struct extcon_dev **)res);
27 static void devm_extcon_dev_unreg(struct device *dev, void *res)
29 extcon_dev_unregister(*(struct extcon_dev **)res);
38 static void devm_extcon_dev_notifier_unreg(struct device *dev, void *res)
40 struct extcon_dev_notifier_devres *this = res;
45 static void devm_extcon_dev_notifier_all_unreg(struct device *dev, void *res)
47 struct extcon_dev_notifier_devres *this = res;