Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dreset.h98 struct reset_control *__devm_reset_control_get(struct device *dev,
217 static inline struct reset_control *__devm_reset_control_get( in __devm_reset_control_get() function
612 return __devm_reset_control_get(dev, id, 0, RESET_CONTROL_EXCLUSIVE); in devm_reset_control_get_exclusive()
631 return __devm_reset_control_get(dev, id, 0, RESET_CONTROL_EXCLUSIVE_DEASSERTED); in devm_reset_control_get_exclusive_deasserted()
671 return __devm_reset_control_get(dev, id, 0, RESET_CONTROL_EXCLUSIVE_RELEASED); in devm_reset_control_get_exclusive_released()
711 return __devm_reset_control_get(dev, id, 0, RESET_CONTROL_OPTIONAL_EXCLUSIVE_RELEASED); in devm_reset_control_get_optional_exclusive_released()
747 return __devm_reset_control_get(dev, id, 0, RESET_CONTROL_SHARED); in devm_reset_control_get_shared()
766 return __devm_reset_control_get(dev, id, 0, RESET_CONTROL_SHARED_DEASSERTED); in devm_reset_control_get_shared_deasserted()
826 return __devm_reset_control_get(dev, id, 0, RESET_CONTROL_OPTIONAL_EXCLUSIVE); in devm_reset_control_get_optional_exclusive()
845 return __devm_reset_control_get(dev, id, 0, RESET_CONTROL_OPTIONAL_EXCLUSIVE_DEASSERTED); in devm_reset_control_get_optional_exclusive_deasserted()
[all …]
/linux/drivers/reset/
H A Dcore.c1178 __devm_reset_control_get(struct device *dev, const char *id, int index, in __devm_reset_control_get() function
1214 EXPORT_SYMBOL_GPL(__devm_reset_control_get);