dma_port          448 drivers/thunderbolt/eeprom.c 	if (!sw->dma_port)
dma_port          459 drivers/thunderbolt/eeprom.c 	ret = dma_port_flash_read(sw->dma_port, drom_offset + 14, size,
dma_port          470 drivers/thunderbolt/eeprom.c 	ret = dma_port_flash_read(sw->dma_port, drom_offset, sw->drom, *size);
dma_port          154 drivers/thunderbolt/switch.c 			ret = dma_port_flash_write(sw->dma_port,
dma_port          166 drivers/thunderbolt/switch.c 	return dma_port_flash_write(sw->dma_port, 0, buf, image_size);
dma_port          188 drivers/thunderbolt/switch.c 		ret = dma_port_flash_update_auth(sw->dma_port);
dma_port          197 drivers/thunderbolt/switch.c 		if (dma_port_flash_update_auth_status(sw->dma_port, &status) > 0)
dma_port          205 drivers/thunderbolt/switch.c 	dma_port_power_cycle(sw->dma_port);
dma_port          213 drivers/thunderbolt/switch.c 	ret = dma_port_flash_update_auth(sw->dma_port);
dma_port          234 drivers/thunderbolt/switch.c 		ret = dma_port_flash_update_auth_status(sw->dma_port, &status);
dma_port          244 drivers/thunderbolt/switch.c 			dma_port_power_cycle(sw->dma_port);
dma_port          267 drivers/thunderbolt/switch.c 	ret = dma_port_flash_read(sw->dma_port, offset, val, bytes);
dma_port          351 drivers/thunderbolt/switch.c 	if (!sw->dma_port)
dma_port          368 drivers/thunderbolt/switch.c 		ret = dma_port_flash_read(sw->dma_port, NVM_FLASH_SIZE, &val,
dma_port          377 drivers/thunderbolt/switch.c 		ret = dma_port_flash_read(sw->dma_port, NVM_VERSION, &val,
dma_port         1380 drivers/thunderbolt/switch.c 		if (sw->dma_port && !sw->no_nvm_upgrade)
dma_port         1384 drivers/thunderbolt/switch.c 		if (sw->dma_port)
dma_port         1411 drivers/thunderbolt/switch.c 	dma_port_free(sw->dma_port);
dma_port         1743 drivers/thunderbolt/switch.c 	sw->dma_port = dma_port_alloc(sw);
dma_port         1744 drivers/thunderbolt/switch.c 	if (!sw->dma_port)
dma_port         1768 drivers/thunderbolt/switch.c 	ret = dma_port_flash_update_auth_status(sw->dma_port, &status);
dma_port         1782 drivers/thunderbolt/switch.c 	dma_port_power_cycle(sw->dma_port);
dma_port           92 drivers/thunderbolt/tb.h 	struct tb_dma_port *dma_port;
dma_port          139 sound/soc/qcom/lpass-platform.c 	int ret, dma_port = pcm_data->i2s_port + v->dmactl_audif_start;
dma_port          151 sound/soc/qcom/lpass-platform.c 			LPAIF_DMACTL_AUDINTF(dma_port) |