Lines Matching refs:spi_mem
137 struct spi_mem { struct
149 static inline void spi_mem_set_drvdata(struct spi_mem *mem, void *data) in spi_mem_set_drvdata() argument
161 static inline void *spi_mem_get_drvdata(struct spi_mem *mem) in spi_mem_get_drvdata()
186 int (*adjust_op_size)(struct spi_mem *mem, struct spi_mem_op *op);
187 bool (*supports_op)(struct spi_mem *mem,
189 int (*exec_op)(struct spi_mem *mem,
191 const char *(*get_name)(struct spi_mem *mem);
212 int (*probe)(struct spi_mem *mem);
213 int (*remove)(struct spi_mem *mem);
214 void (*shutdown)(struct spi_mem *mem);
242 int spi_mem_adjust_op_size(struct spi_mem *mem, struct spi_mem_op *op);
244 bool spi_mem_supports_op(struct spi_mem *mem,
247 int spi_mem_exec_op(struct spi_mem *mem,
250 const char *spi_mem_get_name(struct spi_mem *mem);