Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/char/xillybus/
Dxillybus_core.c1944 void *bootstrap_resources; in xillybus_endpoint_discovery() local
1969 bootstrap_resources = devres_open_group(dev, NULL, GFP_KERNEL); in xillybus_endpoint_discovery()
1970 if (!bootstrap_resources) in xillybus_endpoint_discovery()
2023 devres_close_group(dev, bootstrap_resources); in xillybus_endpoint_discovery()
2046 devres_release_group(dev, bootstrap_resources); in xillybus_endpoint_discovery()