Lines Matching refs:spi_mem
176 struct spi_mem *mem;
194 struct spi_mem { struct
206 static inline void spi_mem_set_drvdata(struct spi_mem *mem, void *data) in spi_mem_set_drvdata() argument
218 static inline void *spi_mem_get_drvdata(struct spi_mem *mem) in spi_mem_get_drvdata()
265 int (*adjust_op_size)(struct spi_mem *mem, struct spi_mem_op *op);
266 bool (*supports_op)(struct spi_mem *mem,
268 int (*exec_op)(struct spi_mem *mem,
270 const char *(*get_name)(struct spi_mem *mem);
297 int (*probe)(struct spi_mem *mem);
298 int (*remove)(struct spi_mem *mem);
299 void (*shutdown)(struct spi_mem *mem);
311 bool spi_mem_default_supports_op(struct spi_mem *mem,
331 bool spi_mem_default_supports_op(struct spi_mem *mem, in spi_mem_default_supports_op()
339 int spi_mem_adjust_op_size(struct spi_mem *mem, struct spi_mem_op *op);
341 bool spi_mem_supports_op(struct spi_mem *mem,
344 int spi_mem_exec_op(struct spi_mem *mem,
347 const char *spi_mem_get_name(struct spi_mem *mem);
350 spi_mem_dirmap_create(struct spi_mem *mem,
358 devm_spi_mem_dirmap_create(struct device *dev, struct spi_mem *mem,