Lines Matching defs:maps
82 struct mpm_gic_map *maps;
203 struct mpm_gic_map *maps = priv->maps;
207 if (maps[i].pin == pin)
208 return &maps[i];
308 static bool gic_hwirq_is_mapped(struct mpm_gic_map *maps, int cnt, u32 hwirq)
313 if (maps[i].hwirq == hwirq)
354 priv->maps = devm_kcalloc(dev, priv->map_cnt, sizeof(*priv->maps),
356 if (!priv->maps)
365 if (gic_hwirq_is_mapped(priv->maps, i, hwirq)) {
371 priv->maps[i].pin = pin;
372 priv->maps[i].hwirq = hwirq;