| /linux-6.15/drivers/net/ethernet/sfc/ |
| H A 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()
|
| H A 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);
|
| H A 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()
|
| H A D | efx.c | 958 struct efx_probe_data *probe_data; in efx_pci_remove() local 989 probe_data = container_of(efx, struct efx_probe_data, efx); in efx_pci_remove() 990 kfree(probe_data); in efx_pci_remove() 1152 struct efx_probe_data *probe_data, **probe_ptr; in efx_pci_probe() local 1158 probe_data = kzalloc(sizeof(*probe_data), GFP_KERNEL); in efx_pci_probe() 1159 if (!probe_data) in efx_pci_probe() 1161 probe_data->pci_dev = pci_dev; in efx_pci_probe() 1162 efx = &probe_data->efx; in efx_pci_probe() 1165 net_dev = alloc_etherdev_mq(sizeof(probe_data), EFX_MAX_CORE_TX_QUEUES); in efx_pci_probe() 1171 *probe_ptr = probe_data; in efx_pci_probe() [all …]
|
| H A D | net_driver.h | 1215 struct efx_probe_data *probe_data = *probe_ptr; in efx_netdev_priv() local 1217 return &probe_data->efx; in efx_netdev_priv()
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | link.h | 96 struct iwl_probe_resp_data *probe_data; in iwl_mld_cleanup_link() local 98 probe_data = wiphy_dereference(mld->wiphy, link->probe_resp_data); in iwl_mld_cleanup_link() 100 if (probe_data) in iwl_mld_cleanup_link() 101 kfree_rcu(probe_data, rcu_head); in iwl_mld_cleanup_link()
|
| H A D | link.c | 429 struct iwl_probe_resp_data *probe_data; in iwl_mld_deactivate_link() local 442 probe_data = wiphy_dereference(mld->wiphy, mld_link->probe_resp_data); in iwl_mld_deactivate_link() 444 if (probe_data) in iwl_mld_deactivate_link() 445 kfree_rcu(probe_data, rcu_head); in iwl_mld_deactivate_link()
|
| /linux-6.15/drivers/tty/serial/8250/ |
| H A D | 8250_fintek.c | 461 struct fintek_8250 probe_data; in fintek_8250_probe() local 463 if (probe_setup_port(&probe_data, uart)) in fintek_8250_probe() 470 memcpy(pdata, &probe_data, sizeof(probe_data)); in fintek_8250_probe()
|
| /linux-6.15/drivers/gpio/ |
| H A D | gpio-sim.c | 549 struct dev_sync_probe_data probe_data; member 676 return !!dev->probe_data.pdev; in gpio_sim_device_is_live() 698 pdev = dev->probe_data.pdev; in gpio_sim_device_config_dev_name_show() 948 ret = dev_sync_probe_register(&dev->probe_data, &pdevinfo); in gpio_sim_device_activate() 964 swnode = dev_fwnode(&dev->probe_data.pdev->dev); in gpio_sim_device_deactivate() 965 dev_sync_probe_unregister(&dev->probe_data); in gpio_sim_device_deactivate() 1068 return device_for_each_child(&dev->probe_data.pdev->dev, &ctx, in gpio_sim_bank_config_chip_name_show() 1509 dev_sync_probe_init(&dev->probe_data); in gpio_sim_config_make_device_group()
|
| H A D | gpio-virtuser.c | 985 struct dev_sync_probe_data probe_data; member 1009 return !!dev->probe_data.pdev; in gpio_virtuser_device_is_live() 1349 pdev = dev->probe_data.pdev; in gpio_virtuser_device_config_dev_name_show() 1478 ret = dev_sync_probe_register(&dev->probe_data, &pdevinfo); in gpio_virtuser_device_activate() 1499 swnode = dev_fwnode(&dev->probe_data.pdev->dev); in gpio_virtuser_device_deactivate() 1500 dev_sync_probe_unregister(&dev->probe_data); in gpio_virtuser_device_deactivate() 1731 dev_sync_probe_init(&dev->probe_data); in gpio_virtuser_config_make_device_group()
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | platform_sst_audio.h | 127 const struct sst_info *probe_data; member
|
| /linux-6.15/sound/soc/intel/atom/sst/ |
| H A D | sst_acpi.c | 151 .probe_data = &byt_fwparse_info, 163 .probe_data = &byt_fwparse_info,
|
| H A 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.15/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | mld-mac80211.c | 127 struct iwl_probe_resp_data *probe_data; in iwl_mvm_mld_mac_remove_interface() local 188 probe_data = rcu_dereference_protected(mvmvif->deflink.probe_resp_data, in iwl_mvm_mld_mac_remove_interface() 191 if (probe_data) in iwl_mvm_mld_mac_remove_interface() 192 kfree_rcu(probe_data, rcu_head); in iwl_mvm_mld_mac_remove_interface()
|
| H A D | mac80211.c | 1094 struct iwl_probe_resp_data *probe_data; in iwl_mvm_cleanup_iterator() local 1122 probe_data = rcu_dereference_protected(mvmvif->deflink.probe_resp_data, in iwl_mvm_cleanup_iterator() 1124 if (probe_data) in iwl_mvm_cleanup_iterator() 1125 kfree_rcu(probe_data, rcu_head); in iwl_mvm_cleanup_iterator() 1954 struct iwl_probe_resp_data *probe_data; in iwl_mvm_mac_remove_interface() local 1969 probe_data = rcu_dereference_protected(mvmvif->deflink.probe_resp_data, in iwl_mvm_mac_remove_interface() 1972 if (probe_data) in iwl_mvm_mac_remove_interface() 1973 kfree_rcu(probe_data, rcu_head); in iwl_mvm_mac_remove_interface()
|
| /linux-6.15/sound/synth/emux/ |
| H A 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
|