Lines Matching refs:xenbus_device

77 match_device(const struct xenbus_device_id *arr, struct xenbus_device *dev)  in match_device()
98 static void free_otherend_details(struct xenbus_device *dev) in free_otherend_details()
105 static void free_otherend_watch(struct xenbus_device *dev) in free_otherend_watch()
115 static int talk_to_otherend(struct xenbus_device *dev) in talk_to_otherend()
127 static int watch_otherend(struct xenbus_device *dev) in watch_otherend()
138 int xenbus_read_otherend_details(struct xenbus_device *xendev, in xenbus_read_otherend_details()
169 struct xenbus_device *dev = in xenbus_otherend_changed()
170 container_of(watch, struct xenbus_device, otherend_watch); in xenbus_otherend_changed()
207 struct xenbus_device *dev = to_xenbus_device(_dev); in xenbus_dev_probe()
253 struct xenbus_device *dev = to_xenbus_device(_dev); in xenbus_dev_remove()
271 struct xenbus_device *dev = to_xenbus_device(_dev); in xenbus_dev_shutdown()
314 struct xenbus_device *dev;
320 struct xenbus_device *xendev = to_xenbus_device(dev); in cmp_dev()
331 struct xenbus_device *xenbus_device_find(const char *nodename, in xenbus_device_find()
342 struct xenbus_device *xendev = to_xenbus_device(dev); in cleanup_dev()
408 struct xenbus_device *xendev; in xenbus_probe_node()
545 struct xenbus_device *dev; in xenbus_dev_changed()
584 struct xenbus_device *xdev in xenbus_dev_suspend()
585 = container_of(dev, struct xenbus_device, dev); in xenbus_dev_suspend()
605 struct xenbus_device *xdev in xenbus_dev_resume()
606 = container_of(dev, struct xenbus_device, dev); in xenbus_dev_resume()