Symbol: tb_dma_port
drivers/thunderbolt/dma_port.c
203
struct tb_dma_port *dma_port_alloc(struct tb_switch *sw)
drivers/thunderbolt/dma_port.c
205
struct tb_dma_port *dma;
drivers/thunderbolt/dma_port.c
227
void dma_port_free(struct tb_dma_port *dma)
drivers/thunderbolt/dma_port.c
232
static int dma_port_wait_for_completion(struct tb_dma_port *dma,
drivers/thunderbolt/dma_port.c
271
static int dma_port_request(struct tb_dma_port *dma, u32 in,
drivers/thunderbolt/dma_port.c
298
struct tb_dma_port *dma = data;
drivers/thunderbolt/dma_port.c
320
struct tb_dma_port *dma = data;
drivers/thunderbolt/dma_port.c
353
int dma_port_flash_read(struct tb_dma_port *dma, unsigned int address,
drivers/thunderbolt/dma_port.c
373
int dma_port_flash_write(struct tb_dma_port *dma, unsigned int address,
drivers/thunderbolt/dma_port.c
396
int dma_port_flash_update_auth(struct tb_dma_port *dma)
drivers/thunderbolt/dma_port.c
420
int dma_port_flash_update_auth_status(struct tb_dma_port *dma, u32 *status)
drivers/thunderbolt/dma_port.c
452
int dma_port_power_cycle(struct tb_dma_port *dma)
drivers/thunderbolt/dma_port.h
16
struct tb_dma_port;
drivers/thunderbolt/dma_port.h
21
struct tb_dma_port *dma_port_alloc(struct tb_switch *sw);
drivers/thunderbolt/dma_port.h
22
void dma_port_free(struct tb_dma_port *dma);
drivers/thunderbolt/dma_port.h
23
int dma_port_flash_read(struct tb_dma_port *dma, unsigned int address,
drivers/thunderbolt/dma_port.h
25
int dma_port_flash_update_auth(struct tb_dma_port *dma);
drivers/thunderbolt/dma_port.h
26
int dma_port_flash_update_auth_status(struct tb_dma_port *dma, u32 *status);
drivers/thunderbolt/dma_port.h
27
int dma_port_flash_write(struct tb_dma_port *dma, unsigned int address,
drivers/thunderbolt/dma_port.h
29
int dma_port_power_cycle(struct tb_dma_port *dma);
drivers/thunderbolt/tb.h
175
struct tb_dma_port *dma_port;