Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddevice.h1063 static inline bool dev_removable_is_valid(struct device *dev) in dev_removable_is_valid() function
/linux/drivers/base/
H A Dcore.c2959 if (dev_removable_is_valid(dev)) { in device_add_attrs()