Searched refs:spi_mem_op (Results 1 – 7 of 7) sorted by relevance
33 struct spi_mem_op op; in spi_nand_reg()35 zeromem(&op, sizeof(struct spi_mem_op)); in spi_nand_reg()129 struct spi_mem_op op; in spi_nand_reset()133 zeromem(&op, sizeof(struct spi_mem_op)); in spi_nand_reset()147 struct spi_mem_op op; in spi_nand_read_id()149 zeromem(&op, sizeof(struct spi_mem_op)); in spi_nand_read_id()162 struct spi_mem_op op; in spi_nand_load_page()169 zeromem(&op, sizeof(struct spi_mem_op)); in spi_nand_load_page()
49 struct spi_mem_op { struct123 int (*exec_op)(const struct spi_mem_op *op);126 int spi_mem_exec_op(const struct spi_mem_op *op);
34 struct spi_mem_op spi_read_cache_op;
38 struct spi_mem_op read_op;
135 static int stm32_qspi_wait_cmd(const struct spi_mem_op *op) in stm32_qspi_wait_cmd()177 static int stm32_qspi_poll(const struct spi_mem_op *op) in stm32_qspi_poll()208 static int stm32_qspi_mm(const struct spi_mem_op *op) in stm32_qspi_mm()217 static int stm32_qspi_tx(const struct spi_mem_op *op, uint8_t mode) in stm32_qspi_tx()239 static int stm32_qspi_exec_op(const struct spi_mem_op *op) in stm32_qspi_exec_op()
62 static bool spi_mem_supports_op(const struct spi_mem_op *op) in spi_mem_supports_op()148 int spi_mem_exec_op(const struct spi_mem_op *op) in spi_mem_exec_op()
41 struct spi_mem_op op; in spi_nor_reg()43 zeromem(&op, sizeof(struct spi_mem_op)); in spi_nor_reg()