Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dgreybus.h109 extern struct device_type greybus_hd_type;
118 return dev->type == &greybus_hd_type; in is_gb_host_device()
/openbmc/linux/drivers/greybus/
H A Dhd.c119 struct device_type greybus_hd_type = { variable
181 hd->dev.type = &greybus_hd_type; in gb_hd_create()