Lines Matching refs:id
15 struct reset_control *reset_control_get(struct device *dev, const char *id);
17 struct reset_control *devm_reset_control_get(struct device *dev, const char *id);
27 struct device *dev, const char *id) in reset_control_get_optional() argument
29 return reset_control_get(dev, id); in reset_control_get_optional()
33 struct device *dev, const char *id) in devm_reset_control_get_optional() argument
35 return devm_reset_control_get(dev, id); in devm_reset_control_get_optional()
39 const char *id);
78 struct device *dev, const char *id) in reset_control_get() argument
85 struct device *dev, const char *id) in devm_reset_control_get() argument
92 struct device *dev, const char *id) in reset_control_get_optional() argument
98 struct device *dev, const char *id) in devm_reset_control_get_optional() argument
104 struct device_node *node, const char *id) in of_reset_control_get() argument