Searched defs:cfspi (Results 1 – 3 of 3) sorted by relevance
99 struct cfspi { struct110 struct cfspi_ifc ifc; argument111 struct cfspi_xfer xfer; argument112 struct cfspi_dev *dev; argument127 enum cfspi_state dbg_state; argument144 void cfspi_dbg_state(struct cfspi *cfspi, int state); argument
82 static inline void *dma_alloc(struct cfspi *cfspi, dma_addr_t *daddr) in dma_alloc()87 static inline void dma_free(struct cfspi *cfspi, void *cpu_addr, in dma_free()95 static inline void *dma_alloc(struct cfspi *cfspi, dma_addr_t *daddr) in dma_alloc()101 static inline void dma_free(struct cfspi *cfspi, void *cpu_addr, in dma_free()124 static inline void dev_debugfs_rem(struct cfspi *cfspi) in dev_debugfs_rem()137 struct cfspi *cfspi = file->private_data; in dbgfs_state() local209 struct cfspi *cfspi; in dbgfs_frame() local252 static inline void dev_debugfs_add(struct cfspi *cfspi) in dev_debugfs_add()263 inline void cfspi_dbg_state(struct cfspi *cfspi, int state) in cfspi_dbg_state()277 static inline void dev_debugfs_add(struct cfspi *cfspi) in dev_debugfs_add()[all …]
23 static inline int forward_to_spi_cmd(struct cfspi *cfspi) in forward_to_spi_cmd()29 static inline int forward_to_spi_cmd(struct cfspi *cfspi) in forward_to_spi_cmd()47 static inline void debugfs_store_prev(struct cfspi *cfspi) in debugfs_store_prev()56 static inline void debugfs_store_prev(struct cfspi *cfspi) in debugfs_store_prev()63 struct cfspi *cfspi; in cfspi_xfer() local