Home
last modified time | relevance | path

Searched full:deinit (Results 1 – 25 of 119) sorted by relevance

12345

/linux/drivers/media/platform/mediatek/vcodec/decoder/
H A Dvdec_drv_base.h40 * (*deinit)() - deinitialize driver.
41 * @h_vdec : [in] driver handle to be deinit
43 void (*deinit)(void *h_vdec); member
H A Dvdec_vpu_if.h76 * vpu_dec_deinit - deinit decoder instance and resource freed in VPU.
101 * decoder in VPU will update hardware information and deinit hardware
H A Dvdec_drv_if.c124 ctx->dec_if->deinit(ctx->drv_handle); in vdec_if_deinit()
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_crypto.c69 crypt->ops->deinit(crypt->priv); in libipw_crypt_info_free()
93 entry->ops->deinit(entry->priv); in libipw_crypt_deinit_entries()
141 /* must not run ops->deinit() while there may be pending encrypt or in libipw_crypt_delayed_deinit()
233 .deinit = libipw_crypt_null_deinit,
/linux/include/linux/generic_pt/
H A Diommu.h105 * @deinit: Undo a format specific init operation
111 void (*deinit)(struct pt_iommu *iommu_table); member
165 * fails. The ops pointer will only become non-NULL if deinit needs to be in pt_iommu_deinit()
169 iommu_table->ops->deinit(iommu_table); in pt_iommu_deinit()
/linux/drivers/media/platform/mediatek/vcodec/encoder/
H A Dvenc_drv_base.h47 * (*deinit)() - deinitialize driver.
50 int (*deinit)(void *handle); member
H A Dvenc_ipi_msg.h128 * struct venc_ap_ipi_msg_deinit - AP to VPU deinit cmd structure
233 * struct venc_vpu_ipi_msg_deinit - VPU ack AP deinit cmd structure
H A Dvenc_drv_if.c93 ret = ctx->enc_if->deinit(ctx->drv_handle); in venc_if_deinit()
/linux/sound/soc/sof/
H A Dsof-client-probes-ipc4.c133 * matched by DEINIT call.
170 * Host sends DEINIT request to free previously initialized probe
171 * on DSP side once it is no longer needed. DEINIT only when there
404 .deinit = ipc4_probes_deinit,
/linux/arch/riscv/include/asm/
H A Dkvm_vcpu_sbi.h54 * Init/deinit function called once during VCPU init/destroy. These
59 void (*deinit)(struct kvm_vcpu *vcpu); member
/linux/drivers/clocksource/
H A Dtimer-stm32.c308 goto deinit; in stm32_timer_init()
323 goto deinit; in stm32_timer_init()
328 deinit: in stm32_timer_init()
/linux/drivers/pci/controller/dwc/
H A Dpcie-qcom.c245 void (*deinit)(struct qcom_pcie *pcie); member
1340 pcie->cfg->ops->deinit(pcie); in qcom_pcie_host_init()
1358 pcie->cfg->ops->deinit(pcie); in qcom_pcie_host_deinit()
1372 .deinit = qcom_pcie_host_deinit,
1381 .deinit = qcom_pcie_deinit_2_1_0,
1390 .deinit = qcom_pcie_deinit_1_0_0,
1399 .deinit = qcom_pcie_deinit_2_3_2,
1408 .deinit = qcom_pcie_deinit_2_4_0,
1417 .deinit = qcom_pcie_deinit_2_3_3,
1426 .deinit = qcom_pcie_deinit_2_7_0,
[all …]
/linux/drivers/firmware/tegra/
H A Dbpmp-private.h13 void (*deinit)(struct tegra_bpmp *bpmp); member
H A Dbpmp.c758 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/net/nfc/hci/
H A Dllc.h20 void (*deinit) (struct nfc_llc *llc); member
H A Dllc_nop.c76 .deinit = llc_nop_deinit,
H A Dllc.c112 llc->ops->deinit(llc); in nfc_llc_free()
/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_port.c72 /* Port deinit func */
/linux/drivers/staging/vc04_services/bcm2835-audio/
H A Dbcm2835-vchiq.c238 goto deinit; in bcm2835_audio_open()
251 deinit: in bcm2835_audio_open()
/linux/arch/arm/mach-omap2/
H A Dpm33xx-core.c289 .deinit = amx3_suspend_deinit,
302 .deinit = amx3_suspend_deinit,
/linux/drivers/media/platform/qcom/venus/
H A Dvenc.c1041 goto deinit; in venc_init_session()
1046 goto deinit; in venc_init_session()
1052 goto deinit; in venc_init_session()
1056 goto deinit; in venc_init_session()
1060 goto deinit; in venc_init_session()
1063 deinit: in venc_init_session()
/linux/include/linux/platform_data/
H A Dpm33xx.h50 int (*deinit)(void); member
/linux/include/uapi/linux/misc/
H A Dbcm_vk.h59 /* Deinit */
/linux/drivers/cpuidle/
H A Dcpuidle-psci.c414 goto deinit; in psci_idle_init_cpu()
419 deinit: in psci_idle_init_cpu()
/linux/drivers/staging/greybus/
H A Daudio_manager.c159 * module init/deinit

12345