| /kernel/linux/linux-5.10/arch/s390/kernel/ |
| D | irq.c | 216 u16 code; member 222 static inline int ext_hash(u16 code) in ext_hash() 229 int register_external_irq(u16 code, ext_int_handler_t handler) in register_external_irq() 249 int unregister_external_irq(u16 code, ext_int_handler_t handler) in unregister_external_irq()
|
| /kernel/linux/linux-6.6/drivers/staging/media/imx/ |
| D | imx-media-utils.c | 244 imx_media_find_mbus_format(u32 code, enum imx_pixfmt_sel fmt_sel) in imx_media_find_mbus_format() 290 enum imx_pixfmt_sel fmt_sel, u32 code) in imx_media_enum_pixel_formats() 353 int imx_media_enum_mbus_formats(u32 *code, u32 index, in imx_media_enum_mbus_formats() 391 u32 width, u32 height, u32 code, u32 field, in imx_media_init_mbus_fmt() 541 u32 code; in imx_media_mbus_fmt_to_pix_fmt() local
|
| /kernel/linux/linux-6.6/arch/csky/mm/ |
| D | fault.c | 100 static inline void bad_area_nosemaphore(struct pt_regs *regs, struct mm_struct *mm, int code, unsig… in bad_area_nosemaphore() 115 static inline void vmalloc_fault(struct pt_regs *regs, int code, unsigned long addr) in vmalloc_fault() 194 int code = SEGV_MAPERR; in do_page_fault() local
|
| /kernel/linux/linux-6.6/arch/arm64/include/asm/ |
| D | assembler.h | 143 #define CPU_BE(code...) code argument 152 #define CPU_LE(code...) argument
|
| /kernel/linux/linux-5.10/arch/arm/kernel/ |
| D | sigreturn_codes.S | 33 #define ARM_OK(code...) code argument 35 #define ARM_OK(code...) argument
|
| /kernel/linux/linux-6.6/arch/arm/kernel/ |
| D | sigreturn_codes.S | 33 #define ARM_OK(code...) code argument 35 #define ARM_OK(code...) argument
|
| /kernel/linux/linux-5.10/kernel/trace/ |
| D | trace_probe_tmpl.h | 7 fetch_store_raw(unsigned long val, struct fetch_insn *code, void *buf) in fetch_store_raw() 29 fetch_apply_bitfield(struct fetch_insn *code, void *buf) in fetch_apply_bitfield() 72 process_fetch_insn_bottom(struct fetch_insn *code, unsigned long val, in process_fetch_insn_bottom()
|
| /kernel/linux/linux-5.10/arch/arm64/include/asm/ |
| D | assembler.h | 169 #define CPU_BE(code...) code argument 178 #define CPU_LE(code...) argument
|
| /kernel/linux/linux-5.10/arch/arm/probes/kprobes/ |
| D | test-thumb.c | 28 #define TEST_ITBLOCK(code) \ argument 244 #define TEST_POPPC(code, offset) \ in kprobe_thumb16_test_cases() argument 277 #define TEST_IT(code, code2) \ in kprobe_thumb16_test_cases() argument
|
| /kernel/linux/linux-6.6/arch/arm/probes/kprobes/ |
| D | test-thumb.c | 28 #define TEST_ITBLOCK(code) \ argument 244 #define TEST_POPPC(code, offset) \ in kprobe_thumb16_test_cases() argument 277 #define TEST_IT(code, code2) \ in kprobe_thumb16_test_cases() argument
|
| /kernel/linux/linux-6.6/arch/s390/kernel/ |
| D | irq.c | 287 u16 code; member 293 static inline int ext_hash(u16 code) in ext_hash() 300 int register_external_irq(u16 code, ext_int_handler_t handler) in register_external_irq() 320 int unregister_external_irq(u16 code, ext_int_handler_t handler) in unregister_external_irq()
|
| /kernel/linux/linux-5.10/drivers/usb/serial/ |
| D | io_ionsp.h | 446 #define IOSP_GET_STATUS_LEN(code) ((code) < 8 ? 2 : ((code) < 0x0A ? 3 : 4)) argument 448 #define IOSP_STATUS_IS_2BYTE(code) ((code) < 0x08) argument 449 #define IOSP_STATUS_IS_3BYTE(code) (((code) >= 0x08) && ((code) <= 0x0B)) argument 450 #define IOSP_STATUS_IS_4BYTE(code) (((code) >= 0x0C) && ((code) <= 0x0D)) argument
|
| /kernel/linux/linux-6.6/drivers/usb/serial/ |
| D | io_ionsp.h | 446 #define IOSP_GET_STATUS_LEN(code) ((code) < 8 ? 2 : ((code) < 0x0A ? 3 : 4)) argument 448 #define IOSP_STATUS_IS_2BYTE(code) ((code) < 0x08) argument 449 #define IOSP_STATUS_IS_3BYTE(code) (((code) >= 0x08) && ((code) <= 0x0B)) argument 450 #define IOSP_STATUS_IS_4BYTE(code) (((code) >= 0x0C) && ((code) <= 0x0D)) argument
|
| /kernel/linux/linux-6.6/arch/arm/crypto/ |
| D | crct10dif-ce-core.S | 69 #define CPU_LE(code...) argument 71 #define CPU_LE(code...) code argument
|
| /kernel/linux/linux-5.10/arch/arm/crypto/ |
| D | crct10dif-ce-core.S | 69 #define CPU_LE(code...) argument 71 #define CPU_LE(code...) code argument
|
| /kernel/linux/linux-5.10/net/sunrpc/auth_gss/ |
| D | gss_krb5_seqnum.c | 50 s32 code; in krb5_make_seq_num() local 77 s32 code; in krb5_get_seq_num() local
|
| /kernel/linux/linux-6.6/drivers/media/platform/renesas/rzg2l-cru/ |
| D | rzg2l-ip.c | 11 u32 code; member 25 static const struct rzg2l_cru_ip_format *rzg2l_cru_ip_code_to_fmt(unsigned int code) in rzg2l_cru_ip_code_to_fmt() 144 struct v4l2_subdev_mbus_code_enum *code) in rzg2l_cru_ip_enum_mbus_code()
|
| /kernel/linux/linux-5.10/net/ipv4/ |
| D | icmp.c | 283 static bool icmpv4_mask_allow(struct net *net, int type, int code) in icmpv4_mask_allow() 299 static bool icmpv4_global_allow(struct net *net, int type, int code) in icmpv4_global_allow() 315 struct flowi4 *fl4, int type, int code) in icmpv4_xrlim_allow() 414 int code = icmp_param->data.icmph.code; in icmp_reply() local 487 int type, int code, in icmp_route_lookup() 593 void __icmp_send(struct sk_buff *skb_in, int type, int code, __be32 info, in __icmp_send() 789 void icmp_ndo_send(struct sk_buff *skb_in, int type, int code, __be32 info) in icmp_ndo_send() 1221 int code = icmp_hdr(skb)->code; in icmp_err() local
|
| /kernel/linux/linux-5.10/net/netfilter/ |
| D | nft_reject.c | 93 int nft_reject_icmp_code(u8 code) in nft_reject_icmp_code() 111 int nft_reject_icmpv6_code(u8 code) in nft_reject_icmpv6_code()
|
| /kernel/linux/linux-5.10/drivers/target/tcm_fc/ |
| D | tfc_cmd.c | 273 u32 status, enum fcp_resp_rsp_codes code) in ft_send_resp_status() 315 enum fcp_resp_rsp_codes code) in ft_send_resp_code() 327 enum fcp_resp_rsp_codes code) in ft_send_resp_code_and_free() 385 enum fcp_resp_rsp_codes code; in ft_queue_tm_resp() local
|
| /kernel/linux/linux-6.6/drivers/target/tcm_fc/ |
| D | tfc_cmd.c | 267 u32 status, enum fcp_resp_rsp_codes code) in ft_send_resp_status() 309 enum fcp_resp_rsp_codes code) in ft_send_resp_code() 321 enum fcp_resp_rsp_codes code) in ft_send_resp_code_and_free() 379 enum fcp_resp_rsp_codes code; in ft_queue_tm_resp() local
|
| /kernel/linux/linux-6.6/include/linux/input/ |
| D | sparse-keymap.h | 35 u32 code; member 39 u8 code; member
|
| /kernel/linux/linux-5.10/include/linux/input/ |
| D | sparse-keymap.h | 35 u32 code; member 39 u8 code; member
|
| /kernel/linux/linux-6.6/drivers/net/fddi/skfp/ |
| D | srf.c | 40 u_char code ; member 152 static struct s_srf_evc *smt_get_evc(struct s_smc *smc, int code, int index) in smt_get_evc() 176 void smt_srf_event(struct s_smc *smc, int code, int index, int cond) in smt_srf_event()
|
| /kernel/linux/linux-5.10/drivers/net/fddi/skfp/ |
| D | srf.c | 45 u_char code ; member 157 static struct s_srf_evc *smt_get_evc(struct s_smc *smc, int code, int index) in smt_get_evc() 181 void smt_srf_event(struct s_smc *smc, int code, int index, int cond) in smt_srf_event()
|