Lines Matching refs:from
1241 * @from: Start the search from this flow id number
1245 * only using explicit flow id number. if @from is set to -1 it will try to find
1246 * first free range. if @from is positive value it will force allocation only
1254 static int __udma_alloc_gp_rflow_range(struct udma_dev *ud, int from, int cnt)
1259 tmp_from = from;
1278 if (from >= 0 && start != from)
1285 static int __udma_free_gp_rflow_range(struct udma_dev *ud, int from, int cnt)
1287 if (from < ud->rchan_cnt)
1289 if (from + cnt > ud->rflow_cnt)
1292 bitmap_clear(ud->rflow_gp_map_allocated, from, cnt);
2334 /* Event from UDMA (TR events) only needed for slave TR mode channels */
2523 /* Event from BCDMA (TR events) only needed for slave channels */
3192 * the data it has received from the peripheral.
4593 /* Get resource ranges from tisci */
4755 /* Get resource ranges from tisci */
4939 /* Get resource ranges from tisci */