Home
last modified time | relevance | path

Searched refs:to_xenbus_device (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/xen/xenbus/
Dxenbus_probe.c100 return match_device(drv->ids, to_xenbus_device(_dev)) != NULL; in xenbus_match()
214 struct xenbus_device *dev = to_xenbus_device(_dev); in xenbus_dev_probe()
260 struct xenbus_device *dev = to_xenbus_device(_dev); in xenbus_dev_remove()
279 struct xenbus_device *dev = to_xenbus_device(_dev); in xenbus_dev_shutdown()
326 struct xenbus_device *xendev = to_xenbus_device(dev); in cmp_dev()
348 struct xenbus_device *xendev = to_xenbus_device(dev); in cleanup_dev()
384 kfree(to_xenbus_device(dev)); in xenbus_dev_release()
390 return sprintf(buf, "%s\n", to_xenbus_device(dev)->nodename); in nodename_show()
397 return sprintf(buf, "%s\n", to_xenbus_device(dev)->devicetype); in devtype_show()
405 to_xenbus_device(dev)->devicetype); in modalias_show()
Dxenbus_probe_frontend.c81 struct xenbus_device *dev = to_xenbus_device(_dev); in xenbus_uevent_frontend()
110 struct xenbus_device *xdev = to_xenbus_device(dev); in xenbus_frontend_dev_resume()
129 struct xenbus_device *xdev = to_xenbus_device(dev); in xenbus_frontend_dev_probe()
185 struct xenbus_device *xendev = to_xenbus_device(dev); in is_device_connecting()
239 struct xenbus_device *xendev = to_xenbus_device(dev); in print_device_status()
Dxenbus_probe_backend.c108 xdev = to_xenbus_device(dev); in xenbus_uevent_backend()
/linux-4.1.27/include/xen/
Dxenbus.h80 static inline struct xenbus_device *to_xenbus_device(struct device *dev) in to_xenbus_device() function
/linux-4.1.27/drivers/net/xen-netback/
Dcommon.h262 return to_xenbus_device(vif->dev->dev.parent); in xenvif_to_xenbus_device()
/linux-4.1.27/drivers/block/xen-blkback/
Dxenbus.c340 struct xenbus_device *dev = to_xenbus_device(_dev); \