Home
last modified time | relevance | path

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

/openbmc/linux/drivers/xen/xenbus/
H A Dxenbus_probe_frontend.c201 struct xenbus_driver *xendrv; in is_device_connecting() local
214 xendrv = to_xenbus_driver(dev->driver); in is_device_connecting()
216 if (ignore_nonessential && xendrv->not_essential) in is_device_connecting()
221 xendrv->is_ready && !xendrv->is_ready(xendev))); in is_device_connecting()
301 static void wait_for_devices(struct xenbus_driver *xendrv) in wait_for_devices() argument
304 struct device_driver *drv = xendrv ? &xendrv->driver : NULL; in wait_for_devices()