bootstrap_resources 1941 drivers/char/xillybus/xillybus_core.c 	void *bootstrap_resources;
bootstrap_resources 1966 drivers/char/xillybus/xillybus_core.c 	bootstrap_resources = devres_open_group(dev, NULL, GFP_KERNEL);
bootstrap_resources 1967 drivers/char/xillybus/xillybus_core.c 	if (!bootstrap_resources)
bootstrap_resources 2020 drivers/char/xillybus/xillybus_core.c 	devres_close_group(dev, bootstrap_resources);
bootstrap_resources 2043 drivers/char/xillybus/xillybus_core.c 	devres_release_group(dev, bootstrap_resources);