Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dgreybus.h114 extern struct device_type greybus_svc_type;
143 return dev->type == &greybus_svc_type; in is_gb_svc()
/openbmc/linux/drivers/greybus/
H A Dsvc.c1308 struct device_type greybus_svc_type = { variable
1329 svc->dev.type = &greybus_svc_type; in gb_svc_create()