Searched refs:sst_dev (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/sound/soc/intel/skylake/ |
D | skl-sst-dsp.c | 298 struct sst_dsp_device *sst_dev, int irq) in skl_dsp_ctx_init() argument 310 sst->sst_dev = sst_dev; in skl_dsp_ctx_init() 312 sst->ops = sst_dev->ops; in skl_dsp_ctx_init() 313 sst->thread_context = sst_dev->thread_context; in skl_dsp_ctx_init() 324 sst_dev->thread, IRQF_SHARED, "AudioDSP", sst); in skl_dsp_ctx_init()
|
D | skl-sst-dsp.h | 132 struct sst_dsp_device *sst_dev, int irq);
|
/linux-4.4.14/sound/soc/intel/common/ |
D | sst-dsp.c | 425 struct sst_dsp_device *sst_dev, struct sst_pdata *pdata) in sst_dsp_new() argument 440 sst->thread_context = sst_dev->thread_context; in sst_dsp_new() 441 sst->sst_dev = sst_dev; in sst_dsp_new() 444 sst->ops = sst_dev->ops; in sst_dsp_new() 461 sst_dev->thread, IRQF_SHARED, "AudioDSP", sst); in sst_dsp_new()
|
D | sst-dsp-priv.h | 266 struct sst_dsp_device *sst_dev; member
|
D | sst-dsp.h | 222 struct sst_dsp_device *sst_dev, struct sst_pdata *pdata);
|
/linux-4.4.14/drivers/video/fbdev/ |
D | sstfb.c | 480 struct pci_dev *sst_dev = par->dev; in sstfb_set_par() local 523 pci_write_config_dword(sst_dev, PCI_INIT_ENABLE, PCI_EN_INIT_WR); in sstfb_set_par() 540 pci_write_config_dword(sst_dev, PCI_INIT_ENABLE, in sstfb_set_par() 549 pci_write_config_dword(sst_dev, PCI_INIT_ENABLE, in sstfb_set_par() 612 pci_write_config_dword(sst_dev, PCI_INIT_ENABLE, PCI_EN_FIFO_WR); in sstfb_set_par() 695 struct pci_dev *sst_dev = par->dev; in sstfb_setvgapass() local 703 pci_read_config_dword(sst_dev, PCI_INIT_ENABLE, &tmp); in sstfb_setvgapass() 704 pci_write_config_dword(sst_dev, PCI_INIT_ENABLE, in sstfb_setvgapass() 714 pci_write_config_dword(sst_dev, PCI_INIT_ENABLE, tmp); in sstfb_setvgapass()
|