Searched refs:ids (Results 1 – 8 of 8) sorted by relevance
/sound/soc/intel/atom/ |
D | sst-atom-controls.c | 298 const char *pipe, struct sst_ids *ids) in sst_find_and_send_pipe_algo() argument 306 list_for_each_entry(algo, &ids->algo_list, node) { in sst_find_and_send_pipe_algo() 514 static int sst_set_pipe_gain(struct sst_ids *ids, 522 struct sst_ids *ids = w->priv; in sst_send_pipe_module_params() local 525 sst_find_and_send_pipe_algo(drv, w->name, ids); in sst_send_pipe_module_params() 526 sst_set_pipe_gain(ids, drv, 0); in sst_send_pipe_module_params() 599 static int sst_set_pipe_gain(struct sst_ids *ids, in sst_set_pipe_gain() argument 607 list_for_each_entry(gain, &ids->gain_list, node) { in sst_set_pipe_gain() 628 struct sst_ids *ids = w->priv; in sst_swm_mixer_event() local 674 ids->location_id, SST_DEFAULT_MODULE_ID); in sst_swm_mixer_event() [all …]
|
/sound/pci/oxygen/ |
D | oxygen_lib.c | 239 oxygen_search_pci_id(struct oxygen *chip, const struct pci_device_id ids[]) in oxygen_search_pci_id() argument 262 for (; ids->vendor; ++ids) in oxygen_search_pci_id() 263 if (ids->subdevice == subdevice && in oxygen_search_pci_id() 264 ids->driver_data != BROKEN_EEPROM_DRIVER_DATA) in oxygen_search_pci_id() 265 return ids; in oxygen_search_pci_id() 581 const struct pci_device_id *ids, in __oxygen_pci_probe() argument 625 pci_id = oxygen_search_pci_id(chip, ids); in __oxygen_pci_probe() 707 const struct pci_device_id *ids, in oxygen_pci_probe() argument 712 __oxygen_pci_probe(pci, index, id, owner, ids, get_model)); in oxygen_pci_probe()
|
D | oxygen.h | 159 const struct pci_device_id *ids,
|
/sound/soc/sof/intel/ |
D | hda.c | 1087 struct sdw_intel_slave_id *ids = sdw->ids; in link_slaves_found() local 1103 if (ids[j].link_id == link_id && in link_slaves_found() 1104 ids[j].id.part_id == part_id && in link_slaves_found() 1105 ids[j].id.mfg_id == mfg_id && in link_slaves_found() 1106 ids[j].id.sdw_version == version) in link_slaves_found() 1113 if (ids[j].link_id != link_id || in link_slaves_found() 1114 ids[j].id.part_id != part_id || in link_slaves_found() 1115 ids[j].id.mfg_id != mfg_id || in link_slaves_found() 1116 ids[j].id.sdw_version != version) in link_slaves_found() 1144 ids[j].id.unique_id == unique_id) { in link_slaves_found()
|
/sound/hda/ |
D | hdac_i915.c | 122 static const struct pci_device_id ids[] = { in i915_gfx_present() local 128 return pci_dev_present(ids); in i915_gfx_present()
|
/sound/soc/codecs/ |
D | cs4234.c | 740 uint8_t ids[3]; in cs4234_i2c_probe() local 791 ret = regmap_bulk_read(cs4234->regmap, CS4234_DEVID_AB, ids, ARRAY_SIZE(ids)); in cs4234_i2c_probe() 797 devid = (ids[0] << 16) | (ids[1] << 8) | ids[2]; in cs4234_i2c_probe()
|
/sound/soc/meson/ |
D | aiu.c | 179 const char * const *ids, in aiu_clk_bulk_get() argument 191 clks[i].id = ids[i]; in aiu_clk_bulk_get()
|
/sound/xen/ |
D | xen_snd_front.c | 357 .ids = xen_drv_ids,
|