Home
last modified time | relevance | path

Searched refs:is_blockdev (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/base/
H A Dbase.h214 static inline bool is_blockdev(struct device *dev) in is_blockdev() function
219 static inline bool is_blockdev(struct device *dev) { return false; } in is_blockdev() function
H A Ddevtmpfs.c131 if (is_blockdev(dev)) in devtmpfs_create_node()
295 if (is_blockdev(dev)) { in dev_mynode()
H A Dcore.c3461 if (is_blockdev(dev)) in device_to_dev_kobj()