Lines Matching refs:ci
4533 int pt, ci, i = 0; in release_port() local
4537 ci = dch->slot; in release_port()
4538 pt = hc->chan[ci].port; in release_port()
4557 hc->chan[ci].dch = NULL; in release_port()
4599 ~(1 << hc->chan[ci].port); in release_port()
4603 if (hc->chan[ci - 2].bch) { in release_port()
4607 __func__, hc->chan[ci - 2].port + 1, in release_port()
4608 ci - 2); in release_port()
4609 pb = hc->chan[ci - 2].bch; in release_port()
4610 hc->chan[ci - 2].bch = NULL; in release_port()
4614 kfree(hc->chan[ci - 2].coeff); in release_port()
4617 if (hc->chan[ci - 1].bch) { in release_port()
4621 __func__, hc->chan[ci - 1].port + 1, in release_port()
4622 ci - 1); in release_port()
4623 pb = hc->chan[ci - 1].bch; in release_port()
4624 hc->chan[ci - 1].bch = NULL; in release_port()
4628 kfree(hc->chan[ci - 1].coeff); in release_port()
4637 pt+1, ci); in release_port()