Lines Matching defs:ch_count
5039 int ch_count, ret;
5058 ch_count = ud->bchan_cnt + ud->tchan_cnt + ud->rchan_cnt;
5060 ch_count -= bitmap_weight(ud->bchan_map, ud->bchan_cnt);
5061 ch_count -= bitmap_weight(ud->tchan_map, ud->tchan_cnt);
5062 ch_count -= bitmap_weight(ud->rchan_map, ud->rchan_cnt);
5063 if (!ch_count)
5066 ud->channels = devm_kcalloc(dev, ch_count, sizeof(*ud->channels),
5075 ch_count,
5086 ch_count,
5097 ch_count,
5107 return ch_count;
5320 int ch_count;
5475 ch_count = setup_resources(ud);
5476 if (ch_count <= 0)
5477 return ch_count;
5517 for (i = 0; i < ch_count; i++) {