Searched refs:xenbus_driver (Results 1 – 23 of 23) sorted by relevance
/linux-6.1.9/include/xen/ |
D | xenbus.h | 111 struct xenbus_driver { struct 130 static inline struct xenbus_driver *to_xenbus_driver(struct device_driver *drv) in to_xenbus_driver() argument 132 return container_of(drv, struct xenbus_driver, driver); in to_xenbus_driver() 135 int __must_check __xenbus_register_frontend(struct xenbus_driver *drv, 138 int __must_check __xenbus_register_backend(struct xenbus_driver *drv, 147 void xenbus_unregister_driver(struct xenbus_driver *drv);
|
/linux-6.1.9/drivers/xen/xenbus/ |
D | xenbus_probe.c | 95 struct xenbus_driver *drv = to_xenbus_driver(_drv); in xenbus_match() 124 struct xenbus_driver *drv = to_xenbus_driver(dev->dev.driver); in talk_to_otherend() 179 struct xenbus_driver *drv = to_xenbus_driver(dev->dev.driver); in xenbus_otherend_changed() 271 struct xenbus_driver *drv = to_xenbus_driver(_dev->driver); in xenbus_dev_probe() 332 struct xenbus_driver *drv = to_xenbus_driver(_dev->driver); in xenbus_dev_remove() 362 int xenbus_register_driver_common(struct xenbus_driver *drv, in xenbus_register_driver_common() 375 void xenbus_unregister_driver(struct xenbus_driver *drv) in xenbus_unregister_driver() 664 struct xenbus_driver *drv; in xenbus_dev_suspend() 684 struct xenbus_driver *drv; in xenbus_dev_resume()
|
D | xenbus_probe_backend.c | 99 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()
|
D | xenbus_probe_frontend.c | 201 struct xenbus_driver *xendrv; in is_device_connecting() 301 static void wait_for_devices(struct xenbus_driver *xendrv) in wait_for_devices() 326 int __xenbus_register_frontend(struct xenbus_driver *drv, struct module *owner, in __xenbus_register_frontend()
|
D | xenbus.h | 110 int xenbus_register_driver_common(struct xenbus_driver *drv,
|
/linux-6.1.9/sound/xen/ |
D | xen_snd_front.c | 356 static struct xenbus_driver xen_driver = {
|
/linux-6.1.9/drivers/char/tpm/ |
D | xen-tpmfront.c | 414 static struct xenbus_driver tpmfront_driver = {
|
/linux-6.1.9/drivers/input/misc/ |
D | xen-kbdfront.c | 539 static struct xenbus_driver xenkbd_driver = {
|
/linux-6.1.9/net/9p/ |
D | trans_xen.c | 515 static struct xenbus_driver xen_9pfs_front_driver = {
|
/linux-6.1.9/drivers/tty/hvc/ |
D | hvc_xen.c | 552 static struct xenbus_driver xencons_driver = {
|
/linux-6.1.9/drivers/xen/xen-pciback/ |
D | xenbus.c | 734 static struct xenbus_driver xen_pcibk_driver = {
|
/linux-6.1.9/drivers/video/fbdev/ |
D | xen-fbfront.c | 691 static struct xenbus_driver xenfb_driver = {
|
/linux-6.1.9/drivers/gpu/drm/xen/ |
D | xen_drm_front.c | 762 static struct xenbus_driver xen_driver = {
|
/linux-6.1.9/drivers/pci/ |
D | xen-pcifront.c | 1073 static struct xenbus_driver xenpci_driver = {
|
/linux-6.1.9/drivers/net/xen-netback/ |
D | xenbus.c | 1163 static struct xenbus_driver netback_driver = {
|
/linux-6.1.9/drivers/scsi/ |
D | xen-scsifront.c | 1212 static struct xenbus_driver scsifront_driver = {
|
/linux-6.1.9/drivers/block/xen-blkback/ |
D | xenbus.c | 1163 static struct xenbus_driver xen_blkbk_driver = {
|
/linux-6.1.9/drivers/xen/ |
D | pvcalls-back.c | 1200 static struct xenbus_driver pvcalls_back_driver = {
|
D | pvcalls-front.c | 1275 static struct xenbus_driver pvcalls_front_driver = {
|
D | xen-scsiback.c | 1873 static struct xenbus_driver scsiback_driver = {
|
/linux-6.1.9/drivers/usb/host/ |
D | xen-hcd.c | 1580 static struct xenbus_driver xenhcd_driver = {
|
/linux-6.1.9/drivers/net/ |
D | xen-netfront.c | 2674 static struct xenbus_driver netfront_driver = {
|
/linux-6.1.9/drivers/block/ |
D | xen-blkfront.c | 2516 static struct xenbus_driver blkfront_driver = {
|