Lines Matching refs:nch
101 int nch; member
102 struct clk *ch_clk[] __counted_by(nch);
205 int i, nch, ver; in usbtll_omap_probe() local
220 nch = OMAP_TLL_CHANNEL_COUNT; in usbtll_omap_probe()
224 nch = OMAP_REV2_TLL_CHANNEL_COUNT; in usbtll_omap_probe()
227 nch = OMAP_TLL_CHANNEL_COUNT; in usbtll_omap_probe()
229 ver, nch); in usbtll_omap_probe()
233 tll = devm_kzalloc(dev, struct_size(tll, ch_clk, nch), GFP_KERNEL); in usbtll_omap_probe()
241 tll->nch = nch; in usbtll_omap_probe()
244 for (i = 0; i < nch; i++) { in usbtll_omap_probe()
281 for (i = 0; i < tll->nch; i++) { in usbtll_omap_remove()
322 for (i = 0; i < tll->nch; i++) in omap_tll_init()
338 for (i = 0; i < tll->nch; i++) { in omap_tll_init()
396 for (i = 0; i < tll->nch; i++) { in omap_tll_enable()
428 for (i = 0; i < tll->nch; i++) { in omap_tll_disable()