tb_dma_port
struct tb_dma_port *dma_port_alloc(struct tb_switch *sw)
struct tb_dma_port *dma;
void dma_port_free(struct tb_dma_port *dma)
static int dma_port_wait_for_completion(struct tb_dma_port *dma,
static int dma_port_request(struct tb_dma_port *dma, u32 in,
struct tb_dma_port *dma = data;
struct tb_dma_port *dma = data;
int dma_port_flash_read(struct tb_dma_port *dma, unsigned int address,
int dma_port_flash_write(struct tb_dma_port *dma, unsigned int address,
int dma_port_flash_update_auth(struct tb_dma_port *dma)
int dma_port_flash_update_auth_status(struct tb_dma_port *dma, u32 *status)
int dma_port_power_cycle(struct tb_dma_port *dma)
struct tb_dma_port;
struct tb_dma_port *dma_port_alloc(struct tb_switch *sw);
void dma_port_free(struct tb_dma_port *dma);
int dma_port_flash_read(struct tb_dma_port *dma, unsigned int address,
int dma_port_flash_update_auth(struct tb_dma_port *dma);
int dma_port_flash_update_auth_status(struct tb_dma_port *dma, u32 *status);
int dma_port_flash_write(struct tb_dma_port *dma, unsigned int address,
int dma_port_power_cycle(struct tb_dma_port *dma);
struct tb_dma_port *dma_port;