Home
last modified time | relevance | path

Searched refs:ssp_device (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dpxa2xx_ssp.h235 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()
[all …]
/linux/sound/soc/pxa/
H A Dpxa-ssp.c39 struct ssp_device *ssp;
53 static void dump_registers(struct ssp_device *ssp) in dump_registers()
64 static void pxa_ssp_set_dma_params(struct ssp_device *ssp, int width4, in pxa_ssp_set_dma_params()
77 struct ssp_device *ssp = priv->ssp; in pxa_ssp_startup()
103 struct ssp_device *ssp = priv->ssp; in pxa_ssp_shutdown()
121 struct ssp_device *ssp = priv->ssp; in pxa_ssp_suspend()
139 struct ssp_device *ssp = priv->ssp; in pxa_ssp_resume()
167 static void pxa_ssp_set_scr(struct ssp_device *ssp, u32 div) in pxa_ssp_set_scr()
188 struct ssp_device *ssp = priv->ssp; in pxa_ssp_set_dai_sysclk()
256 struct ssp_device *ssp = priv->ssp; in pxa_ssp_set_pll()
[all …]
/linux/drivers/spi/
H A Dspi-pxa2xx-platform.c22 pxa2xx_spi_init_ssp(struct platform_device *pdev, struct ssp_device *ssp, enum pxa_ssp_type type) in pxa2xx_spi_init_ssp()
60 static struct ssp_device *pxa2xx_spi_ssp_request(struct platform_device *pdev) in pxa2xx_spi_ssp_request()
62 struct ssp_device *ssp; in pxa2xx_spi_ssp_request()
84 struct ssp_device *ssp; in pxa2xx_spi_init_pdata()
145 struct ssp_device *ssp; in pxa2xx_spi_platform_probe()
H A Dspi-pxa2xx-pci.c67 static int pxa2xx_spi_pci_clk_register(struct pci_dev *dev, struct ssp_device *ssp, in pxa2xx_spi_pci_clk_register()
98 struct ssp_device *ssp = &c->ssp; in lpss_spi_setup()
179 struct ssp_device *ssp = &c->ssp; in ce4100_spi_setup()
194 struct ssp_device *ssp = &c->ssp; in mrfld_spi_setup()
251 struct ssp_device *ssp = &c->ssp; in qrk_spi_setup()
270 struct ssp_device *ssp; in pxa2xx_spi_pci_probe()
H A Dspi-pxa2xx.h36 struct ssp_device ssp;
45 struct ssp_device *ssp;
135 int pxa2xx_spi_probe(struct device *dev, struct ssp_device *ssp,