Searched refs:xenbus_driver (Results 1 – 23 of 23) sorted by relevance
| /linux/include/xen/ |
| H A D | xenbus.h | 109 struct xenbus_driver { struct 128 #define to_xenbus_driver(__drv) container_of_const(__drv, struct xenbus_driver, driver) argument 130 int __must_check __xenbus_register_frontend(struct xenbus_driver *drv, 133 int __must_check __xenbus_register_backend(struct xenbus_driver *drv, 142 void xenbus_unregister_driver(struct xenbus_driver *drv);
|
| /linux/drivers/xen/xenbus/ |
| H A D | xenbus_probe.c | 99 const struct xenbus_driver *drv = to_xenbus_driver(_drv); in xenbus_match() 128 struct xenbus_driver *drv = to_xenbus_driver(dev->dev.driver); in talk_to_otherend() 183 struct xenbus_driver *drv = to_xenbus_driver(dev->dev.driver); in xenbus_otherend_changed() 275 struct xenbus_driver *drv = to_xenbus_driver(_dev->driver); in xenbus_dev_probe() 342 struct xenbus_driver *drv = to_xenbus_driver(_dev->driver); in xenbus_dev_remove() 372 int xenbus_register_driver_common(struct xenbus_driver *drv, in xenbus_register_driver_common() 385 void xenbus_unregister_driver(struct xenbus_driver *drv) in xenbus_unregister_driver() 710 struct xenbus_driver *drv; in xenbus_dev_freeze() 730 struct xenbus_driver *drv; in xenbus_dev_restore()
|
| H A D | xenbus_probe_backend.c | 99 const struct xenbus_driver *drv; in xenbus_uevent_backend() 236 int __xenbus_register_backend(struct xenbus_driver *drv, struct module *owner, in __xenbus_register_backend() 259 const struct xenbus_driver *drv; in backend_reclaim_memory()
|
| H A D | xenbus_probe_frontend.c | 199 struct xenbus_driver *xendrv; in is_device_connecting() 299 static void wait_for_devices(struct xenbus_driver *xendrv) in wait_for_devices() 324 int __xenbus_register_frontend(struct xenbus_driver *drv, struct module *owner, in __xenbus_register_frontend()
|
| H A D | xenbus.h | 112 int xenbus_register_driver_common(struct xenbus_driver *drv,
|
| /linux/sound/xen/ |
| H A D | xen_snd_front.c | 349 static struct xenbus_driver xen_driver = {
|
| /linux/drivers/char/tpm/ |
| H A D | xen-tpmfront.c | 414 static struct xenbus_driver tpmfront_driver = {
|
| /linux/drivers/input/misc/ |
| H A D | xen-kbdfront.c | 538 static struct xenbus_driver xenkbd_driver = {
|
| /linux/net/9p/ |
| H A D | trans_xen.c | 541 static struct xenbus_driver xen_9pfs_front_driver = {
|
| /linux/drivers/xen/xen-pciback/ |
| H A D | xenbus.c | 732 static struct xenbus_driver xen_pcibk_driver = {
|
| /linux/drivers/tty/hvc/ |
| H A D | hvc_xen.c | 600 static struct xenbus_driver xencons_driver = {
|
| /linux/drivers/gpu/drm/xen/ |
| H A D | xen_drm_front.c | 752 static struct xenbus_driver xen_driver = {
|
| /linux/drivers/video/fbdev/ |
| H A D | xen-fbfront.c | 665 static struct xenbus_driver xenfb_driver = {
|
| /linux/drivers/pci/ |
| H A D | xen-pcifront.c | 1063 static struct xenbus_driver xenpci_driver = {
|
| /linux/drivers/net/xen-netback/ |
| H A D | xenbus.c | 1163 static struct xenbus_driver netback_driver = {
|
| /linux/drivers/block/xen-blkback/ |
| H A D | xenbus.c | 1159 static struct xenbus_driver xen_blkbk_driver = {
|
| /linux/drivers/scsi/ |
| H A D | xen-scsifront.c | 1211 static struct xenbus_driver scsifront_driver = {
|
| /linux/drivers/usb/host/ |
| H A D | xen-hcd.c | 1578 static struct xenbus_driver xenhcd_driver = {
|
| /linux/drivers/xen/ |
| H A D | pvcalls-back.c | 1208 static struct xenbus_driver pvcalls_back_driver = {
|
| H A D | pvcalls-front.c | 1290 static struct xenbus_driver pvcalls_front_driver = {
|
| H A D | xen-scsiback.c | 1844 static struct xenbus_driver scsiback_driver = {
|
| /linux/drivers/block/ |
| H A D | xen-blkfront.c | 2510 static struct xenbus_driver blkfront_driver = {
|
| /linux/drivers/net/ |
| H A D | xen-netfront.c | 2680 static struct xenbus_driver netfront_driver = {
|