Home
last modified time | relevance | path

Searched refs:cppi_channel (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/usb/musb/
Dcppi_dma.c59 static inline struct cppi_descriptor *cppi_bd_alloc(struct cppi_channel *c) in cppi_bd_alloc()
69 cppi_bd_free(struct cppi_channel *c, struct cppi_descriptor *bd) in cppi_bd_free()
108 static void cppi_pool_init(struct cppi *cppi, struct cppi_channel *c) in cppi_pool_init()
134 static void cppi_pool_free(struct cppi_channel *c) in cppi_pool_free()
179 struct cppi_channel *tx_ch = controller->tx + i; in cppi_controller_start()
189 struct cppi_channel *rx_ch = controller->rx + i; in cppi_controller_start()
284 struct cppi_channel *cppi_ch; in cppi_channel_allocate()
330 struct cppi_channel *c; in cppi_channel_release()
335 c = container_of(channel, struct cppi_channel, channel); in cppi_channel_release()
350 cppi_dump_rx(int level, struct cppi_channel *c, const char *tag) in cppi_dump_rx()
[all …]
Dcppi_dma.h79 struct cppi_channel { struct
123 struct cppi_channel tx[4]; argument
124 struct cppi_channel rx[4];