Home
last modified time | relevance | path

Searched refs:match (Results 1 – 25 of 52) sorted by relevance

123

/sound/soc/intel/common/
A DMakefile2 snd-soc-acpi-intel-match-y := soc-acpi-intel-byt-match.o soc-acpi-intel-cht-match.o \
3 soc-acpi-intel-hsw-bdw-match.o \
4 soc-acpi-intel-skl-match.o soc-acpi-intel-kbl-match.o \
5 soc-acpi-intel-bxt-match.o soc-acpi-intel-glk-match.o \
6 soc-acpi-intel-cnl-match.o soc-acpi-intel-cfl-match.o \
7 soc-acpi-intel-cml-match.o soc-acpi-intel-icl-match.o \
8 soc-acpi-intel-tgl-match.o soc-acpi-intel-ehl-match.o \
9 soc-acpi-intel-jsl-match.o soc-acpi-intel-adl-match.o \
10 soc-acpi-intel-rpl-match.o soc-acpi-intel-mtl-match.o \
11 soc-acpi-intel-arl-match.o \
[all …]
/sound/hda/core/
A Dhda_bus_type.c61 if (hdrv->match) in hda_bus_match()
62 return hdrv->match(hdev, hdrv); in hda_bus_match()
81 .match = hda_bus_match,
A Dcomponent.c287 struct component_match *match = NULL; in snd_hdac_acomp_init() local
304 component_match_add_typed(dev, &match, match_master, bus); in snd_hdac_acomp_init()
306 match); in snd_hdac_acomp_init()
/sound/soc/amd/acp/
A DMakefile26 snd-soc-acpi-amd-match-y := amd-acp63-acpi-match.o amd-acp70-acpi-match.o
47 obj-$(CONFIG_SND_SOC_ACPI_AMD_MATCH) += snd-soc-acpi-amd-match.o
/sound/usb/
A Dimplicit.c278 const struct snd_usb_implicit_fb_match *match, in find_implicit_fb_entry() argument
281 for (; match->id; match++) in find_implicit_fb_entry()
282 if (match->id == chip->usb_id && in find_implicit_fb_entry()
283 (!match->iface_class || in find_implicit_fb_entry()
284 (alts->desc.bInterfaceClass == match->iface_class))) in find_implicit_fb_entry()
285 return match; in find_implicit_fb_entry()
/sound/hda/codecs/side-codecs/
A Dhda_component.c161 struct component_match *match = NULL; in hda_component_manager_init() local
183 component_match_add(dev, &match, hda_comp_match_dev_name, sm); in hda_component_manager_init()
186 ret = component_master_add_with_match(dev, ops, match); in hda_component_manager_init()
/sound/soc/meson/
A Dgx-card.c68 char *match) in gx_card_cpu_identify() argument
71 if (strstr(c->dai_name, match)) in gx_card_cpu_identify()
/sound/soc/amd/
A Dacp3x-rt5682-max9836.c474 const struct acpi_device_id *match; in soc_is_rltk_max() local
476 match = acpi_match_device(dev->driver->acpi_match_table, dev); in soc_is_rltk_max()
477 if (!match) in soc_is_rltk_max()
479 return (void *)match->driver_data; in soc_is_rltk_max()
A Dacp-da7219-max98357a.c709 const struct acpi_device_id *match; in acp_soc_is_rltk_max() local
711 match = acpi_match_device(dev->driver->acpi_match_table, dev); in acp_soc_is_rltk_max()
712 if (!match) in acp_soc_is_rltk_max()
714 return (void *)match->driver_data; in acp_soc_is_rltk_max()
/sound/soc/rockchip/
A Drockchip_spdif.c287 const struct of_device_id *match; in rk_spdif_probe() local
292 match = of_match_node(rk_spdif_match, np); in rk_spdif_probe()
293 if (match->data == (void *)RK_SPDIF_RK3288) { in rk_spdif_probe()
/sound/soc/codecs/
A Des8311.c384 bool match = false; in es8311_cmp_adj_mclk_coeff() local
387 match = true; in es8311_cmp_adj_mclk_coeff()
392 match = true; in es8311_cmp_adj_mclk_coeff()
398 match = true; in es8311_cmp_adj_mclk_coeff()
401 if (!match) in es8311_cmp_adj_mclk_coeff()
A Dcs42l42-sdw.c203 static int cs42l42_sdw_poll_status(struct sdw_slave *peripheral, u8 mask, u8 match) in cs42l42_sdw_poll_status() argument
208 (sdwret < 0) || ((sdwret & mask) == match), in cs42l42_sdw_poll_status()
216 mask, match, ret); in cs42l42_sdw_poll_status()
A Dcs35l56-sdw.c39 unsigned int match) in cs35l56_sdw_poll_mem_status() argument
44 (val < 0) || ((val & mask) == match), in cs35l56_sdw_poll_mem_status()
/sound/soc/atmel/
A Datmel-i2s.c615 const struct of_device_id *match; in atmel_i2s_probe() local
631 match = of_match_node(atmel_i2s_dt_ids, np); in atmel_i2s_probe()
632 if (match) in atmel_i2s_probe()
633 dev->caps = match->data; in atmel_i2s_probe()
/sound/soc/tegra/
A Dtegra210_adx.c673 const struct of_device_id *match; in tegra210_adx_platform_probe() local
682 match = of_match_device(tegra210_adx_of_match, dev); in tegra210_adx_platform_probe()
683 soc_data = (struct tegra210_adx_soc_data *)match->data; in tegra210_adx_platform_probe()
/sound/soc/samsung/
A Daries_wm8994.c545 const struct of_device_id *match; in aries_audio_probe() local
560 match = of_match_node(samsung_wm8994_of_match, np); in aries_audio_probe()
561 priv->variant = match->data; in aries_audio_probe()
/sound/core/seq/
A Dseq_prioq.c248 bool (*match)(struct snd_seq_event_cell *cell, in prioq_remove_cells()
260 if (!match(cell, arg)) { in prioq_remove_cells()
/sound/isa/
A Dadlib.c91 .match = snd_adlib_match,
/sound/core/
A Dinit.c52 int match = 1; in module_slot_match() local
62 match = 0; /* negative match */ in module_slot_match()
76 return !match; in module_slot_match()
81 return match; in module_slot_match()
A Dseq_device.c54 .match = snd_seq_bus_match,
/sound/soc/ti/
A Dj721e-evm.c849 const struct of_device_id *match; in j721e_soc_probe() local
858 match = of_match_node(j721e_audio_of_match, node); in j721e_soc_probe()
859 if (!match) { in j721e_soc_probe()
868 priv->match_data = match->data; in j721e_soc_probe()
/sound/isa/ad1848/
A Dad1848.c138 .match = snd_ad1848_match,
/sound/isa/cs423x/
A Dcs4231.c157 .match = snd_cs4231_match,
/sound/isa/sb/
A Dsb8.c210 .match = snd_sb8_match,
/sound/isa/gus/
A Dgusclassic.c197 .match = snd_gusclassic_match,

Completed in 68 milliseconds

123