Searched defs:rm_field (Results 1 – 1 of 1) sorted by relevance
678 static void regmap_field_init(struct regmap_field *rm_field, in regmap_field_init()692 struct regmap_field *rm_field = devm_kzalloc(dev, sizeof(*rm_field), in devm_regmap_field_alloc() local710 struct regmap_field *rm_field = kzalloc(sizeof(*rm_field), GFP_KERNEL); in regmap_field_alloc() local
Completed in 5 milliseconds