Lines Matching defs:nd_region
17 struct nd_region *nd_region = to_nd_region(dev->parent);
22 ida_simple_remove(&nd_region->btt_ida, nd_btt->id);
183 static struct device *__nd_btt_create(struct nd_region *nd_region,
194 nd_btt->id = ida_simple_get(&nd_region->btt_ida, 0, 0, GFP_KERNEL);
206 dev_set_name(dev, "btt%d.%d", nd_region->id, nd_btt->id);
207 dev->parent = &nd_region->dev;
220 ida_simple_remove(&nd_region->btt_ida, nd_btt->id);
227 struct device *nd_btt_create(struct nd_region *nd_region)
229 struct device *dev = __nd_btt_create(nd_region, 0, NULL, NULL);
340 struct nd_region *nd_region = to_nd_region(ndns->dev.parent);
355 btt_dev = __nd_btt_create(nd_region, 0, NULL, ndns);