| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | cts.c | 285 struct skcipher_instance *inst = skcipher_alg_instance(tfm); in crypto_cts_init_tfm() local 318 static void crypto_cts_free(struct skcipher_instance *inst) in crypto_cts_free() 327 struct skcipher_instance *inst; in crypto_cts_create() local
|
| H A D | xts.c | 297 struct skcipher_instance *inst = skcipher_alg_instance(tfm); in xts_init_tfm() local 331 static void xts_free_instance(struct skcipher_instance *inst) in xts_free_instance() 341 struct skcipher_instance *inst; in xts_create() local
|
| H A D | shash.c | 454 static void crypto_shash_free_instance(struct crypto_instance *inst) in crypto_shash_free_instance() 509 struct crypto_instance *inst, in crypto_grab_shash() 604 struct shash_instance *inst) in shash_register_instance() 619 void shash_free_singlespawn_instance(struct shash_instance *inst) in shash_free_singlespawn_instance()
|
| H A D | cmac.c | 204 struct crypto_instance *inst = (void *)tfm->__crt_alg; in cmac_init_tfm() local 225 struct shash_instance *inst; in cmac_create() local
|
| H A D | xcbc.c | 170 struct crypto_instance *inst = (void *)tfm->__crt_alg; in xcbc_init_tfm() local 191 struct shash_instance *inst; in xcbc_create() local
|
| H A D | hmac.c | 144 struct shash_instance *inst = shash_alg_instance(parent); in hmac_init_tfm() local 167 struct shash_instance *inst; in hmac_create() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | vcn_v3_0.c | 418 static void vcn_v3_0_mc_resume(struct amdgpu_device *adev, int inst) in vcn_v3_0_mc_resume() 548 static void vcn_v3_0_disable_static_power_gating(struct amdgpu_device *adev, int inst) in vcn_v3_0_disable_static_power_gating() 599 static void vcn_v3_0_enable_static_power_gating(struct amdgpu_device *adev, int inst) in vcn_v3_0_enable_static_power_gating() 652 static void vcn_v3_0_disable_clock_gating(struct amdgpu_device *adev, int inst) in vcn_v3_0_disable_clock_gating() 836 static void vcn_v3_0_enable_clock_gating(struct amdgpu_device *adev, int inst) in vcn_v3_0_enable_clock_gating()
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | uprobes.c | 30 union mips_instruction inst; in arch_uprobe_analyze_insn() local 64 union mips_instruction inst; in is_trap_insn() local
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/qcom/venus/ |
| H A D | hfi_parser.c | 203 static void parser_init(struct venus_inst *inst, u32 *codecs, u32 *domain) in parser_init() 212 static void parser_fini(struct venus_inst *inst, u32 codecs, u32 domain) in parser_fini() 231 u32 hfi_parser(struct venus_core *core, struct venus_inst *inst, void *buf, in hfi_parser()
|
| H A D | core.c | 27 struct venus_inst *inst; in venus_event_notify() local 166 struct venus_inst *inst; in venus_enumerate_codecs() local
|
| /OK3568_Linux_fs/kernel/include/crypto/internal/ |
| H A D | skcipher.h | 70 struct skcipher_instance *inst) in skcipher_crypto_instance() 82 static inline void *skcipher_instance_ctx(struct skcipher_instance *inst) in skcipher_instance_ctx() 216 struct skcipher_instance *inst) in skcipher_ialg_simple()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce/ |
| H A D | dce_ipp.c | 276 int inst, in dce_ipp_construct() 294 int inst, in dce60_ipp_construct()
|
| /OK3568_Linux_fs/kernel/drivers/phy/samsung/ |
| H A D | phy-exynos5250-usb2.c | 175 static void exynos5250_isol(struct samsung_usb2_phy_instance *inst, bool on) in exynos5250_isol() 197 static int exynos5250_power_on(struct samsung_usb2_phy_instance *inst) in exynos5250_power_on() 323 static int exynos5250_power_off(struct samsung_usb2_phy_instance *inst) in exynos5250_power_off()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
| H A D | vmmgf100.c | 335 gf100_vmm_part(struct nvkm_vmm *vmm, struct nvkm_memory *inst) in gf100_vmm_part() 341 gf100_vmm_join_(struct nvkm_vmm *vmm, struct nvkm_memory *inst, u64 base) in gf100_vmm_join_() 365 gf100_vmm_join(struct nvkm_vmm *vmm, struct nvkm_memory *inst) in gf100_vmm_join()
|
| H A D | vmmgm200.c | 96 gm200_vmm_join_(struct nvkm_vmm *vmm, struct nvkm_memory *inst, u64 base) in gm200_vmm_join_() 104 gm200_vmm_join(struct nvkm_vmm *vmm, struct nvkm_memory *inst) in gm200_vmm_join()
|
| /OK3568_Linux_fs/kernel/drivers/soc/ti/ |
| H A D | knav_qmss_acc.c | 27 struct knav_queue_inst *inst; in __knav_acc_notify() local 412 struct knav_queue_inst *inst, unsigned flags) in knav_acc_open_queue() 420 struct knav_queue_inst *inst) in knav_acc_close_queue()
|
| /OK3568_Linux_fs/kernel/arch/arm/vfp/ |
| H A D | vfpmodule.c | 228 static void vfp_panic(char *reason, u32 inst) in vfp_panic() 243 static void vfp_raise_exceptions(u32 exceptions, u32 inst, u32 fpscr, struct pt_regs *regs) in vfp_raise_exceptions() 287 static u32 vfp_emulate_instruction(u32 inst, u32 fpscr, struct pt_regs *regs) in vfp_emulate_instruction()
|
| /OK3568_Linux_fs/kernel/arch/h8300/kernel/ |
| H A D | ptrace_h.c | 165 unsigned char inst) in decode() 217 unsigned char inst; in nextpc() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn20/ |
| H A D | dcn20_optc.h | 31 #define TG_COMMON_REG_LIST_DCN2_0(inst) \ argument
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | book3s_emulate.c | 239 unsigned int inst, int *advance) in kvmppc_core_emulate_op_pr() 1032 u32 kvmppc_alignment_dsisr(struct kvm_vcpu *vcpu, unsigned int inst) in kvmppc_alignment_dsisr() 1037 ulong kvmppc_alignment_dar(struct kvm_vcpu *vcpu, unsigned int inst) in kvmppc_alignment_dar()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
| H A D | gpfifogf100.c | 77 struct nvkm_gpuobj *inst = chan->base.inst; in gf100_fifo_gpfifo_engine_fini() local 111 struct nvkm_gpuobj *inst = chan->base.inst; in gf100_fifo_gpfifo_engine_init() local
|
| /OK3568_Linux_fs/kernel/arch/mips/netlogic/xlp/ |
| H A D | usb-init-xlp2.c | 87 #define nlm_xlpii_get_usb_pcibase(node, inst) \ argument 91 #define nlm_xlpii_get_usb_regbase(node, inst) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
| H A D | nv20.c | 21 u32 inst = nvkm_memory_addr(chan->inst); in nv20_gr_chan_init() local 35 u32 inst = nvkm_memory_addr(chan->inst); in nv20_gr_chan_fini() local
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/netlogic/xlp-hal/ |
| H A D | uart.h | 96 #define nlm_get_uart_pcibase(node, inst) \ argument 99 #define nlm_get_uart_regbase(node, inst) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/char/ipmi/ |
| H A D | ipmi_plat_data.c | 11 struct platform_device *ipmi_platform_add(const char *name, unsigned int inst, in ipmi_platform_add()
|