Searched refs:ssp_device (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | pxa2xx_ssp.h | 208 struct ssp_device { struct 232 static inline void pxa_ssp_write_reg(struct ssp_device *dev, u32 reg, u32 val) in pxa_ssp_write_reg() argument 243 static inline u32 pxa_ssp_read_reg(struct ssp_device *dev, u32 reg) in pxa_ssp_read_reg() 249 struct ssp_device *pxa_ssp_request(int port, const char *label); 250 void pxa_ssp_free(struct ssp_device *); 251 struct ssp_device *pxa_ssp_request_of(const struct device_node *of_node, 254 static inline struct ssp_device *pxa_ssp_request(int port, const char *label) in pxa_ssp_request() 258 static inline struct ssp_device *pxa_ssp_request_of(const struct device_node *n, in pxa_ssp_request_of() 263 static inline void pxa_ssp_free(struct ssp_device *ssp) {} in pxa_ssp_free()
|
| /Linux-v5.4/arch/arm/plat-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() 183 struct ssp_device *ssp; in pxa_ssp_remove()
|
| /Linux-v5.4/sound/soc/pxa/ |
| D | mmp-sspa.c | 31 struct ssp_device *sspa; 39 static void mmp_sspa_write_reg(struct ssp_device *sspa, u32 reg, u32 val) in mmp_sspa_write_reg() 44 static u32 mmp_sspa_read_reg(struct ssp_device *sspa, u32 reg) in mmp_sspa_read_reg() 49 static void mmp_sspa_tx_enable(struct ssp_device *sspa) in mmp_sspa_tx_enable() 59 static void mmp_sspa_tx_disable(struct ssp_device *sspa) in mmp_sspa_tx_disable() 69 static void mmp_sspa_rx_enable(struct ssp_device *sspa) in mmp_sspa_rx_enable() 79 static void mmp_sspa_rx_disable(struct ssp_device *sspa) in mmp_sspa_rx_disable() 170 struct ssp_device *sspa = sspa_priv->sspa; in mmp_sspa_set_dai_fmt() 256 struct ssp_device *sspa = sspa_priv->sspa; in mmp_sspa_hw_params() 311 struct ssp_device *sspa = sspa_priv->sspa; in mmp_sspa_trigger() [all …]
|
| 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_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 …]
|
| /Linux-v5.4/drivers/input/mouse/ |
| D | navpoint.c | 32 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-v5.4/include/linux/spi/ |
| D | pxa2xx_spi.h | 28 struct ssp_device ssp;
|
| /Linux-v5.4/drivers/spi/ |
| D | spi-pxa2xx.h | 27 struct ssp_device *ssp;
|
| D | spi-pxa2xx.c | 874 const struct ssp_device *ssp = drv_data->ssp; in ssp_get_clk_div() 1514 struct ssp_device *ssp; in pxa2xx_spi_init_pdata() 1611 struct ssp_device *ssp; in pxa2xx_spi_probe() 1867 struct ssp_device *ssp; in pxa2xx_spi_remove() 1899 struct ssp_device *ssp = drv_data->ssp; in pxa2xx_spi_suspend() 1916 struct ssp_device *ssp = drv_data->ssp; in pxa2xx_spi_resume()
|
| D | spi-pxa2xx-pci.c | 204 struct ssp_device *ssp; in pxa2xx_spi_pci_probe()
|
| /Linux-v5.4/include/scsi/ |
| D | libsas.h | 152 struct ssp_device { struct 197 struct ssp_device ssp_dev;
|
| /Linux-v5.4/drivers/scsi/libsas/ |
| D | sas_scsi_host.c | 698 struct ssp_device *ssp; in sas_eh_handle_resets()
|