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

/linux-master/kernel/
H A Dresource.c1589 struct region_devres { struct
1597 struct region_devres *this = res;
1604 struct region_devres *this = res, *match = match_data;
1614 struct region_devres *dr = NULL;
1617 dr = devres_alloc(devm_region_release, sizeof(struct region_devres),
1639 struct region_devres match_data = { parent, start, n };
1882 struct region_devres *dr = NULL;
1892 sizeof(struct region_devres), GFP_KERNEL);

Completed in 142 milliseconds