region_devres
struct region_devres *this = res;
struct region_devres *this = res, *match = match_data;
struct region_devres *dr = NULL;
dr = devres_alloc(devm_region_release, sizeof(struct region_devres),
struct region_devres match_data = { parent, start, n };
struct region_devres *dr = NULL;
sizeof(struct region_devres), GFP_KERNEL);