Lines Matching defs:index
507 int i, index;
538 index = rockchip_sound_codec_node_match(np_codec);
539 if (index < 0)
542 switch (index) {
556 rockchip_dais[index].name);
561 *dai = rockchip_dais[index];
568 if (card->num_dapm_routes + rockchip_routes[index].num_routes >
575 rockchip_routes[index].routes,
576 rockchip_routes[index].num_routes * sizeof(*routes));
577 card->num_dapm_routes += rockchip_routes[index].num_routes;