Searched refs:dw_spi_update_config (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/spi/ |
| H A D | spi-dw-core.c | 345 void dw_spi_update_config(struct dw_spi *dws, struct spi_device *spi, in dw_spi_update_config() function 409 EXPORT_SYMBOL_NS_GPL(dw_spi_update_config, "SPI_DW_CORE"); 520 dw_spi_update_config(dws, spi, &cfg, NULL); in dw_spi_transfer_one() 832 dw_spi_update_config(dws, mem->spi, &cfg, NULL); in dw_spi_exec_mem_op() 1000 dw_spi_update_config(dws, mem->spi, &cfg, &enh_cfg); in dw_spi_exec_enh_mem_op()
|
| H A D | spi-dw.h | 340 extern void dw_spi_update_config(struct dw_spi *dws, struct spi_device *spi,
|