Lines Matching refs:data
132 const struct syscfg_reset_controller_data *data)
141 rc->channels = devm_kcalloc(dev, data->nr_channels,
148 rc->rst.nr_resets = data->nr_channels;
149 rc->active_low = data->active_low;
151 for (i = 0; i < data->nr_channels; i++) {
154 const char *compatible = data->channels[i].compatible;
160 f = devm_regmap_field_alloc(dev, map, data->channels[i].reset);
166 if (!data->wait_for_ack)
169 f = devm_regmap_field_alloc(dev, map, data->channels[i].ack);
192 if (!match || !match->data)
195 return syscfg_reset_controller_register(dev, match->data);