Searched refs:probe_data (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/sfc/ |
D | ef100.c | 426 struct efx_probe_data *probe_data; in ef100_pci_remove() local 431 probe_data = container_of(efx, struct efx_probe_data, efx); in ef100_pci_remove() 432 ef100_remove_netdev(probe_data); in ef100_pci_remove() 444 kfree(probe_data); in ef100_pci_remove() 451 struct efx_probe_data *probe_data; in ef100_pci_probe() local 456 probe_data = kzalloc(sizeof(*probe_data), GFP_KERNEL); in ef100_pci_probe() 457 if (!probe_data) in ef100_pci_probe() 459 probe_data->pci_dev = pci_dev; in ef100_pci_probe() 460 efx = &probe_data->efx; in ef100_pci_probe() 508 rc = ef100_probe_netdev(probe_data); in ef100_pci_probe()
|
D | ef100_netdev.h | 21 int ef100_probe_netdev(struct efx_probe_data *probe_data); 22 void ef100_remove_netdev(struct efx_probe_data *probe_data);
|
D | ef100_netdev.c | 383 void ef100_remove_netdev(struct efx_probe_data *probe_data) in ef100_remove_netdev() argument 385 struct efx_nic *efx = &probe_data->efx; in ef100_remove_netdev() 423 int ef100_probe_netdev(struct efx_probe_data *probe_data) in ef100_probe_netdev() argument 425 struct efx_nic *efx = &probe_data->efx; in ef100_probe_netdev() 438 net_dev = alloc_etherdev_mq(sizeof(probe_data), EFX_MAX_CORE_TX_QUEUES); in ef100_probe_netdev() 442 *probe_ptr = probe_data; in ef100_probe_netdev()
|
D | efx.c | 880 struct efx_probe_data *probe_data; in efx_pci_remove() local 911 probe_data = container_of(efx, struct efx_probe_data, efx); in efx_pci_remove() 912 kfree(probe_data); in efx_pci_remove() 1074 struct efx_probe_data *probe_data, **probe_ptr; in efx_pci_probe() local 1080 probe_data = kzalloc(sizeof(*probe_data), GFP_KERNEL); in efx_pci_probe() 1081 if (!probe_data) in efx_pci_probe() 1083 probe_data->pci_dev = pci_dev; in efx_pci_probe() 1084 efx = &probe_data->efx; in efx_pci_probe() 1087 net_dev = alloc_etherdev_mq(sizeof(probe_data), EFX_MAX_CORE_TX_QUEUES); in efx_pci_probe() 1093 *probe_ptr = probe_data; in efx_pci_probe() [all …]
|
D | net_driver.h | 1176 struct efx_probe_data *probe_data = *probe_ptr; in efx_netdev_priv() local 1178 return &probe_data->efx; in efx_netdev_priv()
|
/linux-6.12.1/drivers/tty/serial/8250/ |
D | 8250_fintek.c | 449 struct fintek_8250 probe_data; in fintek_8250_probe() local 451 if (probe_setup_port(&probe_data, uart)) in fintek_8250_probe() 458 memcpy(pdata, &probe_data, sizeof(probe_data)); in fintek_8250_probe()
|
/linux-6.12.1/arch/x86/include/asm/ |
D | platform_sst_audio.h | 127 const struct sst_info *probe_data; member
|
/linux-6.12.1/sound/soc/intel/atom/sst/ |
D | sst_acpi.c | 151 .probe_data = &byt_fwparse_info, 163 .probe_data = &byt_fwparse_info,
|
D | sst.c | 277 if (!ctx->pdata->probe_data) in sst_context_init() 280 memcpy(&ctx->info, ctx->pdata->probe_data, sizeof(ctx->info)); in sst_context_init()
|
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | mld-mac80211.c | 125 struct iwl_probe_resp_data *probe_data; in iwl_mvm_mld_mac_remove_interface() local 186 probe_data = rcu_dereference_protected(mvmvif->deflink.probe_resp_data, in iwl_mvm_mld_mac_remove_interface() 189 if (probe_data) in iwl_mvm_mld_mac_remove_interface() 190 kfree_rcu(probe_data, rcu_head); in iwl_mvm_mld_mac_remove_interface()
|
D | mac80211.c | 1093 struct iwl_probe_resp_data *probe_data; in iwl_mvm_cleanup_iterator() local 1121 probe_data = rcu_dereference_protected(mvmvif->deflink.probe_resp_data, in iwl_mvm_cleanup_iterator() 1123 if (probe_data) in iwl_mvm_cleanup_iterator() 1124 kfree_rcu(probe_data, rcu_head); in iwl_mvm_cleanup_iterator() 1919 struct iwl_probe_resp_data *probe_data; in iwl_mvm_mac_remove_interface() local 1934 probe_data = rcu_dereference_protected(mvmvif->deflink.probe_resp_data, in iwl_mvm_mac_remove_interface() 1937 if (probe_data) in iwl_mvm_mac_remove_interface() 1938 kfree_rcu(probe_data, rcu_head); in iwl_mvm_mac_remove_interface()
|
/linux-6.12.1/sound/synth/emux/ |
D | soundfont.c | 29 static int probe_data(struct snd_sf_list *sflist, int sample_id); 184 rc = probe_data(sflist, patch.optarg); in snd_soundfont_load() 323 probe_data(struct snd_sf_list *sflist, int sample_id) in probe_data() function
|