Home
last modified time | relevance | path

Searched refs:probe (Results 1 – 23 of 23) sorted by relevance

/wlan-driver/platform/cnss2/ !
H A DKconfig34 bool "Enable/disable CNSS platform driver asynchronous probe"
37 If enabled, CNSS platform driver would do asynchronous probe.
38 Using asynchronous probe will allow CNSS platform driver to
39 probe in parallel with other device drivers and will help to
106 asynchronous probe.
114 driver probe for the first time.
118 device re-probe(after wlan function driver loaded) under very bad
H A Dpci.c3012 ret = pci_priv->driver_ops->probe(pci_priv->pci_dev, in cnss_pci_call_driver_probe()
7760 .probe = cnss_pci_probe,
H A Dmain.c5662 .probe = cnss_probe,
/wlan-driver/wpa_supplicant_8/src/wps/ !
H A Dwps_validate.c
H A Dwps_registrar.c
H A Dwps.h
/wlan-driver/qcacld-3.0/core/pld/src/ !
H A Dpld_usb.c70 ret = pld_context->ops->probe(&pdev->dev, in pld_usb_probe()
256 .probe = pld_usb_probe,
324 .probe = pld_usb_probe,
H A Dpld_sdio.c96 return pld_context->ops->probe(dev, PLD_BUS_TYPE_SDIO, in pld_sdio_probe()
369 .probe = pld_sdio_probe,
423 .probe = pld_sdio_probe,
H A Dpld_snoc_fw_sim.c52 return pld_context->ops->probe(dev, PLD_BUS_TYPE_SNOC_FW_SIM, in pld_snoc_fw_sim_probe()
272 .probe = pld_snoc_fw_sim_probe,
H A Dpld_pcie_fw_sim.c66 return pld_context->ops->probe(&pdev->dev, in pld_pcie_fw_sim_probe()
341 return pld_context->ops->probe(&pdev->dev, in pld_pcie_fw_sim_probe()
592 .probe = pld_pcie_fw_sim_probe,
H A Dpld_snoc.c113 return pld_context->ops->probe(dev, PLD_BUS_TYPE_SNOC, in pld_snoc_probe()
412 .probe = pld_snoc_probe,
H A Dpld_pcie.c79 return pld_context->ops->probe(&pdev->dev, in pld_pcie_probe()
742 .probe = pld_pcie_probe,
796 .probe = pld_pcie_probe,
H A Dpld_ipci.c65 return pld_context->ops->probe(dev, PLD_BUS_TYPE_IPCI, in pld_ipci_probe()
500 .probe = pld_ipci_probe,
H A Dpld_common.c251 if (!ops || !ops->probe || !ops->remove || in pld_register_driver()
/wlan-driver/platform/inc/ !
H A Dicnss2.h60 int (*probe)(struct device *dev); member
H A Dcnss2.h250 int (*probe)(struct pci_dev *pdev, const struct pci_device_id *id); member
/wlan-driver/qcacld-3.0/core/mac/src/include/ !
H A Dparser_api.h645 tpSirProbeReq probe);
649 uint32_t len, tpSirProbeRespBeacon probe);
/wlan-driver/wpa_supplicant_8/hostapd/ !
H A Dandroid.config
H A Ddefconfig
/wlan-driver/qcacld-3.0/core/pld/inc/ !
H A Dpld_common.h595 int (*probe)(struct device *dev, member
/wlan-driver/platform/icnss2/ !
H A Dmain.c1130 if (!priv->ops || !priv->ops->probe) in icnss_call_driver_probe()
1142 ret = priv->ops->probe(&priv->pdev->dev); in icnss_call_driver_probe()
1569 ret = priv->ops->probe(&priv->pdev->dev); in icnss_driver_event_register_driver()
3128 if (!ops->probe || !ops->remove) { in __icnss_register_driver()
5266 .probe = icnss_probe,
/wlan-driver/qcacld-3.0/core/hdd/src/ !
H A Dwlan_hdd_driver_ops.c2358 .probe = wlan_hdd_pld_probe,
/wlan-driver/wpa_supplicant_8/wpa_supplicant/ !
H A DChangeLog