Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dreset.h25 int __device_reset(struct device *dev, bool optional);
61 static inline int __device_reset(struct device *dev, bool optional) in __device_reset() function
104 return __device_reset(dev, false); in device_reset()
109 return __device_reset(dev, true); in device_reset_optional()
/Linux-v4.19/drivers/reset/
Dcore.c669 int __device_reset(struct device *dev, bool optional) in __device_reset() function
684 EXPORT_SYMBOL_GPL(__device_reset);