Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/xen/xenbus/
Dxenbus_probe_frontend.c201 struct xenbus_driver *xendrv; in is_device_connecting() local
226 xendrv = to_xenbus_driver(dev->driver); in is_device_connecting()
229 xendrv->is_ready && !xendrv->is_ready(xendev))); in is_device_connecting()
309 static void wait_for_devices(struct xenbus_driver *xendrv) in wait_for_devices() argument
312 struct device_driver *drv = xendrv ? &xendrv->driver : NULL; in wait_for_devices()