Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dreset.h96 int __device_reset(struct device *dev, bool optional);
149 static inline int __device_reset(struct device *dev, bool optional) in __device_reset() function
260 return __device_reset(dev, false); in device_reset()
265 return __device_reset(dev, true); in device_reset_optional()
/linux-6.15/drivers/reset/
H A Dcore.c1355 int __device_reset(struct device *dev, bool optional) in __device_reset() function
1384 EXPORT_SYMBOL_GPL(__device_reset);