Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dpxa2xx_ssp.h215 struct ssp_device { struct
239 static inline void pxa_ssp_write_reg(struct ssp_device *dev, u32 reg, u32 val) in pxa_ssp_write_reg() argument
250 static inline u32 pxa_ssp_read_reg(struct ssp_device *dev, u32 reg) in pxa_ssp_read_reg()
256 struct ssp_device *pxa_ssp_request(int port, const char *label);
257 void pxa_ssp_free(struct ssp_device *);
258 struct ssp_device *pxa_ssp_request_of(const struct device_node *of_node,
261 static inline struct ssp_device *pxa_ssp_request(int port, const char *label) in pxa_ssp_request()
265 static inline struct ssp_device *pxa_ssp_request_of(const struct device_node *n, in pxa_ssp_request_of()
270 static inline void pxa_ssp_free(struct ssp_device *ssp) {} in pxa_ssp_free()
/kernel/linux/linux-5.10/arch/arm/plat-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; in pxa_ssp_remove()
/kernel/linux/linux-5.10/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_enable(struct ssp_device *ssp) in pxa_ssp_enable()
72 static void pxa_ssp_disable(struct ssp_device *ssp) in pxa_ssp_disable()
80 static void pxa_ssp_set_dma_params(struct ssp_device *ssp, int width4, in pxa_ssp_set_dma_params()
93 struct ssp_device *ssp = priv->ssp; in pxa_ssp_startup()
120 struct ssp_device *ssp = priv->ssp; in pxa_ssp_shutdown()
139 struct ssp_device *ssp = priv->ssp; in pxa_ssp_suspend()
157 struct ssp_device *ssp = priv->ssp; in pxa_ssp_resume()
185 static void pxa_ssp_set_scr(struct ssp_device *ssp, u32 div) in pxa_ssp_set_scr()
[all …]
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/include/linux/spi/
Dpxa2xx_spi.h28 struct ssp_device ssp;
/kernel/linux/linux-5.10/drivers/spi/
Dspi-pxa2xx.h27 struct ssp_device *ssp;
Dspi-pxa2xx.c913 const struct ssp_device *ssp = drv_data->ssp; in ssp_get_clk_div()
1577 struct ssp_device *ssp; in pxa2xx_spi_init_pdata()
1672 struct ssp_device *ssp; in pxa2xx_spi_probe()
1928 struct ssp_device *ssp = drv_data->ssp; in pxa2xx_spi_remove()
1958 struct ssp_device *ssp = drv_data->ssp; in pxa2xx_spi_suspend()
1975 struct ssp_device *ssp = drv_data->ssp; in pxa2xx_spi_resume()
Dspi-pxa2xx-pci.c214 struct ssp_device *ssp; in pxa2xx_spi_pci_probe()
/kernel/linux/linux-5.10/include/scsi/
Dlibsas.h152 struct ssp_device { struct
197 struct ssp_device ssp_dev;
/kernel/linux/linux-5.10/drivers/scsi/libsas/
Dsas_scsi_host.c698 struct ssp_device *ssp; in sas_eh_handle_resets()