Searched defs:xenbus_device (Results 1 – 1 of 1) sorted by relevance
110982 struct xenbus_device { struct110983 const char *devicetype;110984 const char *nodename;110985 const char *otherend;110986 int otherend_id;110987 struct xenbus_watch otherend_watch;110988 struct device dev;110989 enum xenbus_state state;110990 struct completion down;110991 struct work_struct work;[all …]