Lines Matching refs:__devm_reset_control_get

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()
883 return __devm_reset_control_get(dev, id, 0, RESET_CONTROL_OPTIONAL_SHARED); in devm_reset_control_get_optional_shared()
902 return __devm_reset_control_get(dev, id, 0, RESET_CONTROL_OPTIONAL_SHARED_DEASSERTED); in devm_reset_control_get_optional_shared_deasserted()
940 return __devm_reset_control_get(dev, NULL, index, RESET_CONTROL_EXCLUSIVE); in devm_reset_control_get_exclusive_by_index()
956 return __devm_reset_control_get(dev, NULL, index, RESET_CONTROL_SHARED); in devm_reset_control_get_shared_by_index()