Searched defs:xenbus_device (Results 1 – 2 of 2) sorted by relevance
82 struct xenbus_device { struct84 char xbusd_otherend[64]; /* the otherend path (size arbitrary) */85 int xbusd_otherend_id; /* the otherend's id */87 void (*xbusd_otherend_changed)(void *, XenbusState);88 xenbusdev_type_t xbusd_type;89 union {115 int (*xbakd_create) (struct xenbus_device *); /* called for new devs */ argument
312 int (*create)(struct xenbus_device *)) in xenbus_probe_device_type()