Home
last modified time | relevance | path

Searched refs:xenbus_probe (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/xen/xenbus/
DMakefile9 xenbus-objs += xenbus_probe.o
Dxenbus_probe.c685 void xenbus_probe(struct work_struct *unused) in xenbus_probe() function
692 EXPORT_SYMBOL_GPL(xenbus_probe);
702 xenbus_probe(NULL); in xenbus_probe_initcall()
Dxenbus_comms.c60 static DECLARE_WORK(probe_work, xenbus_probe);
/Linux-v4.19/drivers/xen/
Dplatform-pci.c165 xenbus_probe(NULL); in platform_pci_probe()
/Linux-v4.19/include/xen/
Dxenbus.h181 void xenbus_probe(struct work_struct *);
/Linux-v4.19/arch/arm/xen/
Denlighten.c408 xenbus_probe(NULL); in xen_guest_init()