Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/spi/
Dspi-mem.c378 spi_mem_adjust_op_freq(mem, (struct spi_mem_op *)op); in spi_mem_exec_op()
558 void spi_mem_adjust_op_freq(struct spi_mem *mem, struct spi_mem_op *op) in spi_mem_adjust_op_freq() function
563 EXPORT_SYMBOL_GPL(spi_mem_adjust_op_freq);
/linux-6.14.4/include/linux/spi/
Dspi-mem.h426 void spi_mem_adjust_op_freq(struct spi_mem *mem, struct spi_mem_op *op);
/linux-6.14.4/drivers/mtd/nand/spi/
Dcore.c1235 spi_mem_adjust_op_freq(spinand->spimem, &op); in spinand_select_op_variant()