Home
last modified time | relevance | path

Searched refs:xenbus_device (Results 1 - 25 of 72) sorted by relevance

123

/kernel/linux/linux-5.10/include/xen/
H A Dxenbus.h80 struct xenbus_device { struct
93 static inline struct xenbus_device *to_xenbus_device(struct device *dev) in to_xenbus_device()
95 return container_of(dev, struct xenbus_device, dev); in to_xenbus_device()
109 int (*probe)(struct xenbus_device *dev,
111 void (*otherend_changed)(struct xenbus_device *dev,
113 int (*remove)(struct xenbus_device *dev);
114 int (*suspend)(struct xenbus_device *dev);
115 int (*resume)(struct xenbus_device *dev);
116 int (*uevent)(struct xenbus_device *, struct kobj_uevent_env *);
118 int (*read_otherend_details)(struct xenbus_device *de
[all...]
H A Dxen-front-pgdir-shbuf.h49 struct xenbus_device *xb_dev;
59 struct xenbus_device *xb_dev;
/kernel/linux/linux-6.6/include/xen/
H A Dxenbus.h79 struct xenbus_device { struct
99 #define to_xenbus_device(__dev) container_of_const(__dev, struct xenbus_device, dev)
113 int (*probe)(struct xenbus_device *dev,
115 void (*otherend_changed)(struct xenbus_device *dev,
117 void (*remove)(struct xenbus_device *dev);
118 int (*suspend)(struct xenbus_device *dev);
119 int (*resume)(struct xenbus_device *dev);
120 int (*uevent)(const struct xenbus_device *, struct kobj_uevent_env *);
122 int (*read_otherend_details)(struct xenbus_device *dev);
123 int (*is_ready)(struct xenbus_device *de
[all...]
H A Dxen-front-pgdir-shbuf.h49 struct xenbus_device *xb_dev;
59 struct xenbus_device *xb_dev;
H A Devents.h15 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,
/kernel/linux/linux-5.10/drivers/xen/xenbus/
H A Dxenbus_client.c89 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 *de
[all...]
H A Dxenbus_probe.c83 match_device(const struct xenbus_device_id *arr, struct xenbus_device *dev) in match_device()
104 static void free_otherend_details(struct xenbus_device *dev) in free_otherend_details()
111 static void free_otherend_watch(struct xenbus_device *dev) in free_otherend_watch()
121 static int talk_to_otherend(struct xenbus_device *dev) in talk_to_otherend()
133 static int watch_otherend(struct xenbus_device *dev) in watch_otherend()
145 int xenbus_read_otherend_details(struct xenbus_device *xendev, in xenbus_read_otherend_details()
176 struct xenbus_device *dev = in xenbus_otherend_changed()
177 container_of(watch, struct xenbus_device, otherend_watch); in xenbus_otherend_changed()
211 struct xenbus_device *dev = to_xenbus_device(_dev); in xenbus_dev_probe()
267 struct xenbus_device *de in xenbus_dev_remove()
[all...]
H A Dxenbus_probe_frontend.c79 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()
253 struct xenbus_device *xendev = to_xenbus_device(dev); in print_device_status()
H A Dxenbus_probe_backend.c98 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()
/kernel/linux/linux-6.6/drivers/xen/xenbus/
H A Dxenbus_client.c89 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 *de
[all...]
H A Dxenbus_probe.c84 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 *de in spurious_threshold_show()
[all...]
H A Dxenbus_probe_frontend.c79 const 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()
H A Dxenbus_probe_backend.c98 const 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()
/kernel/linux/linux-5.10/drivers/net/xen-netback/
H A Dxenbus.c203 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 *de in xen_mcast_ctrl_changed()
[all...]
/kernel/linux/linux-6.6/drivers/net/xen-netback/
H A Dxenbus.c203 static int netback_uevent(const 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 *de in xen_mcast_ctrl_changed()
[all...]
/kernel/linux/linux-5.10/drivers/xen/
H A Dpvcalls-back.c39 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()
388 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()
475 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 *de
[all...]
/kernel/linux/linux-6.6/drivers/xen/
H A Dpvcalls-back.c40 struct xenbus_device *dev;
88 static int pvcalls_back_release_active(struct xenbus_device *dev,
261 static int pvcalls_back_socket(struct xenbus_device *dev, in pvcalls_back_socket()
392 static int pvcalls_back_connect(struct xenbus_device *dev, in pvcalls_back_connect()
436 static int pvcalls_back_release_active(struct xenbus_device *dev, in pvcalls_back_release_active()
461 static int pvcalls_back_release_passive(struct xenbus_device *dev, in pvcalls_back_release_passive()
478 static int pvcalls_back_release(struct xenbus_device *dev, in pvcalls_back_release()
621 static int pvcalls_back_bind(struct xenbus_device *dev, in pvcalls_back_bind()
686 static int pvcalls_back_listen(struct xenbus_device *dev, in pvcalls_back_listen()
713 static int pvcalls_back_accept(struct xenbus_device *de
[all...]
/kernel/linux/linux-6.6/drivers/char/tpm/
H A Dxen-tpmfront.c22 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 void tpmfront_remove(struct xenbus_device *dev) in tpmfront_remove()
372 static int tpmfront_resume(struct xenbus_device *dev) in tpmfront_resume()
379 static void backend_changed(struct xenbus_device *dev, in backend_changed()
/kernel/linux/linux-5.10/drivers/block/xen-blkback/
H A Dxenbus.c22 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()
530 static int xen_blkbk_remove(struct xenbus_device *dev) in xen_blkbk_remove()
560 struct xenbus_device *dev = be->dev; in xen_blkbk_flush_diskcache()
573 struct xenbus_device *de in xen_blkbk_discard()
[all...]
/kernel/linux/linux-6.6/drivers/block/xen-blkback/
H A Dxenbus.c22 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 void xen_blkbk_remove(struct xenbus_device *dev) in xen_blkbk_remove()
555 struct xenbus_device *dev = be->dev; in xen_blkbk_flush_diskcache()
568 struct xenbus_device *de in xen_blkbk_discard()
[all...]
/kernel/linux/linux-5.10/drivers/input/misc/
H A Dxen-kbdfront.c42 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()
/kernel/linux/linux-6.6/drivers/input/misc/
H A Dxen-kbdfront.c42 struct xenbus_device *xbdev;
54 static void 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 void xenkbd_remove(struct xenbus_device *dev) in xenkbd_remove()
422 static int xenkbd_connect_backend(struct xenbus_device *dev, in xenkbd_connect_backend()
498 static void xenkbd_backend_changed(struct xenbus_device *dev, in xenkbd_backend_changed()
/kernel/linux/linux-5.10/net/9p/
H A Dtrans_xen.c76 struct xenbus_device *dev;
332 static int xen_9pfs_front_remove(struct xenbus_device *dev) in xen_9pfs_front_remove()
341 static int xen_9pfs_front_alloc_dataring(struct xenbus_device *dev, in xen_9pfs_front_alloc_dataring()
400 static int xen_9pfs_front_init(struct xenbus_device *dev) in xen_9pfs_front_init()
500 static int xen_9pfs_front_probe(struct xenbus_device *dev, in xen_9pfs_front_probe()
519 static int xen_9pfs_front_resume(struct xenbus_device *dev) in xen_9pfs_front_resume()
525 static void xen_9pfs_front_changed(struct xenbus_device *dev, in xen_9pfs_front_changed()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dxen-fbfront.c58 struct xenbus_device *xbdev;
70 static void xenfb_remove(struct xenbus_device *);
72 static int xenfb_connect_backend(struct xenbus_device *, struct xenfb_info *);
342 static int xenfb_probe(struct xenbus_device *dev, in xenfb_probe()
496 static int xenfb_resume(struct xenbus_device *dev) in xenfb_resume()
505 static void xenfb_remove(struct xenbus_device *dev) in xenfb_remove()
548 static int xenfb_connect_backend(struct xenbus_device *dev, in xenfb_connect_backend()
614 static void xenfb_backend_changed(struct xenbus_device *dev, in xenfb_backend_changed()
/kernel/linux/linux-5.10/drivers/char/tpm/
H A Dxen-tpmfront.c22 struct xenbus_device *dev;
251 static int setup_ring(struct xenbus_device *dev, struct tpm_private *priv) in setup_ring()
346 static int tpmfront_probe(struct xenbus_device *dev, in tpmfront_probe()
375 static int tpmfront_remove(struct xenbus_device *dev) in tpmfront_remove()
385 static int tpmfront_resume(struct xenbus_device *dev) in tpmfront_resume()
392 static void backend_changed(struct xenbus_device *dev, in backend_changed()

Completed in 18 milliseconds

123