Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/serial/8250/
D8250_fintek.c448 struct fintek_8250 probe_data; in fintek_8250_probe() local
450 if (probe_setup_port(&probe_data, uart)) in fintek_8250_probe()
457 memcpy(pdata, &probe_data, sizeof(probe_data)); in fintek_8250_probe()
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dplatform_sst_audio.h129 const struct sst_info *probe_data; member
/kernel/linux/linux-5.10/sound/soc/intel/atom/sst/
Dsst_acpi.c129 .probe_data = &byt_fwparse_info,
141 .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()
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dmac80211.c1626 struct iwl_probe_resp_data *probe_data; in iwl_mvm_mac_remove_interface() local
1636 probe_data = rcu_dereference_protected(mvmvif->probe_resp_data, in iwl_mvm_mac_remove_interface()
1639 if (probe_data) in iwl_mvm_mac_remove_interface()
1640 kfree_rcu(probe_data, rcu_head); in iwl_mvm_mac_remove_interface()