Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dpxa2xx_ssp.h234 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()
[all …]
/Linux-v6.1/drivers/soc/pxa/
Dssp.c38 struct ssp_device *pxa_ssp_request(int port, const char *label) in pxa_ssp_request()
40 struct ssp_device *ssp = NULL; in pxa_ssp_request()
61 struct ssp_device *pxa_ssp_request_of(const struct device_node *of_node, in pxa_ssp_request_of()
64 struct ssp_device *ssp = NULL; in pxa_ssp_request_of()
85 void pxa_ssp_free(struct ssp_device *ssp) in pxa_ssp_free()
114 struct ssp_device *ssp; in pxa_ssp_probe()
117 ssp = devm_kzalloc(dev, sizeof(struct ssp_device), GFP_KERNEL); in pxa_ssp_probe()
183 struct ssp_device *ssp = platform_get_drvdata(pdev); in pxa_ssp_remove()
/Linux-v6.1/sound/soc/pxa/
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-v6.1/drivers/spi/
Dspi-pxa2xx-pci.c61 static int pxa2xx_spi_pci_clk_register(struct pci_dev *dev, struct ssp_device *ssp, in pxa2xx_spi_pci_clk_register()
92 struct ssp_device *ssp = &c->ssp; in lpss_spi_setup()
173 struct ssp_device *ssp = &c->ssp; in ce4100_spi_setup()
188 struct ssp_device *ssp = &c->ssp; in mrfld_spi_setup()
245 struct ssp_device *ssp = &c->ssp; in qrk_spi_setup()
266 struct ssp_device *ssp; in pxa2xx_spi_pci_probe()
Dspi-pxa2xx.h25 struct ssp_device *ssp;
Dspi-pxa2xx.c900 const struct ssp_device *ssp = drv_data->ssp; in ssp_get_clk_div()
1459 struct ssp_device *ssp; in pxa2xx_spi_init_pdata()
1560 struct ssp_device *ssp; in pxa2xx_spi_probe()
1784 struct ssp_device *ssp = drv_data->ssp; in pxa2xx_spi_remove()
1814 struct ssp_device *ssp = drv_data->ssp; in pxa2xx_spi_suspend()
1832 struct ssp_device *ssp = drv_data->ssp; in pxa2xx_spi_resume()
/Linux-v6.1/drivers/input/mouse/
Dnavpoint.c32 struct ssp_device *ssp;
120 struct ssp_device *ssp = navpoint->ssp; in navpoint_irq()
152 struct ssp_device *ssp = navpoint->ssp; in navpoint_up()
179 struct ssp_device *ssp = navpoint->ssp; in navpoint_down()
209 struct ssp_device *ssp; in navpoint_probe()
303 struct ssp_device *ssp = navpoint->ssp; in navpoint_remove()
/Linux-v6.1/include/linux/spi/
Dpxa2xx_spi.h30 struct ssp_device ssp;
/Linux-v6.1/include/scsi/
Dlibsas.h152 struct ssp_device { struct
197 struct ssp_device ssp_dev;
/Linux-v6.1/drivers/scsi/libsas/
Dsas_scsi_host.c701 struct ssp_device *ssp; in sas_eh_handle_resets()