Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/char/xillybus/
H A Dxillybus_core.c1850 void *bootstrap_resources; in xillybus_endpoint_discovery() local
1875 bootstrap_resources = devres_open_group(dev, NULL, GFP_KERNEL); in xillybus_endpoint_discovery()
1876 if (!bootstrap_resources) in xillybus_endpoint_discovery()
1929 devres_close_group(dev, bootstrap_resources); in xillybus_endpoint_discovery()
1949 devres_release_group(dev, bootstrap_resources); in xillybus_endpoint_discovery()
/kernel/linux/linux-5.10/drivers/char/xillybus/
H A Dxillybus_core.c1941 void *bootstrap_resources; in xillybus_endpoint_discovery() local
1966 bootstrap_resources = devres_open_group(dev, NULL, GFP_KERNEL); in xillybus_endpoint_discovery()
1967 if (!bootstrap_resources) in xillybus_endpoint_discovery()
2020 devres_close_group(dev, bootstrap_resources); in xillybus_endpoint_discovery()
2043 devres_release_group(dev, bootstrap_resources); in xillybus_endpoint_discovery()

Completed in 5 milliseconds