Searched refs:__device_reset (Results 1 – 2 of 2) sorted by relevance
97 int __device_reset(struct device *dev, bool optional);150 static inline int __device_reset(struct device *dev, bool optional) in __device_reset() function261 return __device_reset(dev, false); in device_reset()266 return __device_reset(dev, true); in device_reset_optional()
1285 int __device_reset(struct device *dev, bool optional) in __device_reset() function1314 EXPORT_SYMBOL_GPL(__device_reset);