Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dgreybus.h112 extern struct device_type greybus_control_type;
133 return dev->type == &greybus_control_type; in is_gb_control()
/openbmc/linux/drivers/greybus/
H A Dcontrol.c439 struct device_type greybus_control_type = { variable
468 control->dev.type = &greybus_control_type; in gb_control_create()