Searched refs:ssp_device (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/include/linux/ |
D | pxa2xx_ssp.h | 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() [all …]
|
/linux-6.12.1/drivers/soc/pxa/ |
D | ssp.c | 38 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() 181 struct ssp_device *ssp = platform_get_drvdata(pdev); in pxa_ssp_remove()
|
/linux-6.12.1/sound/soc/pxa/ |
D | pxa-ssp.c | 39 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-6.12.1/drivers/spi/ |
D | spi-pxa2xx-platform.c | 22 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()
|
D | spi-pxa2xx-pci.c | 67 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()
|
D | spi-pxa2xx.h | 36 struct ssp_device ssp; 45 struct ssp_device *ssp; 135 int pxa2xx_spi_probe(struct device *dev, struct ssp_device *ssp,
|
D | spi-pxa2xx.c | 899 const struct ssp_device *ssp = drv_data->ssp; in ssp_get_clk_div() 1280 int pxa2xx_spi_probe(struct device *dev, struct ssp_device *ssp, in pxa2xx_spi_probe() 1476 struct ssp_device *ssp = drv_data->ssp; in pxa2xx_spi_remove() 1496 struct ssp_device *ssp = drv_data->ssp; in pxa2xx_spi_suspend() 1514 struct ssp_device *ssp = drv_data->ssp; in pxa2xx_spi_resume()
|
/linux-6.12.1/include/scsi/ |
D | libsas.h | 142 struct ssp_device { struct 187 struct ssp_device ssp_dev;
|
/linux-6.12.1/drivers/scsi/libsas/ |
D | sas_scsi_host.c | 665 struct ssp_device *ssp; in sas_eh_handle_resets()
|