Lines Matching refs:spi_mem_op
136 bool (*match)(const struct spi_mem_op *op);
137 int (*exec)(struct spi_mem *mem, const struct spi_mem_op *op);
140 static bool wpcm_fiu_normal_match(const struct spi_mem_op *op)
150 static int wpcm_fiu_normal_exec(struct spi_mem *mem, const struct spi_mem_op *op)
169 static bool wpcm_fiu_fast_read_match(const struct spi_mem_op *op)
177 static int wpcm_fiu_fast_read_exec(struct spi_mem *mem, const struct spi_mem_op *op)
190 static bool wpcm_fiu_4ba_match(const struct spi_mem_op *op)
195 static int wpcm_fiu_4ba_exec(struct spi_mem *mem, const struct spi_mem_op *op)
233 static bool wpcm_fiu_rdid_match(const struct spi_mem_op *op)
240 static int wpcm_fiu_rdid_exec(struct spi_mem *mem, const struct spi_mem_op *op)
266 static bool wpcm_fiu_dummy_match(const struct spi_mem_op *op)
277 static int wpcm_fiu_dummy_exec(struct spi_mem *mem, const struct spi_mem_op *op)
308 static const struct wpcm_fiu_op_shape *wpcm_fiu_find_op_shape(const struct spi_mem_op *op)
322 static bool wpcm_fiu_supports_op(struct spi_mem *mem, const struct spi_mem_op *op)
352 static int wpcm_fiu_exec_op(struct spi_mem *mem, const struct spi_mem_op *op)
367 static int wpcm_fiu_adjust_op_size(struct spi_mem *mem, struct spi_mem_op *op)