| /drivers/tty/serial/ |
| A D | sifive.c | 308 static void __ssp_enable_txwm(struct sifive_serial_port *ssp) in __ssp_enable_txwm() 324 static void __ssp_enable_rxwm(struct sifive_serial_port *ssp) in __ssp_enable_rxwm() 340 static void __ssp_disable_txwm(struct sifive_serial_port *ssp) in __ssp_disable_txwm() 356 static void __ssp_disable_rxwm(struct sifive_serial_port *ssp) in __ssp_disable_rxwm() 432 static void __ssp_update_div(struct sifive_serial_port *ssp) in __ssp_update_div() 524 struct sifive_serial_port *ssp = dev_id; in sifive_serial_irq() local 876 struct sifive_serial_port *ssp; in sifive_serial_console_setup() local 975 struct sifive_serial_port *ssp; in sifive_serial_probe() local 1077 struct sifive_serial_port *ssp = platform_get_drvdata(dev); in sifive_serial_remove() local 1087 struct sifive_serial_port *ssp = dev_get_drvdata(dev); in sifive_serial_suspend() local [all …]
|
| /drivers/mmc/host/ |
| A D | mxs-mmc.c | 48 struct mxs_ssp ssp; member 64 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_get_cd() local 86 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_reset() local 128 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_request_done() local 180 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_irq_handler() local 216 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_prep_dma() local 250 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_bc() local 284 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_ac() local 357 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_adtc() local 512 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_enable_sdio_irq() local [all …]
|
| /drivers/spi/ |
| A D | spi-mxs.c | 59 struct mxs_ssp ssp; member 68 struct mxs_ssp *ssp = &spi->ssp; in mxs_spi_setup_transfer() local 128 struct mxs_ssp *ssp = &spi->ssp; in mxs_ssp_wait() local 155 struct mxs_ssp *ssp = dev_id; in mxs_ssp_irq_handler() local 168 struct mxs_ssp *ssp = &spi->ssp; in mxs_spi_txrx_dma() local 303 struct mxs_ssp *ssp = &spi->ssp; in mxs_spi_txrx_pio() local 365 struct mxs_ssp *ssp = &spi->ssp; in mxs_spi_transfer_one() local 447 struct mxs_ssp *ssp = &spi->ssp; in mxs_spi_runtime_suspend() local 468 struct mxs_ssp *ssp = &spi->ssp; in mxs_spi_runtime_resume() local 535 struct mxs_ssp *ssp; in mxs_spi_probe() local [all …]
|
| A 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() 55 static void pxa2xx_spi_ssp_release(void *ssp) in pxa2xx_spi_ssp_release() 62 struct ssp_device *ssp; in pxa2xx_spi_ssp_request() local 84 struct ssp_device *ssp; in pxa2xx_spi_init_pdata() local 145 struct ssp_device *ssp; in pxa2xx_spi_platform_probe() local
|
| A 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() local 179 struct ssp_device *ssp = &c->ssp; in ce4100_spi_setup() local 194 struct ssp_device *ssp = &c->ssp; in mrfld_spi_setup() local 251 struct ssp_device *ssp = &c->ssp; in qrk_spi_setup() local 270 struct ssp_device *ssp; in pxa2xx_spi_pci_probe() local
|
| A D | spi-pxa2xx.c | 891 const struct ssp_device *ssp = drv_data->ssp; in ssp_get_clk_div() local 1272 int pxa2xx_spi_probe(struct device *dev, struct ssp_device *ssp, in pxa2xx_spi_probe() 1468 struct ssp_device *ssp = drv_data->ssp; in pxa2xx_spi_remove() local 1488 struct ssp_device *ssp = drv_data->ssp; in pxa2xx_spi_suspend() local 1506 struct ssp_device *ssp = drv_data->ssp; in pxa2xx_spi_resume() local
|
| A D | spi-pxa2xx.h | 36 struct ssp_device ssp; member 45 struct ssp_device *ssp; member
|
| /drivers/soc/pxa/ |
| A D | ssp.c | 40 struct ssp_device *ssp = NULL; in pxa_ssp_request() local 64 struct ssp_device *ssp = NULL; in pxa_ssp_request_of() local 85 void pxa_ssp_free(struct ssp_device *ssp) in pxa_ssp_free() 114 struct ssp_device *ssp; in pxa_ssp_probe() local 181 struct ssp_device *ssp = platform_get_drvdata(pdev); in pxa_ssp_remove() local
|
| /drivers/clk/mxs/ |
| A D | clk-ssp.c | 21 void mxs_ssp_set_clk_rate(struct mxs_ssp *ssp, unsigned int rate) in mxs_ssp_set_clk_rate()
|
| A D | clk-imx23.c | 85 clk32k, dri, pwm, filt, uart, ssp, gpmi, spdif, emi, saif, enumerator
|
| /drivers/usb/gadget/ |
| A D | config.c | 110 struct usb_descriptor_header **ssp) in usb_assign_descriptors()
|
| A D | composite.c | 684 int ssp = 0; in count_configs() local
|
| /drivers/scsi/isci/ |
| A D | scu_remote_node_context.h | 220 struct ssp_remote_node_context ssp; member
|
| A D | request.h | 141 } ssp; member
|
| A D | scu_task_context.h | 427 struct ssp_task_context ssp; member
|
| /drivers/scsi/libsas/ |
| A D | sas_scsi_host.c | 665 struct ssp_device *ssp; in sas_eh_handle_resets() local
|
| /drivers/net/can/m_can/ |
| A D | m_can.c | 1401 u32 tdco, ssp; in m_can_set_bittiming() local
|
| /drivers/scsi/hisi_sas/ |
| A D | hisi_sas.h | 626 struct hisi_sas_command_table_ssp ssp; member
|