Lines Matching refs:xenbus_device
83 match_device(const struct xenbus_device_id *arr, struct xenbus_device *dev) in match_device()
104 static void free_otherend_details(struct xenbus_device *dev) in free_otherend_details()
111 static void free_otherend_watch(struct xenbus_device *dev) in free_otherend_watch()
121 static int talk_to_otherend(struct xenbus_device *dev) in talk_to_otherend()
133 static int watch_otherend(struct xenbus_device *dev) in watch_otherend()
144 int xenbus_read_otherend_details(struct xenbus_device *xendev, in xenbus_read_otherend_details()
175 struct xenbus_device *dev = in xenbus_otherend_changed()
176 container_of(watch, struct xenbus_device, otherend_watch); in xenbus_otherend_changed()
210 struct xenbus_device *dev = to_xenbus_device(_dev); in xenbus_dev_probe()
256 struct xenbus_device *dev = to_xenbus_device(_dev); in xenbus_dev_remove()
275 struct xenbus_device *dev = to_xenbus_device(_dev); in xenbus_dev_shutdown()
316 struct xenbus_device *dev;
322 struct xenbus_device *xendev = to_xenbus_device(dev); in cmp_dev()
333 static struct xenbus_device *xenbus_device_find(const char *nodename, in xenbus_device_find()
344 struct xenbus_device *xendev = to_xenbus_device(dev); in cleanup_dev()
437 struct xenbus_device *xendev; in xenbus_probe_node()
559 struct xenbus_device *dev; in xenbus_dev_changed()
598 struct xenbus_device *xdev in xenbus_dev_suspend()
599 = container_of(dev, struct xenbus_device, dev); in xenbus_dev_suspend()
618 struct xenbus_device *xdev in xenbus_dev_resume()
619 = container_of(dev, struct xenbus_device, dev); in xenbus_dev_resume()