Searched refs:__reset_control_get (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/include/linux/ |
D | reset.h | 21 struct reset_control *__reset_control_get(struct device *dev, const char *id, 74 static inline struct reset_control *__reset_control_get( in __reset_control_get() function 130 return __reset_control_get(dev, id, 0, false, false); in reset_control_get_exclusive() 158 return __reset_control_get(dev, id, 0, true, false); in reset_control_get_shared() 164 return __reset_control_get(dev, id, 0, false, true); in reset_control_get_optional_exclusive() 170 return __reset_control_get(dev, id, 0, true, true); in reset_control_get_optional_shared()
|
/linux-4.19.296/drivers/reset/ |
D | core.c | 594 struct reset_control *__reset_control_get(struct device *dev, const char *id, in __reset_control_get() function 603 EXPORT_SYMBOL_GPL(__reset_control_get); 652 rstc = __reset_control_get(dev, id, index, shared, optional); in __devm_reset_control_get() 679 rstc = __reset_control_get(dev, NULL, 0, 0, optional); in __device_reset()
|