Lines Matching refs:is_src
1367 static bool d40_alloc_mask_set(struct d40_phy_res *phy, bool is_src, in d40_alloc_mask_set() argument
1384 if (is_src) { in d40_alloc_mask_set()
1418 static bool d40_alloc_mask_free(struct d40_phy_res *phy, bool is_src, in d40_alloc_mask_free() argument
1433 if (is_src) { in d40_alloc_mask_free()
1461 bool is_src; in d40_allocate_channel() local
1469 is_src = true; in d40_allocate_channel()
1475 is_src = false; in d40_allocate_channel()
1487 if (d40_alloc_mask_set(&phys[i], is_src, in d40_allocate_channel()
1496 is_src, in d40_allocate_channel()
1519 if (is_src) { in d40_allocate_channel()
1521 if (d40_alloc_mask_set(&phys[i], is_src, in d40_allocate_channel()
1527 if (d40_alloc_mask_set(&phys[i], is_src, in d40_allocate_channel()
1577 bool is_src; in d40_free_dma() local
1607 is_src = false; in d40_free_dma()
1610 is_src = true; in d40_free_dma()
1632 if (!d40_alloc_mask_free(phy, is_src, event)) { in d40_free_dma()
1646 (void) d40_alloc_mask_free(phy, is_src, 0); in d40_free_dma()