Home
last modified time | relevance | path

Searched refs:probe_data (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/tty/serial/8250/
D8250_fintek.c459 struct fintek_8250 probe_data; in fintek_8250_probe() local
461 if (probe_setup_port(&probe_data, uart)) in fintek_8250_probe()
468 memcpy(pdata, &probe_data, sizeof(probe_data)); in fintek_8250_probe()
/Linux-v5.4/arch/x86/include/asm/
Dplatform_sst_audio.h129 const struct sst_info *probe_data; member
/Linux-v5.4/sound/soc/intel/atom/sst/
Dsst_acpi.c130 .probe_data = &byt_fwparse_info,
142 .probe_data = &byt_fwparse_info,
Dsst.c271 if (!ctx->pdata->probe_data) in sst_context_init()
274 memcpy(&ctx->info, ctx->pdata->probe_data, sizeof(ctx->info)); in sst_context_init()
/Linux-v5.4/sound/synth/emux/
Dsoundfont.c29 static int probe_data(struct snd_sf_list *sflist, int sample_id);
182 rc = probe_data(sflist, patch.optarg); in snd_soundfont_load()
321 probe_data(struct snd_sf_list *sflist, int sample_id) in probe_data() function
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/
Dmac80211.c1560 struct iwl_probe_resp_data *probe_data; in iwl_mvm_mac_remove_interface() local
1570 probe_data = rcu_dereference_protected(mvmvif->probe_resp_data, in iwl_mvm_mac_remove_interface()
1573 if (probe_data) in iwl_mvm_mac_remove_interface()
1574 kfree_rcu(probe_data, rcu_head); in iwl_mvm_mac_remove_interface()