Searched refs:__devm_reset_control_get (Results 1 – 2 of 2) sorted by relevance
/linux-6.14.4/include/linux/ |
D | reset.h | 97 struct reset_control *__devm_reset_control_get(struct device *dev, 216 static inline struct reset_control *__devm_reset_control_get( in __devm_reset_control_get() function 611 return __devm_reset_control_get(dev, id, 0, RESET_CONTROL_EXCLUSIVE); in devm_reset_control_get_exclusive() 630 return __devm_reset_control_get(dev, id, 0, RESET_CONTROL_EXCLUSIVE_DEASSERTED); in devm_reset_control_get_exclusive_deasserted() 670 return __devm_reset_control_get(dev, id, 0, RESET_CONTROL_EXCLUSIVE_RELEASED); in devm_reset_control_get_exclusive_released() 710 return __devm_reset_control_get(dev, id, 0, RESET_CONTROL_OPTIONAL_EXCLUSIVE_RELEASED); in devm_reset_control_get_optional_exclusive_released() 746 return __devm_reset_control_get(dev, id, 0, RESET_CONTROL_SHARED); in devm_reset_control_get_shared() 765 return __devm_reset_control_get(dev, id, 0, RESET_CONTROL_SHARED_DEASSERTED); in devm_reset_control_get_shared_deasserted() 825 return __devm_reset_control_get(dev, id, 0, RESET_CONTROL_OPTIONAL_EXCLUSIVE); in devm_reset_control_get_optional_exclusive() 844 return __devm_reset_control_get(dev, id, 0, RESET_CONTROL_OPTIONAL_EXCLUSIVE_DEASSERTED); in devm_reset_control_get_optional_exclusive_deasserted() [all …]
|
/linux-6.14.4/drivers/reset/ |
D | core.c | 1248 __devm_reset_control_get(struct device *dev, const char *id, int index, in __devm_reset_control_get() function 1284 EXPORT_SYMBOL_GPL(__devm_reset_control_get);
|