Searched refs:greybus_control_type (Results 1 – 3 of 3) sorted by relevance
112 extern const struct device_type greybus_control_type;
439 const struct device_type greybus_control_type = { variable468 control->dev.type = &greybus_control_type; in gb_control_create()
47 return dev->type == &greybus_control_type; in is_gb_control()