/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | if_pppox.h | 107 __u8 code; member
|
H A D | uinput.h | 46 __u16 code; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | if_pppox.h | 107 __u8 code; member
|
H A D | uinput.h | 46 __u16 code; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | if_pppox.h | 96 __u8 code; member
|
/test/testfwk/arkxtest/uitest/core/ |
H A D | ui_controller.h | 79 virtual bool GetCharKeyCode(char ch, int32_t& code, int32_t& ctrlCode) const in GetCharKeyCode() argument
|
/test/testfwk/arkxtest/uitest/server/ |
H A D | system_ui_controller.h | 47 bool GetCharKeyCode(char ch, int32_t& code, int32_t& ctrlCode) const override;
|
/test/xts/dcts/communication/dsoftbus/rpc/src/main/js/test/ |
H A D | testService.js | 88 console.info("RpcClient startAbility err: " + err.code + err.message);
|
/test/xts/hats/hdf/input/PassthroughBenchmarkTest/ |
H A D | input_callback_impl.cpp | 36 printf("%s: pkgs[%u] = 0x%x, 0x%x, %d\n", __func__, i, pkgs[i].type, pkgs[i].code, pkgs[i].value); in EventPkgCallback()
|
/test/xts/hats/hdf/input/hdi_passthrough_additional/ |
H A D | input_callback_impl.cpp | 36 printf("%s: pkgs[%u] = 0x%x, 0x%x, %d\n", __func__, i, pkgs[i].type, pkgs[i].code, pkgs[i].value); in EventPkgCallback()
|
/test/xts/hats/hdf/input/hdi_passthrough/ |
H A D | input_callback_impl.cpp | 36 printf("%s: pkgs[%u] = 0x%x, 0x%x, %d\n", __func__, i, pkgs[i].type, pkgs[i].code, pkgs[i].value); in EventPkgCallback()
|
/kernel/linux/linux-5.10/drivers/pci/controller/ |
H A D | pci-tegra.c | 800 u32 code, signature; in tegra_pcie_isr() local 802 code = afi_readl(pcie, AFI_INTR_CODE) & AFI_INTR_CODE_MASK; in tegra_pcie_isr() 806 if (code == AFI_INTR_LEGACY) in tegra_pcie_isr() 809 if (code >= ARRAY_SIZE(err_msg)) in tegra_pcie_isr() 810 code = 0; in tegra_pcie_isr() 816 if (code == AFI_INTR_MASTER_ABORT || code == AFI_INTR_PE_PRSNT_SENSE) in tegra_pcie_isr() 817 dev_dbg(dev, "%s, signature: %08x\n", err_msg[code], signature); in tegra_pcie_isr() 819 dev_err(dev, "%s, signature: %08x\n", err_msg[code], signature); in tegra_pcie_isr() 821 if (code in tegra_pcie_isr() [all...] |
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | hyperv.c | 1812 u16 code; member 1993 if (hc->code == HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST || in kvm_hv_flush_tlb() 1994 hc->code == HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE) { in kvm_hv_flush_tlb() 2070 if (hc->code == HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE || in kvm_hv_flush_tlb() 2071 hc->code == HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE_EX || in kvm_hv_flush_tlb() 2178 if (hc->code == HVCALL_SEND_IPI) { in kvm_hv_send_ipi() 2397 switch (hc->code) { in is_xmm_fast_hypercall() 2419 static bool hv_check_hypercall_access(struct kvm_vcpu_hv *hv_vcpu, u16 code) in hv_check_hypercall_access() argument 2424 switch (code) { in hv_check_hypercall_access() 2436 * Return 'true' when SynDBG is disabled so the resulting code in hv_check_hypercall_access() [all...] |
/kernel/linux/linux-6.6/drivers/pci/controller/ |
H A D | pci-tegra.c | 781 u32 code, signature; in tegra_pcie_isr() local 783 code = afi_readl(pcie, AFI_INTR_CODE) & AFI_INTR_CODE_MASK; in tegra_pcie_isr() 787 if (code == AFI_INTR_LEGACY) in tegra_pcie_isr() 790 if (code >= ARRAY_SIZE(err_msg)) in tegra_pcie_isr() 791 code = 0; in tegra_pcie_isr() 797 if (code == AFI_INTR_MASTER_ABORT || code == AFI_INTR_PE_PRSNT_SENSE) in tegra_pcie_isr() 798 dev_dbg(dev, "%s, signature: %08x\n", err_msg[code], signature); in tegra_pcie_isr() 800 dev_err(dev, "%s, signature: %08x\n", err_msg[code], signature); in tegra_pcie_isr() 802 if (code in tegra_pcie_isr() [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/core/ |
H A D | drv_symc_v100.c | 597 /* check error code in drv_symc_get_err_code() 603 hi_u32 code; in drv_symc_get_err_code() local 605 /* read error code. */ in drv_symc_get_err_code() 607 code = smmu_read(REG_MMU_INTRAW_S); in drv_symc_get_err_code() 608 smmu_write(REG_MMU_INTRAW_S, code); in drv_symc_get_err_code() 610 code = smmu_read(REG_MMU_INTRAW_NS); in drv_symc_get_err_code() 611 smmu_write(REG_MMU_INTRAW_NS, code); in drv_symc_get_err_code() 613 hi_log_info("symc done, hardware error code 0x%x\n", code); in drv_symc_get_err_code() 615 if ((code >> SHIFT_3BIT in drv_symc_get_err_code() [all...] |
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_kprobe.c | 1080 * Delete a kprobe event with the give @name from kernel code rather 1333 /* Note that we don't verify it, since the code does not come from user space */ 1335 process_fetch_insn(struct fetch_insn *code, void *rec, void *dest, in process_fetch_insn() argument 1343 switch (code->op) { in process_fetch_insn() 1345 val = regs_get_register(regs, code->param); in process_fetch_insn() 1348 val = regs_get_kernel_stack_nth(regs, code->param); in process_fetch_insn() 1357 val = code->immediate; in process_fetch_insn() 1363 val = (unsigned long)code->data; in process_fetch_insn() 1367 val = regs_get_kernel_argument(regs, code->param); in process_fetch_insn() 1371 code in process_fetch_insn() [all...] |
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | udp.c | 489 u8 type, u8 code, int offset, __be32 info) in __udp6_lib_err_encap_no_sk() 495 u8 type, u8 code, int offset, __be32 info); in __udp6_lib_err_encap_no_sk() 502 if (handler && !handler(skb, opt, type, code, offset, info)) in __udp6_lib_err_encap_no_sk() 532 u8 type, u8 code, __be32 info) in __udp6_lib_err_encap() 559 sk = ERR_PTR(__udp6_lib_err_encap_no_sk(skb, opt, type, code, in __udp6_lib_err_encap() 570 u8 type, u8 code, int offset, __be32 info, in __udp6_lib_err() 592 opt, type, code, info); in __udp6_lib_err() 606 harderr = icmpv6_err_convert(type, code, &err); in __udp6_lib_err() 673 u8 code, int offset, __be32 info) in udpv6_err() 675 return __udp6_lib_err(skb, opt, type, code, offse in udpv6_err() 487 __udp6_lib_err_encap_no_sk(struct sk_buff *skb, struct inet6_skb_parm *opt, u8 type, u8 code, int offset, __be32 info) __udp6_lib_err_encap_no_sk() argument 526 __udp6_lib_err_encap(struct net *net, const struct ipv6hdr *hdr, int offset, struct udphdr *uh, struct udp_table *udptable, struct sk_buff *skb, struct inet6_skb_parm *opt, u8 type, u8 code, __be32 info) __udp6_lib_err_encap() argument 569 __udp6_lib_err(struct sk_buff *skb, struct inet6_skb_parm *opt, u8 type, u8 code, int offset, __be32 info, struct udp_table *udptable) __udp6_lib_err() argument 671 udpv6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, u8 type, u8 code, int offset, __be32 info) udpv6_err() argument [all...] |
/kernel/linux/linux-6.6/kernel/ |
H A D | seccomp.c | 269 * seccomp_check_filter - verify seccomp filter code 274 * redirects all filter code that loads struct sk_buff data 285 u16 code = ftest->code; in seccomp_check_filter() local 288 switch (code) { in seccomp_check_filter() 290 ftest->code = BPF_LDX | BPF_W | BPF_ABS; in seccomp_check_filter() 296 ftest->code = BPF_LD | BPF_IMM; in seccomp_check_filter() 300 ftest->code = BPF_LDX | BPF_IMM; in seccomp_check_filter() 741 u16 code = insn->code; in seccomp_is_const_allow() local [all...] |
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | udp.c | 465 u8 type, u8 code, int offset, __be32 info) in __udp6_lib_err_encap_no_sk() 471 u8 type, u8 code, int offset, __be32 info); in __udp6_lib_err_encap_no_sk() 478 if (handler && !handler(skb, opt, type, code, offset, info)) in __udp6_lib_err_encap_no_sk() 509 u8 type, u8 code, __be32 info) in __udp6_lib_err_encap() 547 sk = ERR_PTR(__udp6_lib_err_encap_no_sk(skb, opt, type, code, in __udp6_lib_err_encap() 558 u8 type, u8 code, int offset, __be32 info, in __udp6_lib_err() 580 opt, type, code, info); in __udp6_lib_err() 595 harderr = icmpv6_err_convert(type, code, &err); in __udp6_lib_err() 674 u8 code, int offset, __be32 info) in udpv6_err() 676 return __udp6_lib_err(skb, opt, type, code, offse in udpv6_err() 463 __udp6_lib_err_encap_no_sk(struct sk_buff *skb, struct inet6_skb_parm *opt, u8 type, u8 code, int offset, __be32 info) __udp6_lib_err_encap_no_sk() argument 502 __udp6_lib_err_encap(struct net *net, const struct ipv6hdr *hdr, int offset, struct udphdr *uh, struct udp_table *udptable, struct sock *sk, struct sk_buff *skb, struct inet6_skb_parm *opt, u8 type, u8 code, __be32 info) __udp6_lib_err_encap() argument 557 __udp6_lib_err(struct sk_buff *skb, struct inet6_skb_parm *opt, u8 type, u8 code, int offset, __be32 info, struct udp_table *udptable) __udp6_lib_err() argument 672 udpv6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, u8 type, u8 code, int offset, __be32 info) udpv6_err() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | gf100.c | 1573 u32 code = nvkm_rd32(device, 0x409814); in gf100_gr_ctxctl_isr() local 1574 if (code == E_BAD_FWMTHD) { in gf100_gr_ctxctl_isr() 1585 nvkm_error(subdev, "FECS ucode error %d\n", code); in gf100_gr_ctxctl_isr() 1619 u32 code = nvkm_rd32(device, 0x400110); in gf100_gr_intr() local 1665 nvkm_enum_find(nv50_data_error_names, code); in gf100_gr_intr() 1668 code, en ? en->name : "", chid, inst << 12, in gf100_gr_intr() 1700 struct nvkm_blob *code, struct nvkm_blob *data) in gf100_gr_init_fw() 1703 nvkm_falcon_load_imem(falcon, code->data, 0x0, code->size, 0, 0, false); in gf100_gr_init_fw() 1847 gr->func->fecs.ucode->code in gf100_gr_init_ctxctl_int() 1699 gf100_gr_init_fw(struct nvkm_falcon *falcon, struct nvkm_blob *code, struct nvkm_blob *data) gf100_gr_init_fw() argument [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | sys.h | 13 * 1. Redistributions of source code must retain the above copyright notice, 96 /* Return code for Error from sys_thread_new and sys_arch_sem_wait */ 101 /* Return code for Error from sys_thread_new and sys_arch_sem_wait */ 104 /* Return code for timeouts from sys_arch_mbox_fetch and sys_arch_sem_wait */ 144 * Note that mutexes are expected to not be taken recursively by the lwIP code, 501 #define SYS_ARCH_LOCKED(code) do { \ 504 code; \
|
/kernel/linux/linux-5.10/drivers/crypto/vmx/ |
H A D | ghashp8-ppc.pl | 4 # This code is taken from the OpenSSL project but the author (Andy Polyakov) 27 # faster than "4-bit" integer-only compiler-generated 64-bit code. 60 $code=<<___; 232 foreach (split("\n",$code)) {
|
/kernel/linux/linux-5.10/arch/arm/mach-s3c/ |
H A D | mach-gta02.c | 449 .code = KEY_PHONE, 456 .code = KEY_PAUSE,
|
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/ |
H A D | collie.c | 252 .code = KEY_RESERVED, 260 .code = KEY_WAKEUP,
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | kprobes.c | 29 .code = BRK_KPROBE_BP, 37 .code = BRK_KPROBE_SSTEPBP,
|