Searched refs:probe_data (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/tty/serial/8250/ |
| A D | 8250_fintek.c | 448 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()
|
| /linux/arch/x86/include/asm/ |
| A D | platform_sst_audio.h | 127 const struct sst_info *probe_data; member
|
| /linux/sound/soc/intel/atom/sst/ |
| A D | sst_acpi.c | 130 .probe_data = &byt_fwparse_info, 142 .probe_data = &byt_fwparse_info,
|
| A D | sst.c | 271 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/sound/synth/emux/ |
| A D | soundfont.c | 29 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/drivers/net/wireless/intel/iwlwifi/mvm/ |
| A D | mac80211.c | 1576 struct iwl_probe_resp_data *probe_data; in iwl_mvm_mac_remove_interface() local 1586 probe_data = rcu_dereference_protected(mvmvif->probe_resp_data, in iwl_mvm_mac_remove_interface() 1589 if (probe_data) in iwl_mvm_mac_remove_interface() 1590 kfree_rcu(probe_data, rcu_head); in iwl_mvm_mac_remove_interface()
|
Completed in 19 milliseconds