Home
last modified time | relevance | path

Searched refs:spi_mem_adjust_op_freq (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/spi/
H A Dspi-mem.c269 spi_mem_adjust_op_freq(mem, (struct spi_mem_op *)op); in spi_mem_supports_op()
381 spi_mem_adjust_op_freq(mem, (struct spi_mem_op *)op); in spi_mem_exec_op()
572 void spi_mem_adjust_op_freq(struct spi_mem *mem, struct spi_mem_op *op) in spi_mem_adjust_op_freq() function
577 EXPORT_SYMBOL_GPL(spi_mem_adjust_op_freq);
603 spi_mem_adjust_op_freq(mem, op); in spi_mem_calc_op_duration()
/linux/drivers/mtd/nand/spi/
H A Dcore.c1304 spi_mem_adjust_op_freq(spinand->spimem, &op); in spinand_select_op_variant()