| /linux/drivers/media/platform/mediatek/vcodec/decoder/ |
| H A D | vdec_drv_base.h | 40 * (*deinit)() - deinitialize driver. 41 * @h_vdec : [in] driver handle to be deinit 43 void (*deinit)(void *h_vdec); member
|
| H A D | vdec_vpu_if.h | 76 * vpu_dec_deinit - deinit decoder instance and resource freed in VPU. 101 * decoder in VPU will update hardware information and deinit hardware
|
| H A D | vdec_drv_if.c | 124 ctx->dec_if->deinit(ctx->drv_handle); in vdec_if_deinit()
|
| /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() 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/drivers/media/platform/mediatek/vcodec/encoder/ |
| H A D | venc_drv_base.h | 47 * (*deinit)() - deinitialize driver. 50 int (*deinit)(void *handle); member
|
| H A D | venc_ipi_msg.h | 128 * 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 D | venc_drv_if.c | 93 ret = ctx->enc_if->deinit(ctx->drv_handle); in venc_if_deinit()
|
| /linux/include/linux/generic_pt/ |
| H A D | iommu.h | 105 * @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/arch/riscv/include/asm/ |
| H A D | kvm_vcpu_sbi.h | 54 * Init/deinit function called once during VCPU init/destroy. These 59 void (*deinit)(struct kvm_vcpu *vcpu); member
|
| /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/drivers/pci/controller/dwc/ |
| H A D | pcie-qcom.c | 251 void (*deinit)(struct qcom_pcie *pcie); member 1335 pcie->cfg->ops->deinit(pcie); in qcom_pcie_host_init() 1347 pcie->cfg->ops->deinit(pcie); in qcom_pcie_host_deinit() 1361 .deinit = qcom_pcie_host_deinit, 1370 .deinit = qcom_pcie_deinit_2_1_0, 1379 .deinit = qcom_pcie_deinit_1_0_0, 1388 .deinit = qcom_pcie_deinit_2_3_2, 1397 .deinit = qcom_pcie_deinit_2_4_0, 1406 .deinit = qcom_pcie_deinit_2_3_3, 1415 .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/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/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/net/wwan/iosm/ |
| H A D | iosm_ipc_port.c | 72 /* Port deinit func */
|
| /linux/include/linux/platform_data/ |
| H A D | pm33xx.h | 50 int (*deinit)(void); member
|
| /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/include/uapi/linux/misc/ |
| H A D | bcm_vk.h | 59 /* 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()
|
| /linux/drivers/staging/greybus/ |
| H A D | audio_manager.c | 159 * module init/deinit
|
| /linux/Documentation/driver-api/nfc/ |
| H A D | nfc-hci.rst | 161 void (*deinit) (struct nfc_llc *llc); 170 deinit():
|
| /linux/drivers/gpu/drm/omapdrm/ |
| H A D | tcm.h | 72 void (*deinit)(struct tcm *tcm); member 107 tcm->deinit(tcm); in tcm_deinit()
|