Home
last modified time | relevance | path

Searched refs:__reset_control_get (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dreset.h89 struct reset_control *__reset_control_get(struct device *dev, const char *id,
164 static inline struct reset_control *__reset_control_get( in __reset_control_get() function
287 return __reset_control_get(dev, id, 0, RESET_CONTROL_EXCLUSIVE); in reset_control_get_exclusive()
325 return __reset_control_get(dev, id, 0, RESET_CONTROL_EXCLUSIVE_RELEASED); in reset_control_get_exclusive_released()
396 return __reset_control_get(dev, id, 0, RESET_CONTROL_SHARED); in reset_control_get_shared()
430 return __reset_control_get(dev, id, 0, RESET_CONTROL_OPTIONAL_EXCLUSIVE); in reset_control_get_optional_exclusive()
467 return __reset_control_get(dev, id, 0, RESET_CONTROL_OPTIONAL_SHARED); in reset_control_get_optional_shared()
/linux/drivers/reset/
H A Dcore.c1077 struct reset_control *__reset_control_get(struct device *dev, const char *id, in __reset_control_get() function
1092 EXPORT_SYMBOL_GPL(__reset_control_get);
1101 rstcs[i].rstc = __reset_control_get(dev, rstcs[i].id, 0, flags); in __reset_control_bulk_get()
1192 rstc = __reset_control_get(dev, id, index, flags); in __devm_reset_control_get()
1304 rstc = __reset_control_get(dev, NULL, 0, flags); in __device_reset()