Searched refs:__device_reset (Results 1 – 1 of 1) sorted by relevance
29 int __device_reset(struct device *dev, bool optional);77 static inline int __device_reset(struct device *dev, bool optional) in __device_reset() function128 return __device_reset(dev, false); in device_reset()133 return __device_reset(dev, true); in device_reset_optional()