/linux-6.1.9/include/xen/ |
D | xenbus.h | 79 struct xenbus_device { struct 99 static inline struct xenbus_device *to_xenbus_device(struct device *dev) in to_xenbus_device() argument 101 return container_of(dev, struct xenbus_device, dev); in to_xenbus_device() 116 int (*probe)(struct xenbus_device *dev, 118 void (*otherend_changed)(struct xenbus_device *dev, 120 int (*remove)(struct xenbus_device *dev); 121 int (*suspend)(struct xenbus_device *dev); 122 int (*resume)(struct xenbus_device *dev); 123 int (*uevent)(struct xenbus_device *, struct kobj_uevent_env *); 125 int (*read_otherend_details)(struct xenbus_device *dev); [all …]
|
D | events.h | 15 struct xenbus_device; 40 int bind_interdomain_evtchn_to_irq_lateeoi(struct xenbus_device *dev, 42 int bind_interdomain_evtchn_to_irqhandler_lateeoi(struct xenbus_device *dev,
|
D | xen-front-pgdir-shbuf.h | 49 struct xenbus_device *xb_dev; 59 struct xenbus_device *xb_dev;
|
/linux-6.1.9/drivers/xen/xenbus/ |
D | xenbus_client.c | 89 int (*map)(struct xenbus_device *dev, struct map_ring_valloc *info, 92 int (*unmap)(struct xenbus_device *dev, void *vaddr); 128 int xenbus_watch_path(struct xenbus_device *dev, const char *path, in xenbus_watch_path() 170 int xenbus_watch_pathfmt(struct xenbus_device *dev, in xenbus_watch_pathfmt() 198 static void xenbus_switch_fatal(struct xenbus_device *, int, int, 202 __xenbus_switch_state(struct xenbus_device *dev, in __xenbus_switch_state() 266 int xenbus_switch_state(struct xenbus_device *dev, enum xenbus_state state) in xenbus_switch_state() 273 int xenbus_frontend_closed(struct xenbus_device *dev) in xenbus_frontend_closed() 281 static void xenbus_va_dev_error(struct xenbus_device *dev, int err, in xenbus_va_dev_error() 316 void xenbus_dev_error(struct xenbus_device *dev, int err, const char *fmt, ...) in xenbus_dev_error() [all …]
|
D | xenbus_probe.c | 84 match_device(const struct xenbus_device_id *arr, struct xenbus_device *dev) in match_device() 105 static void free_otherend_details(struct xenbus_device *dev) in free_otherend_details() 112 static void free_otherend_watch(struct xenbus_device *dev) in free_otherend_watch() 122 static int talk_to_otherend(struct xenbus_device *dev) in talk_to_otherend() 134 static int watch_otherend(struct xenbus_device *dev) in watch_otherend() 146 int xenbus_read_otherend_details(struct xenbus_device *xendev, in xenbus_read_otherend_details() 177 struct xenbus_device *dev = in xenbus_otherend_changed() 178 container_of(watch, struct xenbus_device, otherend_watch); in xenbus_otherend_changed() 215 struct xenbus_device *dev = to_xenbus_device(_dev); \ 230 struct xenbus_device *dev = to_xenbus_device(_dev); in spurious_threshold_show() [all …]
|
D | xenbus_probe_frontend.c | 79 struct xenbus_device *dev = to_xenbus_device(_dev); in xenbus_uevent_frontend() 96 struct xenbus_device *xdev = container_of(w, struct xenbus_device, work); in xenbus_frontend_delayed_resume() 108 struct xenbus_device *xdev = to_xenbus_device(dev); in xenbus_frontend_dev_resume() 121 struct xenbus_device *xdev = to_xenbus_device(dev); in xenbus_frontend_dev_probe() 130 struct xenbus_device *dev = to_xenbus_device(_dev); in xenbus_frontend_dev_shutdown() 192 static int read_backend_details(struct xenbus_device *xendev) in read_backend_details() 199 struct xenbus_device *xendev = to_xenbus_device(dev); in is_device_connecting() 245 struct xenbus_device *xendev = to_xenbus_device(dev); in print_device_status()
|
D | xenbus_probe_backend.c | 98 struct xenbus_device *xdev; in xenbus_uevent_backend() 225 static int read_frontend_details(struct xenbus_device *xendev) in read_frontend_details() 230 int xenbus_dev_is_online(struct xenbus_device *dev) in xenbus_dev_is_online() 260 struct xenbus_device *xdev; in backend_reclaim_memory()
|
/linux-6.1.9/drivers/net/xen-netback/ |
D | xenbus.c | 203 static int netback_uevent(struct xenbus_device *xdev, in netback_uevent() 225 struct xenbus_device *dev = be->dev; in backend_create_xenvif() 289 struct xenbus_device *dev = be->dev; in backend_switch_state() 397 struct xenbus_device *dev) in read_xenbus_frontend_xdp() 417 static void frontend_changed(struct xenbus_device *dev, in frontend_changed() 465 static void xen_net_read_rate(struct xenbus_device *dev, in xen_net_read_rate() 501 static int xen_net_read_mac(struct xenbus_device *dev, u8 mac[]) in xen_net_read_mac() 527 struct xenbus_device *dev = xenvif_to_xenbus_device(vif); in xen_net_rate_changed() 545 static int xen_register_credit_watch(struct xenbus_device *dev, in xen_register_credit_watch() 587 struct xenbus_device *dev = xenvif_to_xenbus_device(vif); in xen_mcast_ctrl_changed() [all …]
|
D | common.h | 264 struct xenbus_device *dev; 339 static inline struct xenbus_device *xenvif_to_xenbus_device(struct xenvif *vif) in xenvif_to_xenbus_device()
|
/linux-6.1.9/drivers/block/xen-blkback/ |
D | xenbus.c | 22 struct xenbus_device *dev; 38 struct xenbus_device *xen_blkbk_xenbus(struct backend_info *be) in xen_blkbk_xenbus() 58 struct xenbus_device *dev = blkif->be->dev; in blkback_name() 383 struct xenbus_device *dev = to_xenbus_device(_dev); \ 432 struct xenbus_device *dev = to_xenbus_device(_dev); \ 442 static int xenvbd_sysfs_addif(struct xenbus_device *dev) in xenvbd_sysfs_addif() 466 static void xenvbd_sysfs_delif(struct xenbus_device *dev) in xenvbd_sysfs_delif() 527 static int xen_blkbk_remove(struct xenbus_device *dev) in xen_blkbk_remove() 557 struct xenbus_device *dev = be->dev; in xen_blkbk_flush_diskcache() 570 struct xenbus_device *dev = be->dev; in xen_blkbk_discard() [all …]
|
/linux-6.1.9/drivers/xen/ |
D | pvcalls-back.c | 39 struct xenbus_device *dev; 87 static int pvcalls_back_release_active(struct xenbus_device *dev, 259 static int pvcalls_back_socket(struct xenbus_device *dev, in pvcalls_back_socket() 386 static int pvcalls_back_connect(struct xenbus_device *dev, in pvcalls_back_connect() 432 static int pvcalls_back_release_active(struct xenbus_device *dev, in pvcalls_back_release_active() 457 static int pvcalls_back_release_passive(struct xenbus_device *dev, in pvcalls_back_release_passive() 474 static int pvcalls_back_release(struct xenbus_device *dev, in pvcalls_back_release() 616 static int pvcalls_back_bind(struct xenbus_device *dev, in pvcalls_back_bind() 681 static int pvcalls_back_listen(struct xenbus_device *dev, in pvcalls_back_listen() 708 static int pvcalls_back_accept(struct xenbus_device *dev, in pvcalls_back_accept() [all …]
|
/linux-6.1.9/drivers/input/misc/ |
D | xen-kbdfront.c | 42 struct xenbus_device *xbdev; 54 static int xenkbd_remove(struct xenbus_device *); 55 static int xenkbd_connect_backend(struct xenbus_device *, struct xenkbd_info *); 200 static int xenkbd_probe(struct xenbus_device *dev, in xenkbd_probe() 398 static int xenkbd_resume(struct xenbus_device *dev) in xenkbd_resume() 407 static int xenkbd_remove(struct xenbus_device *dev) in xenkbd_remove() 423 static int xenkbd_connect_backend(struct xenbus_device *dev, in xenkbd_connect_backend() 499 static void xenkbd_backend_changed(struct xenbus_device *dev, in xenkbd_backend_changed()
|
/linux-6.1.9/drivers/char/tpm/ |
D | xen-tpmfront.c | 22 struct xenbus_device *dev; 251 static int setup_ring(struct xenbus_device *dev, struct tpm_private *priv) in setup_ring() 334 static int tpmfront_probe(struct xenbus_device *dev, in tpmfront_probe() 363 static int tpmfront_remove(struct xenbus_device *dev) in tpmfront_remove() 373 static int tpmfront_resume(struct xenbus_device *dev) in tpmfront_resume() 380 static void backend_changed(struct xenbus_device *dev, in backend_changed()
|
/linux-6.1.9/drivers/video/fbdev/ |
D | xen-fbfront.c | 58 struct xenbus_device *xbdev; 70 static int xenfb_remove(struct xenbus_device *); 72 static int xenfb_connect_backend(struct xenbus_device *, struct xenfb_info *); 363 static int xenfb_probe(struct xenbus_device *dev, in xenfb_probe() 521 static int xenfb_resume(struct xenbus_device *dev) in xenfb_resume() 530 static int xenfb_remove(struct xenbus_device *dev) in xenfb_remove() 575 static int xenfb_connect_backend(struct xenbus_device *dev, in xenfb_connect_backend() 641 static void xenfb_backend_changed(struct xenbus_device *dev, in xenfb_backend_changed()
|
/linux-6.1.9/drivers/scsi/ |
D | xen-scsifront.c | 103 struct xenbus_device *dev; 791 struct xenbus_device *dev = info->dev; in scsifront_alloc_ring() 843 struct xenbus_device *dev = info->dev; in scsifront_init_ring() 893 static int scsifront_probe(struct xenbus_device *dev, in scsifront_probe() 949 static int scsifront_resume(struct xenbus_device *dev) in scsifront_resume() 976 static int scsifront_suspend(struct xenbus_device *dev) in scsifront_suspend() 998 static int scsifront_remove(struct xenbus_device *dev) in scsifront_remove() 1020 struct xenbus_device *dev = info->dev; in scsifront_disconnect() 1043 struct xenbus_device *dev = info->dev; in scsifront_do_lun_hotplug() 1131 static void scsifront_read_backend_params(struct xenbus_device *dev, in scsifront_read_backend_params() [all …]
|
/linux-6.1.9/net/9p/ |
D | trans_xen.c | 53 struct xenbus_device *dev; 306 static int xen_9pfs_front_remove(struct xenbus_device *dev) in xen_9pfs_front_remove() 315 static int xen_9pfs_front_alloc_dataring(struct xenbus_device *dev, in xen_9pfs_front_alloc_dataring() 374 static int xen_9pfs_front_probe(struct xenbus_device *dev, in xen_9pfs_front_probe() 481 static int xen_9pfs_front_resume(struct xenbus_device *dev) in xen_9pfs_front_resume() 487 static void xen_9pfs_front_changed(struct xenbus_device *dev, in xen_9pfs_front_changed()
|
/linux-6.1.9/drivers/tty/hvc/ |
D | hvc_xen.c | 37 struct xenbus_device *xbdev; 406 static int xencons_remove(struct xenbus_device *dev) in xencons_remove() 411 static int xencons_connect_backend(struct xenbus_device *dev, in xencons_connect_backend() 471 static int xencons_probe(struct xenbus_device *dev, in xencons_probe() 510 static int xencons_resume(struct xenbus_device *dev) in xencons_resume() 519 static void xencons_backend_changed(struct xenbus_device *dev, in xencons_backend_changed()
|
/linux-6.1.9/sound/xen/ |
D | xen_snd_front.c | 237 static void sndback_changed(struct xenbus_device *xb_dev, in sndback_changed() 298 static int xen_drv_probe(struct xenbus_device *xb_dev, in xen_drv_probe() 314 static int xen_drv_remove(struct xenbus_device *dev) in xen_drv_remove()
|
D | xen_snd_front.h | 23 struct xenbus_device *xb_dev;
|
/linux-6.1.9/drivers/usb/host/ |
D | xen-hcd.c | 76 struct xenbus_device *xbdev; 1107 static int xenhcd_setup_rings(struct xenbus_device *dev, in xenhcd_setup_rings() 1161 static int xenhcd_talk_to_backend(struct xenbus_device *dev, in xenhcd_talk_to_backend() 1220 static int xenhcd_connect(struct xenbus_device *dev) in xenhcd_connect() 1250 static void xenhcd_disconnect(struct xenbus_device *dev) in xenhcd_disconnect() 1441 static struct usb_hcd *xenhcd_create_hcd(struct xenbus_device *dev) in xenhcd_create_hcd() 1499 static void xenhcd_backend_changed(struct xenbus_device *dev, in xenhcd_backend_changed() 1533 static int xenhcd_remove(struct xenbus_device *dev) in xenhcd_remove() 1544 static int xenhcd_probe(struct xenbus_device *dev, in xenhcd_probe()
|
/linux-6.1.9/drivers/xen/events/ |
D | events_base.c | 126 struct xenbus_device *interdomain; 337 struct xenbus_device *dev) in xen_irq_info_evtchn_setup() 621 struct xenbus_device *dev = info->u.interdomain; in xen_irq_lateeoi_locked() 983 struct xenbus_device *dev; in __unbind_from_irq() 1205 struct xenbus_device *dev) in bind_evtchn_to_irq_chip() 1307 static int bind_interdomain_evtchn_to_irq_chip(struct xenbus_device *dev, in bind_interdomain_evtchn_to_irq_chip() 1324 int bind_interdomain_evtchn_to_irq_lateeoi(struct xenbus_device *dev, in bind_interdomain_evtchn_to_irq_lateeoi() 1475 struct xenbus_device *dev, evtchn_port_t remote_port, in bind_interdomain_evtchn_to_irqhandler_chip() 1494 int bind_interdomain_evtchn_to_irqhandler_lateeoi(struct xenbus_device *dev, in bind_interdomain_evtchn_to_irqhandler_lateeoi() 1668 struct xenbus_device *dev; in handle_irq_for_port()
|
/linux-6.1.9/drivers/gpu/drm/xen/ |
D | xen_drm_front_cfg.c | 51 struct xenbus_device *xb_dev = front_info->xb_dev; in xen_drm_front_cfg_card()
|
D | xen_drm_front.h | 84 struct xenbus_device *xb_dev;
|
/linux-6.1.9/drivers/xen/xen-pciback/ |
D | xenbus.c | 37 static struct xen_pcibk_device *alloc_pdev(struct xenbus_device *xdev) in alloc_pdev() 518 static void xen_pcibk_frontend_changed(struct xenbus_device *xdev, in xen_pcibk_frontend_changed() 684 static int xen_pcibk_xenbus_probe(struct xenbus_device *dev, in xen_pcibk_xenbus_probe() 719 static int xen_pcibk_xenbus_remove(struct xenbus_device *dev) in xen_pcibk_xenbus_remove()
|
/linux-6.1.9/drivers/pci/ |
D | xen-pcifront.c | 41 struct xenbus_device *xdev; 694 static struct pcifront_device *alloc_pdev(struct xenbus_device *xdev) in alloc_pdev() 1002 static void pcifront_backend_changed(struct xenbus_device *xdev, in pcifront_backend_changed() 1037 static int pcifront_xenbus_probe(struct xenbus_device *xdev, in pcifront_xenbus_probe() 1058 static int pcifront_xenbus_remove(struct xenbus_device *xdev) in pcifront_xenbus_remove()
|