| /linux/drivers/net/wireless/intel/ipw2x00/ |
| H A D | libipw_crypto.c | 69 crypt->ops->deinit(crypt->priv); in libipw_crypt_info_free() 93 entry->ops->deinit(entry->priv); in libipw_crypt_deinit_entries() 233 .deinit = libipw_crypt_null_deinit,
|
| /linux/drivers/clocksource/ |
| H A D | timer-stm32.c | 309 goto deinit; in stm32_timer_init() 324 goto deinit; in stm32_timer_init() 329 deinit: in stm32_timer_init()
|
| /linux/include/linux/generic_pt/ |
| H A D | iommu.h | 111 void (*deinit)(struct pt_iommu *iommu_table); member 169 iommu_table->ops->deinit(iommu_table); in pt_iommu_deinit()
|
| /linux/drivers/pci/controller/dwc/ |
| H A D | pcie-qcom.c | 251 void (*deinit)(struct qcom_pcie *pcie); member 1334 pcie->cfg->ops->deinit(pcie); in qcom_pcie_host_init() 1346 pcie->cfg->ops->deinit(pcie); in qcom_pcie_host_deinit() 1360 .deinit = qcom_pcie_host_deinit, 1369 .deinit = qcom_pcie_deinit_2_1_0, 1378 .deinit = qcom_pcie_deinit_1_0_0, 1387 .deinit = qcom_pcie_deinit_2_3_2, 1396 .deinit = qcom_pcie_deinit_2_4_0, 1405 .deinit = qcom_pcie_deinit_2_3_3, 1414 .deinit = qcom_pcie_deinit_2_7_0, [all …]
|
| H A D | pcie-designware-host.c | 699 if (pp->ops->deinit) in dw_pcie_host_init() 700 pp->ops->deinit(pp); in dw_pcie_host_init() 726 if (pp->ops->deinit) in dw_pcie_host_deinit() 727 pp->ops->deinit(pp); in dw_pcie_host_deinit() 1198 if (pci->pp.ops->deinit) in dw_pcie_suspend_noirq() 1199 pci->pp.ops->deinit(&pci->pp); in dw_pcie_suspend_noirq()
|
| /linux/drivers/media/platform/mediatek/vcodec/decoder/ |
| H A D | vdec_drv_base.h | 43 void (*deinit)(void *h_vdec); member
|
| H A D | vdec_drv_if.c | 124 ctx->dec_if->deinit(ctx->drv_handle); in vdec_if_deinit()
|
| /linux/drivers/media/platform/mediatek/vcodec/encoder/ |
| H A D | venc_drv_base.h | 50 int (*deinit)(void *handle); member
|
| H A D | venc_drv_if.c | 93 ret = ctx->enc_if->deinit(ctx->drv_handle); in venc_if_deinit()
|
| /linux/drivers/firmware/tegra/ |
| H A D | bpmp-private.h | 13 void (*deinit)(struct tegra_bpmp *bpmp); member
|
| H A D | bpmp.c | 758 goto deinit; in tegra_bpmp_probe() 804 deinit: in tegra_bpmp_probe() 805 if (bpmp->soc->ops->deinit) in tegra_bpmp_probe() 806 bpmp->soc->ops->deinit(bpmp); in tegra_bpmp_probe()
|
| /linux/include/linux/platform_data/ |
| H A D | pm33xx.h | 50 int (*deinit)(void); member
|
| /linux/net/nfc/hci/ |
| H A D | llc.h | 20 void (*deinit) (struct nfc_llc *llc); member
|
| H A D | llc_nop.c | 76 .deinit = llc_nop_deinit,
|
| H A D | llc.c | 112 llc->ops->deinit(llc); in nfc_llc_free()
|
| /linux/drivers/gpu/drm/omapdrm/ |
| H A D | tcm.h | 72 void (*deinit)(struct tcm *tcm); member 107 tcm->deinit(tcm); in tcm_deinit()
|
| /linux/drivers/cpuidle/ |
| H A D | cpuidle-psci.c | 414 goto deinit; in psci_idle_init_cpu() 419 deinit: in psci_idle_init_cpu()
|
| H A D | cpuidle-riscv-sbi.c | 338 goto deinit; in sbi_cpuidle_init_cpu() 343 deinit: in sbi_cpuidle_init_cpu()
|
| /linux/drivers/staging/vc04_services/bcm2835-audio/ |
| H A D | bcm2835-vchiq.c | 238 goto deinit; in bcm2835_audio_open() 251 deinit: in bcm2835_audio_open()
|
| /linux/arch/riscv/include/asm/ |
| H A D | kvm_vcpu_sbi.h | 59 void (*deinit)(struct kvm_vcpu *vcpu); member
|
| /linux/drivers/soc/ti/ |
| H A D | pm33xx.c | 580 if (pm_ops->deinit) in am33xx_pm_remove() 581 pm_ops->deinit(); in am33xx_pm_remove()
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | init.c | 1028 goto deinit; in ath9k_init_device() 1035 goto deinit; in ath9k_init_device() 1040 goto deinit; in ath9k_init_device() 1082 deinit: in ath9k_init_device()
|
| /linux/net/mac80211/ |
| H A D | link.c | 386 goto deinit; in ieee80211_vif_update_links() 393 deinit: in ieee80211_vif_update_links()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | spectral.c | 1015 goto deinit; in ath11k_spectral_init() 1031 goto deinit; in ath11k_spectral_init() 1037 deinit: in ath11k_spectral_init()
|
| /linux/arch/riscv/kvm/ |
| H A D | vcpu_sbi.c | 697 !ext->deinit) in kvm_riscv_vcpu_sbi_deinit() 700 ext->deinit(vcpu); in kvm_riscv_vcpu_sbi_deinit()
|