Home
last modified time | relevance | path

Searched refs:xenbus_driver (Results 1 – 23 of 23) sorted by relevance

/linux-6.3-rc2/include/xen/
A Dxenbus.h108 struct xenbus_driver { struct
127 static inline struct xenbus_driver *to_xenbus_driver(struct device_driver *drv) in to_xenbus_driver() argument
129 return container_of(drv, struct xenbus_driver, driver); in to_xenbus_driver()
132 int __must_check __xenbus_register_frontend(struct xenbus_driver *drv,
135 int __must_check __xenbus_register_backend(struct xenbus_driver *drv,
144 void xenbus_unregister_driver(struct xenbus_driver *drv);
/linux-6.3-rc2/drivers/xen/xenbus/
A Dxenbus_probe.c95 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()
A Dxenbus_probe_backend.c99 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()
A Dxenbus_probe_frontend.c201 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()
A Dxenbus.h110 int xenbus_register_driver_common(struct xenbus_driver *drv,
/linux-6.3-rc2/sound/xen/
A Dxen_snd_front.c355 static struct xenbus_driver xen_driver = {
/linux-6.3-rc2/drivers/char/tpm/
A Dxen-tpmfront.c413 static struct xenbus_driver tpmfront_driver = {
/linux-6.3-rc2/drivers/input/misc/
A Dxen-kbdfront.c538 static struct xenbus_driver xenkbd_driver = {
/linux-6.3-rc2/drivers/tty/hvc/
A Dhvc_xen.c552 static struct xenbus_driver xencons_driver = {
/linux-6.3-rc2/net/9p/
A Dtrans_xen.c530 static struct xenbus_driver xen_9pfs_front_driver = {
/linux-6.3-rc2/drivers/xen/xen-pciback/
A Dxenbus.c732 static struct xenbus_driver xen_pcibk_driver = {
/linux-6.3-rc2/drivers/gpu/drm/xen/
A Dxen_drm_front.c761 static struct xenbus_driver xen_driver = {
/linux-6.3-rc2/drivers/video/fbdev/
A Dxen-fbfront.c685 static struct xenbus_driver xenfb_driver = {
/linux-6.3-rc2/drivers/pci/
A Dxen-pcifront.c1071 static struct xenbus_driver xenpci_driver = {
/linux-6.3-rc2/drivers/net/xen-netback/
A Dxenbus.c1162 static struct xenbus_driver netback_driver = {
/linux-6.3-rc2/drivers/scsi/
A Dxen-scsifront.c1210 static struct xenbus_driver scsifront_driver = {
/linux-6.3-rc2/drivers/block/xen-blkback/
A Dxenbus.c1161 static struct xenbus_driver xen_blkbk_driver = {
/linux-6.3-rc2/drivers/usb/host/
A Dxen-hcd.c1578 static struct xenbus_driver xenhcd_driver = {
/linux-6.3-rc2/drivers/xen/
A Dpvcalls-front.c1274 static struct xenbus_driver pvcalls_front_driver = {
A Dpvcalls-back.c1205 static struct xenbus_driver pvcalls_back_driver = {
A Dxen-scsiback.c1871 static struct xenbus_driver scsiback_driver = {
/linux-6.3-rc2/drivers/block/
A Dxen-blkfront.c2514 static struct xenbus_driver blkfront_driver = {
/linux-6.3-rc2/drivers/net/
A Dxen-netfront.c2674 static struct xenbus_driver netfront_driver = {

Completed in 46 milliseconds