Searched refs:remove (Results 1 – 25 of 29) sorted by relevance
12
/wlan-driver/qcacld-3.0/core/pld/src/ |
H A D | pld_usb.c | 113 pld_context->ops->remove(&pdev->dev, PLD_BUS_TYPE_USB); in pld_usb_remove() 257 .remove = pld_usb_remove, 361 pld_context->ops->remove(NULL, PLD_BUS_TYPE_USB); in pld_usb_unregister_driver()
|
H A D | pld_sdio.c | 131 pld_context->ops->remove(dev, PLD_BUS_TYPE_SDIO); in pld_sdio_remove() 370 .remove = pld_sdio_remove, 424 .remove = pld_sdio_remove,
|
H A D | pld_snoc_fw_sim.c | 77 pld_context->ops->remove(dev, PLD_BUS_TYPE_SNOC_FW_SIM); in pld_snoc_fw_sim_remove() 273 .remove = pld_snoc_fw_sim_remove,
|
H A D | pld_pcie_fw_sim.c | 99 pld_context->ops->remove(&pdev->dev, PLD_BUS_TYPE_IPCI_FW_SIM); in pld_pcie_fw_sim_remove() 374 pld_context->ops->remove(&pdev->dev, PLD_BUS_TYPE_PCIE_FW_SIM); in pld_pcie_fw_sim_remove() 593 .remove = pld_pcie_fw_sim_remove,
|
H A D | pld_snoc.c | 147 pld_context->ops->remove(dev, PLD_BUS_TYPE_SNOC); in pld_snoc_remove() 413 .remove = pld_snoc_remove,
|
H A D | pld_pcie.c | 121 pld_context->ops->remove(&pdev->dev, PLD_BUS_TYPE_PCIE); in pld_pcie_remove() 743 .remove = pld_pcie_remove, 797 .remove = pld_pcie_remove,
|
H A D | pld_ipci.c | 99 pld_context->ops->remove(dev, PLD_BUS_TYPE_SNOC); in pld_ipci_remove() 501 .remove = pld_ipci_remove,
|
H A D | pld_common.c | 251 if (!ops || !ops->probe || !ops->remove || in pld_register_driver()
|
/wlan-driver/wpa_supplicant_8/wpa_supplicant/ |
H A D | todo.txt |
|
H A D | README |
|
H A D | ChangeLog |
|
H A D | README-Windows.txt |
|
H A D | README-WPS |
|
/wlan-driver/platform/inc/ |
H A D | icnss2.h | 61 void (*remove)(struct device *dev); member
|
H A D | cnss2.h | 251 void (*remove)(struct pci_dev *pdev); member
|
/wlan-driver/wpa_supplicant_8/hostapd/ |
H A D | hlr_auc_gw.txt |
|
H A D | ChangeLog |
|
H A D | README-WPS |
|
/wlan-driver/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/lang/ |
H A D | wpa_gui_de.ts |
|
/wlan-driver/qcacld-3.0/core/pld/inc/ |
H A D | pld_common.h | 598 void (*remove)(struct device *dev, member
|
/wlan-driver/wpa_supplicant_8/wpa_supplicant/aidl/ |
H A D | aidl_manager.cpp |
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_driver_ops.c | 2359 .remove = wlan_hdd_pld_remove,
|
/wlan-driver/platform/icnss2/ |
H A D | main.c | 1605 priv->ops->remove(&priv->pdev->dev); in icnss_driver_event_unregister_driver() 3128 if (!ops->probe || !ops->remove) { in __icnss_register_driver() 5267 .remove = icnss_remove,
|
/wlan-driver/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
H A D | peers.cpp |
|
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/ |
H A D | dot11f.frms | 2803 //TODO: take it out when generic fix to remove extra bytes in IE is available. 2849 //TODO: take it out when generic fix to remove extra bytes in IE is available.
|
12