Home
last modified time | relevance | path

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

/include/linux/spi/
A Dspi-mem.h148 struct spi_mem_op { struct
212 struct spi_mem_op op_tmpl;
331 const struct spi_mem_op *op);
342 const struct spi_mem_op *op,
396 const struct spi_mem_op *op,
400 const struct spi_mem_op *op);
404 const struct spi_mem_op *op, in spi_controller_dma_map_mem_op_data()
419 const struct spi_mem_op *op) in spi_mem_default_supports_op()
430 const struct spi_mem_op *op);
433 const struct spi_mem_op *op);
[all …]
/include/linux/mtd/
A Dspinand.h380 const struct spi_mem_op *ops;
386 .ops = (struct spi_mem_op[]) { __VA_ARGS__ }, \
387 .nops = sizeof((struct spi_mem_op[]){ __VA_ARGS__ }) / \
388 sizeof(struct spi_mem_op), \
645 const struct spi_mem_op *read_cache;
646 const struct spi_mem_op *write_cache;
647 const struct spi_mem_op *update_cache;

Completed in 7 milliseconds