Home
last modified time | relevance | path

Searched refs:lookup_phy_chans (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma/
H A Dste_dma40.c235 * D40_PHY_CHAN, the lookup_phy_chans shall be used instead.
545 * @lookup_phy_chans: Used to map interrupt number to physical channel. Points
585 struct d40_chan **lookup_phy_chans; member
1671 d40c = base->lookup_phy_chans[idx]; in d40_handle_interrupt()
1953 d40c->base->lookup_phy_chans[d40c->phy_chan->num] = d40c; in d40_allocate_channel()
2033 d40c->base->lookup_phy_chans[phy->num] = NULL; in d40_free_dma()
3252 base->lookup_phy_chans = kcalloc(num_phy_chans, in d40_hw_detect_init()
3253 sizeof(*base->lookup_phy_chans), in d40_hw_detect_init()
3255 if (!base->lookup_phy_chans) in d40_hw_detect_init()
3300 kfree(base->lookup_phy_chans); in d40_hw_detect_init()
[all...]
/kernel/linux/linux-6.6/drivers/dma/
H A Dste_dma40.c264 * D40_PHY_CHAN, the lookup_phy_chans shall be used instead.
572 * @lookup_phy_chans: Used to map interrupt number to physical channel. Points
610 struct d40_chan **lookup_phy_chans; member
1695 d40c = base->lookup_phy_chans[idx]; in d40_handle_interrupt()
1977 d40c->base->lookup_phy_chans[d40c->phy_chan->num] = d40c; in d40_allocate_channel()
2057 d40c->base->lookup_phy_chans[phy->num] = NULL; in d40_free_dma()
3267 base->lookup_phy_chans = devm_kcalloc(dev, num_phy_chans, in d40_hw_detect_init()
3268 sizeof(*base->lookup_phy_chans), in d40_hw_detect_init()
3270 if (!base->lookup_phy_chans) in d40_hw_detect_init()

Completed in 9 milliseconds