Searched refs:ssp_device (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/include/linux/ |
D | pxa2xx_ssp.h | 210 struct ssp_device { struct 234 static inline void pxa_ssp_write_reg(struct ssp_device *dev, u32 reg, u32 val) in pxa_ssp_write_reg() argument 245 static inline u32 pxa_ssp_read_reg(struct ssp_device *dev, u32 reg) in pxa_ssp_read_reg() 251 struct ssp_device *pxa_ssp_request(int port, const char *label); 252 void pxa_ssp_free(struct ssp_device *); 253 struct ssp_device *pxa_ssp_request_of(const struct device_node *of_node, 256 static inline struct ssp_device *pxa_ssp_request(int port, const char *label) in pxa_ssp_request() 260 static inline struct ssp_device *pxa_ssp_request_of(const struct device_node *n, in pxa_ssp_request_of() 265 static inline void pxa_ssp_free(struct ssp_device *ssp) {} in pxa_ssp_free()
|
/Linux-v4.19/arch/arm/plat-pxa/ |
D | ssp.c | 41 struct ssp_device *pxa_ssp_request(int port, const char *label) in pxa_ssp_request() 43 struct ssp_device *ssp = NULL; in pxa_ssp_request() 64 struct ssp_device *pxa_ssp_request_of(const struct device_node *of_node, in pxa_ssp_request_of() 67 struct ssp_device *ssp = NULL; in pxa_ssp_request_of() 88 void pxa_ssp_free(struct ssp_device *ssp) in pxa_ssp_free() 117 struct ssp_device *ssp; in pxa_ssp_probe() 120 ssp = devm_kzalloc(dev, sizeof(struct ssp_device), GFP_KERNEL); in pxa_ssp_probe() 187 struct ssp_device *ssp; in pxa_ssp_remove()
|
/Linux-v4.19/sound/soc/pxa/ |
D | mmp-sspa.c | 45 struct ssp_device *sspa; 53 static void mmp_sspa_write_reg(struct ssp_device *sspa, u32 reg, u32 val) in mmp_sspa_write_reg() 58 static u32 mmp_sspa_read_reg(struct ssp_device *sspa, u32 reg) in mmp_sspa_read_reg() 63 static void mmp_sspa_tx_enable(struct ssp_device *sspa) in mmp_sspa_tx_enable() 73 static void mmp_sspa_tx_disable(struct ssp_device *sspa) in mmp_sspa_tx_disable() 83 static void mmp_sspa_rx_enable(struct ssp_device *sspa) in mmp_sspa_rx_enable() 93 static void mmp_sspa_rx_disable(struct ssp_device *sspa) in mmp_sspa_rx_disable() 184 struct ssp_device *sspa = sspa_priv->sspa; in mmp_sspa_set_dai_fmt() 270 struct ssp_device *sspa = sspa_priv->sspa; in mmp_sspa_hw_params() 325 struct ssp_device *sspa = sspa_priv->sspa; in mmp_sspa_trigger() [all …]
|
D | pxa-ssp.c | 43 struct ssp_device *ssp; 57 static void dump_registers(struct ssp_device *ssp) in dump_registers() 68 static void pxa_ssp_enable(struct ssp_device *ssp) in pxa_ssp_enable() 76 static void pxa_ssp_disable(struct ssp_device *ssp) in pxa_ssp_disable() 84 static void pxa_ssp_set_dma_params(struct ssp_device *ssp, int width4, in pxa_ssp_set_dma_params() 97 struct ssp_device *ssp = priv->ssp; in pxa_ssp_startup() 121 struct ssp_device *ssp = priv->ssp; in pxa_ssp_shutdown() 137 struct ssp_device *ssp = priv->ssp; in pxa_ssp_suspend() 155 struct ssp_device *ssp = priv->ssp; in pxa_ssp_resume() 183 static void pxa_ssp_set_scr(struct ssp_device *ssp, u32 div) in pxa_ssp_set_scr() [all …]
|
/Linux-v4.19/drivers/input/mouse/ |
D | navpoint.c | 35 struct ssp_device *ssp; 123 struct ssp_device *ssp = navpoint->ssp; in navpoint_irq() 155 struct ssp_device *ssp = navpoint->ssp; in navpoint_up() 182 struct ssp_device *ssp = navpoint->ssp; in navpoint_down() 212 struct ssp_device *ssp; in navpoint_probe() 306 struct ssp_device *ssp = navpoint->ssp; in navpoint_remove()
|
/Linux-v4.19/include/linux/spi/ |
D | pxa2xx_spi.h | 35 struct ssp_device ssp;
|
/Linux-v4.19/drivers/spi/ |
D | spi-pxa2xx.h | 30 struct ssp_device *ssp;
|
D | spi-pxa2xx.c | 875 const struct ssp_device *ssp = drv_data->ssp; in ssp_get_clk_div() 1428 struct ssp_device *ssp; in pxa2xx_spi_init_pdata() 1523 struct ssp_device *ssp; in pxa2xx_spi_probe() 1739 struct ssp_device *ssp; in pxa2xx_spi_remove() 1779 struct ssp_device *ssp = drv_data->ssp; in pxa2xx_spi_suspend() 1796 struct ssp_device *ssp = drv_data->ssp; in pxa2xx_spi_resume()
|
D | spi-pxa2xx-pci.c | 201 struct ssp_device *ssp; in pxa2xx_spi_pci_probe()
|
/Linux-v4.19/include/scsi/ |
D | libsas.h | 169 struct ssp_device { struct 214 struct ssp_device ssp_dev;
|
/Linux-v4.19/drivers/scsi/libsas/ |
D | sas_scsi_host.c | 722 struct ssp_device *ssp; in sas_eh_handle_resets()
|