Lines Matching refs:ssp_device
235 struct ssp_device { struct
259 static inline void pxa_ssp_write_reg(struct ssp_device *dev, u32 reg, u32 val) in pxa_ssp_write_reg() argument
270 static inline u32 pxa_ssp_read_reg(struct ssp_device *dev, u32 reg) in pxa_ssp_read_reg()
275 static inline void pxa_ssp_enable(struct ssp_device *ssp) in pxa_ssp_enable()
283 static inline void pxa_ssp_disable(struct ssp_device *ssp) in pxa_ssp_disable()
292 struct ssp_device *pxa_ssp_request(int port, const char *label);
293 void pxa_ssp_free(struct ssp_device *);
294 struct ssp_device *pxa_ssp_request_of(const struct device_node *of_node,
297 static inline struct ssp_device *pxa_ssp_request(int port, const char *label) in pxa_ssp_request()
301 static inline struct ssp_device *pxa_ssp_request_of(const struct device_node *n, in pxa_ssp_request_of()
306 static inline void pxa_ssp_free(struct ssp_device *ssp) {} in pxa_ssp_free()