Lines Matching defs:data
142 const struct syscfg_reset_controller_data *data)
151 rc->channels = devm_kcalloc(dev, data->nr_channels,
158 rc->rst.nr_resets = data->nr_channels;
159 rc->active_low = data->active_low;
161 for (i = 0; i < data->nr_channels; i++) {
164 const char *compatible = data->channels[i].compatible;
170 f = devm_regmap_field_alloc(dev, map, data->channels[i].reset);
176 if (!data->wait_for_ack)
179 f = devm_regmap_field_alloc(dev, map, data->channels[i].ack);
202 if (!match || !match->data)
205 return syscfg_reset_controller_register(dev, match->data);