Searched refs:ssp_device (Results 1 - 3 of 3) sorted by relevance

/include/linux/
H A Dpxa2xx_ssp.h180 struct ssp_device { struct
206 static inline void pxa_ssp_write_reg(struct ssp_device *dev, u32 reg, u32 val)
217 static inline u32 pxa_ssp_read_reg(struct ssp_device *dev, u32 reg)
223 struct ssp_device *pxa_ssp_request(int port, const char *label);
224 void pxa_ssp_free(struct ssp_device *);
225 struct ssp_device *pxa_ssp_request_of(const struct device_node *of_node,
228 static inline struct ssp_device *pxa_ssp_request(int port, const char *label)
232 static inline struct ssp_device *pxa_ssp_request_of(const struct device_node *n,
237 static inline void pxa_ssp_free(struct ssp_device *ssp) {}
/include/linux/spi/
H A Dpxa2xx_spi.h40 struct ssp_device ssp;
/include/scsi/
H A Dlibsas.h181 struct ssp_device { struct
226 struct ssp_device ssp_dev;

Completed in 153 milliseconds