Lines Matching refs:ssp_device
234 struct ssp_device { struct
258 static inline void pxa_ssp_write_reg(struct ssp_device *dev, u32 reg, u32 val) in pxa_ssp_write_reg() argument
269 static inline u32 pxa_ssp_read_reg(struct ssp_device *dev, u32 reg) in pxa_ssp_read_reg()
274 static inline void pxa_ssp_enable(struct ssp_device *ssp) in pxa_ssp_enable()
282 static inline void pxa_ssp_disable(struct ssp_device *ssp) in pxa_ssp_disable()
291 struct ssp_device *pxa_ssp_request(int port, const char *label);
292 void pxa_ssp_free(struct ssp_device *);
293 struct ssp_device *pxa_ssp_request_of(const struct device_node *of_node,
296 static inline struct ssp_device *pxa_ssp_request(int port, const char *label) in pxa_ssp_request()
300 static inline struct ssp_device *pxa_ssp_request_of(const struct device_node *n, in pxa_ssp_request_of()
305 static inline void pxa_ssp_free(struct ssp_device *ssp) {} in pxa_ssp_free()