/sound/pci/asihpi/ |
D | hpioctl.c | 346 int asihpi_adapter_probe(struct pci_dev *pci_dev, in asihpi_adapter_probe() argument 359 dev_printk(KERN_DEBUG, &pci_dev->dev, in asihpi_adapter_probe() 360 "probe %04x:%04x,%04x:%04x,%04x\n", pci_dev->vendor, in asihpi_adapter_probe() 361 pci_dev->device, pci_dev->subsystem_vendor, in asihpi_adapter_probe() 362 pci_dev->subsystem_device, pci_dev->devfn); in asihpi_adapter_probe() 364 if (pcim_enable_device(pci_dev) < 0) { in asihpi_adapter_probe() 365 dev_err(&pci_dev->dev, in asihpi_adapter_probe() 370 pci_set_master(pci_dev); /* also sets latency timer if < 16 */ in asihpi_adapter_probe() 383 &pci_dev->resource[idx]); in asihpi_adapter_probe() 385 if (pci_resource_flags(pci_dev, idx) & IORESOURCE_MEM) { in asihpi_adapter_probe() [all …]
|
D | hpioctl.h | 11 int asihpi_adapter_probe(struct pci_dev *pci_dev, 13 void asihpi_adapter_remove(struct pci_dev *pci_dev);
|
D | hpidspcd.c | 19 struct pci_dev *dev; 27 struct pci_dev *dev = os_data; in hpi_dsp_code_open()
|
D | asihpi.c | 111 struct pci_dev *pci; 2776 static int snd_asihpi_probe(struct pci_dev *pci_dev, in snd_asihpi_probe() argument 2799 err = asihpi_adapter_probe(pci_dev, pci_id); in snd_asihpi_probe() 2803 hpi = pci_get_drvdata(pci_dev); in snd_asihpi_probe() 2806 err = snd_card_new(&pci_dev->dev, adapter_index, id[adapter_index], in snd_asihpi_probe() 2810 err = snd_card_new(&pci_dev->dev, index[dev], id[dev], in snd_asihpi_probe() 2815 dev_warn(&pci_dev->dev, "Adapter index %d->ALSA index %d\n", in snd_asihpi_probe() 2821 asihpi->pci = pci_dev; in snd_asihpi_probe() 2880 dev_info(&pci_dev->dev, "Has dma:%d, grouping:%d, mrx:%d, uif:%d\n", in snd_asihpi_probe() 2889 dev_err(&pci_dev->dev, "pcm_new failed\n"); in snd_asihpi_probe() [all …]
|
D | hpidspcd.h | 64 u32 adapter, void *pci_dev,
|
/sound/pci/au88x0/ |
D | au88x0.c | 46 static void vortex_fix_latency(struct pci_dev *vortex) in vortex_fix_latency() 58 static void vortex_fix_agp_bridge(struct pci_dev *via) in vortex_fix_agp_bridge() 82 static void snd_vortex_workaround(struct pci_dev *vortex, int fix) in snd_vortex_workaround() 84 struct pci_dev *via = NULL; in snd_vortex_workaround() 137 snd_vortex_create(struct snd_card *card, struct pci_dev *pci) in snd_vortex_create() 154 chip->pci_dev = pci; in snd_vortex_create() 196 __snd_vortex_probe(struct pci_dev *pci, const struct pci_device_id *pci_id) in __snd_vortex_probe() 314 snd_vortex_probe(struct pci_dev *pci, const struct pci_device_id *pci_id) in snd_vortex_probe()
|
D | au88x0_game.c | 94 gameport_set_phys(gp, "pci%s/gameport0", pci_name(vortex->pci_dev)); in vortex_gameport_register() 95 gameport_set_dev_parent(gp, &vortex->pci_dev->dev); in vortex_gameport_register()
|
/sound/soc/sof/ |
D | sof-pci-dev.h | 13 int sof_pci_probe(struct pci_dev *pci, const struct pci_device_id *pci_id); 14 void sof_pci_remove(struct pci_dev *pci); 15 void sof_pci_shutdown(struct pci_dev *pci);
|
D | sof-pci-dev.c | 147 int sof_pci_probe(struct pci_dev *pci, const struct pci_device_id *pci_id) in sof_pci_probe() 246 void sof_pci_remove(struct pci_dev *pci) in sof_pci_remove() 261 void sof_pci_shutdown(struct pci_dev *pci) in sof_pci_shutdown()
|
/sound/pci/ali5451/ |
D | ali5451.c | 221 struct pci_dev *pci; 222 struct pci_dev *pci_m1533; 223 struct pci_dev *pci_m7101; 421 struct pci_dev *pci_dev; in snd_ali_reset_5451() local 425 pci_dev = codec->pci_m1533; in snd_ali_reset_5451() 426 if (pci_dev) { in snd_ali_reset_5451() 427 pci_read_config_dword(pci_dev, 0x7c, &dwVal); in snd_ali_reset_5451() 428 pci_write_config_dword(pci_dev, 0x7c, dwVal | 0x08000000); in snd_ali_reset_5451() 430 pci_read_config_dword(pci_dev, 0x7c, &dwVal); in snd_ali_reset_5451() 431 pci_write_config_dword(pci_dev, 0x7c, dwVal & 0xf7ffffff); in snd_ali_reset_5451() [all …]
|
/sound/hda/ |
D | hdac_i915.c | 36 struct pci_dev *pci = to_pci_dev(bus->dev); in snd_hdac_i915_set_bclk() 75 static bool connectivity_check(struct pci_dev *i915, struct pci_dev *hdac) in connectivity_check() 102 struct pci_dev *hdac_pci, *i915_pci; in i915_component_master_match()
|
D | intel-dsp-config.c | 415 (struct pci_dev *pci, const struct config_entry *table, u32 len) in snd_intel_dsp_find_config() 432 static int snd_intel_dsp_check_dmic(struct pci_dev *pci) in snd_intel_dsp_check_dmic() 447 static int snd_intel_dsp_check_soundwire(struct pci_dev *pci) in snd_intel_dsp_check_soundwire() 462 static int snd_intel_dsp_check_soundwire(struct pci_dev *pci) in snd_intel_dsp_check_soundwire() 468 int snd_intel_dsp_driver_probe(struct pci_dev *pci) in snd_intel_dsp_driver_probe()
|
/sound/soc/intel/skylake/ |
D | skl.c | 45 static void skl_update_pci_byte(struct pci_dev *pci, unsigned int reg, in skl_update_pci_byte() 71 static void update_pci_dword(struct pci_dev *pci, in update_pci_dword() 90 struct pci_dev *pci = to_pci_dev(dev); in skl_enable_miscbdcge() 106 struct pci_dev *pci = to_pci_dev(dev); in skl_clock_power_gating() 149 struct pci_dev *pci = to_pci_dev(dev); in skl_update_d0i3c() 282 struct pci_dev *pci = to_pci_dev(dev); in skl_suspend_late() 293 struct pci_dev *pci = to_pci_dev(bus->dev); in _skl_suspend() 331 struct pci_dev *pci = to_pci_dev(dev); in skl_suspend() 361 struct pci_dev *pci = to_pci_dev(dev); in skl_resume() 408 struct pci_dev *pci = to_pci_dev(dev); in skl_runtime_suspend() [all …]
|
/sound/pci/hda/ |
D | hda_intel.c | 376 static void update_pci_byte(struct pci_dev *pci, unsigned int reg, in update_pci_byte() 558 struct pci_dev *pci = chip->pci; in hda_intel_init_chip() 1083 struct pci_dev *pci = to_pci_dev(dev); in azx_freeze_noirq() 1097 struct pci_dev *pci = to_pci_dev(dev); in azx_thaw_noirq() 1189 static struct pci_dev *get_bound_vga(struct pci_dev *pci); 1191 static void azx_vs_set_state(struct pci_dev *pci, in azx_vs_set_state() 1246 static bool azx_vs_can_switch(struct pci_dev *pci) in azx_vs_can_switch() 1281 static void azx_vs_gpu_bound(struct pci_dev *pci, in azx_vs_gpu_bound() 1295 struct pci_dev *p = get_bound_vga(chip->pci); in init_vga_switcheroo() 1296 struct pci_dev *parent; in init_vga_switcheroo() [all …]
|
/sound/pci/ |
D | cs5530.c | 55 struct pci_dev *pci; 78 struct pci_dev *pci) in snd_cs5530_create() 186 static int snd_cs5530_probe(struct pci_dev *pci, in snd_cs5530_probe()
|
/sound/pci/oxygen/ |
D | oxygen.h | 66 struct pci_dev; 124 struct pci_dev *pci; 157 int oxygen_pci_probe(struct pci_dev *pci, int index, char *id, 167 void oxygen_pci_shutdown(struct pci_dev *pci);
|
/sound/soc/intel/atom/sst/ |
D | sst_pci.c | 28 struct pci_dev *pci = ctx->pci; in sst_platform_get_resources() 112 static int intel_sst_probe(struct pci_dev *pci, in intel_sst_probe() 165 static void intel_sst_remove(struct pci_dev *pci) in intel_sst_remove()
|
/sound/pci/aw2/ |
D | aw2-alsa.c | 85 struct pci_dev *pci; 102 static int snd_aw2_create(struct snd_card *card, struct pci_dev *pci); 103 static int snd_aw2_probe(struct pci_dev *pci, 205 struct pci_dev *pci) in snd_aw2_create() 252 static int snd_aw2_probe(struct pci_dev *pci, in snd_aw2_probe()
|
/sound/pci/ctxfi/ |
D | xfi.c | 56 ct_card_probe(struct pci_dev *pci, const struct pci_device_id *pci_id) in ct_card_probe() 120 static void ct_card_remove(struct pci_dev *pci) in ct_card_remove()
|
D | ctatc.h | 74 struct pci_dev *pci; 151 int ct_atc_create(struct snd_card *card, struct pci_dev *pci,
|
D | cthardware.h | 184 struct pci_dev *pci; /* the pci kernel structure of this card */ 194 int create_hw_obj(struct pci_dev *pci, enum CHIPTYP chip_type,
|
D | ctvmem.h | 57 int ct_vm_create(struct ct_vm **rvm, struct pci_dev *pci);
|
/sound/pci/cs5535audio/ |
D | cs5535audio.c | 246 struct pci_dev *pci) in snd_cs5535audio_create() 284 static int __snd_cs5535audio_probe(struct pci_dev *pci, in __snd_cs5535audio_probe() 334 static int snd_cs5535audio_probe(struct pci_dev *pci, in snd_cs5535audio_probe()
|
/sound/pci/vx222/ |
D | vx222.c | 103 static int snd_vx222_create(struct snd_card *card, struct pci_dev *pci, in snd_vx222_create() 146 static int snd_vx222_probe(struct pci_dev *pci, in snd_vx222_probe()
|
/sound/pci/lx6464es/ |
D | lx6464es.h | 53 struct pci_dev *pci;
|