Searched refs:__reset_control_get (Results 1 – 2 of 2) sorted by relevance
/linux-6.14.4/include/linux/ |
D | reset.h | 88 struct reset_control *__reset_control_get(struct device *dev, const char *id, 163 static inline struct reset_control *__reset_control_get( in __reset_control_get() function 286 return __reset_control_get(dev, id, 0, RESET_CONTROL_EXCLUSIVE); in reset_control_get_exclusive() 324 return __reset_control_get(dev, id, 0, RESET_CONTROL_EXCLUSIVE_RELEASED); in reset_control_get_exclusive_released() 395 return __reset_control_get(dev, id, 0, RESET_CONTROL_SHARED); in reset_control_get_shared() 429 return __reset_control_get(dev, id, 0, RESET_CONTROL_OPTIONAL_EXCLUSIVE); in reset_control_get_optional_exclusive() 466 return __reset_control_get(dev, id, 0, RESET_CONTROL_OPTIONAL_SHARED); in reset_control_get_optional_shared()
|
/linux-6.14.4/drivers/reset/ |
D | core.c | 1148 struct reset_control *__reset_control_get(struct device *dev, const char *id, in __reset_control_get() function 1162 EXPORT_SYMBOL_GPL(__reset_control_get); 1171 rstcs[i].rstc = __reset_control_get(dev, rstcs[i].id, 0, flags); in __reset_control_bulk_get() 1262 rstc = __reset_control_get(dev, id, index, flags); in __devm_reset_control_get() 1374 rstc = __reset_control_get(dev, NULL, 0, flags); in __device_reset()
|