Home
last modified time | relevance | path

Searched refs:dma_port_alloc (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/thunderbolt/
H A Ddma_port.h21 struct tb_dma_port *dma_port_alloc(struct tb_switch *sw);
H A Ddma_port.c201 struct tb_dma_port *dma_port_alloc(struct tb_switch *sw) in dma_port_alloc() function
H A Dswitch.c2747 sw->dma_port = dma_port_alloc(sw); in tb_switch_add_dma_port()