Home
last modified time | relevance | path

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

/openbmc/linux/drivers/greybus/
H A Dcore.c69 if (!is_gb_bundle(dev)) in greybus_match_device()
104 } else if (is_gb_bundle(dev)) { in greybus_uevent()
/openbmc/linux/include/linux/
H A Dgreybus.h136 static inline int is_gb_bundle(const struct device *dev) in is_gb_bundle() function