Lines Matching defs:index
483 int i, index;
514 index = rockchip_sound_codec_node_match(np_codec);
515 if (index < 0)
518 switch (index) {
532 rockchip_dais[index].name);
537 *dai = rockchip_dais[index];
544 if (card->num_dapm_routes + rockchip_routes[index].num_routes >
551 rockchip_routes[index].routes,
552 rockchip_routes[index].num_routes * sizeof(*routes));
553 card->num_dapm_routes += rockchip_routes[index].num_routes;