/linux-6.12.1/arch/parisc/kernel/ |
D | entry.S | 141 .macro def code argument 149 .macro extint code argument 158 .macro hpmc code argument 185 .macro itlb_11 code argument 199 .macro itlb_20 code argument 216 .macro naitlb_11 code argument 230 .macro naitlb_20 code argument 248 .macro dtlb_11 code argument 262 .macro dtlb_20 code argument 278 .macro nadtlb_11 code argument [all …]
|
/linux-6.12.1/arch/arm/include/asm/ |
D | assembler.h | 59 #define ARM_BE8(code...) code argument 61 #define ARM_BE8(code...) argument 68 #define PLD(code...) code argument 70 #define PLD(code...) argument 83 #define CALGN(code...) code argument 85 #define CALGN(code...) argument
|
/linux-6.12.1/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | fweh.c | 32 u32 code; member 44 enum brcmf_fweh_event_code code; member 63 const char *brcmf_fweh_event_name(enum brcmf_fweh_event_code code) in brcmf_fweh_event_name() 73 const char *brcmf_fweh_event_name(enum brcmf_fweh_event_code code) in brcmf_fweh_event_name() 188 enum brcmf_fweh_event_code code, in brcmf_fweh_map_event_code() 208 enum brcmf_fweh_event_code *code) in brcmf_fweh_map_fwevt_code() 267 enum brcmf_fweh_event_code code; in brcmf_fweh_event_worker() local 390 int brcmf_fweh_register(struct brcmf_pub *drvr, enum brcmf_fweh_event_code code, in brcmf_fweh_register() 416 enum brcmf_fweh_event_code code) in brcmf_fweh_unregister() 434 enum brcmf_fweh_event_code code; in brcmf_fweh_activate_events() local
|
/linux-6.12.1/include/linux/ |
D | icmpv6.h | 25 static inline void __icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info, in __icmpv6_send() 47 static inline void icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info) in icmpv6_send() 58 static inline void icmpv6_ndo_send(struct sk_buff *skb_in, u8 type, u8 code, __u32 info) in icmpv6_ndo_send() 68 u8 type, u8 code, __u32 info) in icmpv6_send() 73 u8 type, u8 code, __u32 info) in icmpv6_ndo_send() 93 static inline void icmpv6_param_prob(struct sk_buff *skb, u8 code, int pos) in icmpv6_param_prob()
|
/linux-6.12.1/drivers/iio/amplifiers/ |
D | hmc425a.c | 68 static int gain_dB_to_code(struct hmc425a_state *st, int val, int val2, int *code) in gain_dB_to_code() 86 static int hmc425a_gain_dB_to_code(int gain, int *code) in hmc425a_gain_dB_to_code() 92 static int hmc540s_gain_dB_to_code(int gain, int *code) in hmc540s_gain_dB_to_code() 98 static int adrf5740_gain_dB_to_code(int gain, int *code) in adrf5740_gain_dB_to_code() 107 static int ltc6373_gain_dB_to_code(int gain, int *code) in ltc6373_gain_dB_to_code() 121 static int hmc425a_code_to_gain_dB(int code, int *val, int *val2) in hmc425a_code_to_gain_dB() 128 static int hmc540s_code_to_gain_dB(int code, int *val, int *val2) in hmc540s_code_to_gain_dB() 135 static int adrf5740_code_to_gain_dB(int code, int *val, int *val2) in adrf5740_code_to_gain_dB() 147 static int ltc6373_code_to_gain_dB(int code, int *val, int *val2) in ltc6373_code_to_gain_dB() 197 int code = 0, ret; in hmc425a_write_raw() local [all …]
|
/linux-6.12.1/arch/arm/lib/ |
D | io-readsw-armv4.S | 82 #define _BE_ONLY_(code...) code argument 83 #define _LE_ONLY_(code...) argument 87 #define _BE_ONLY_(code...) argument 88 #define _LE_ONLY_(code...) code argument
|
/linux-6.12.1/lib/zstd/common/ |
D | zstd_common.c | 37 unsigned ZSTD_isError(size_t code) { return ERR_isError(code); } in ZSTD_isError() 41 const char* ZSTD_getErrorName(size_t code) { return ERR_getErrorName(code); } in ZSTD_getErrorName() 45 ZSTD_ErrorCode ZSTD_getErrorCode(size_t code) { return ERR_getErrorCode(code); } in ZSTD_getErrorCode() 49 const char* ZSTD_getErrorString(ZSTD_ErrorCode code) { return ERR_getErrorString(code); } in ZSTD_getErrorString()
|
D | error_private.h | 47 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError() 49 ERR_STATIC ERR_enum ERR_getErrorCode(size_t code) { if (!ERR_isError(code)) return (ERR_enum)0; ret… in ERR_getErrorCode() 62 ERR_STATIC const char* ERR_getErrorName(size_t code) in ERR_getErrorName()
|
/linux-6.12.1/tools/include/uapi/linux/ |
D | bpf_common.h | 6 #define BPF_CLASS(code) ((code) & 0x07) argument 17 #define BPF_SIZE(code) ((code) & 0x18) argument 22 #define BPF_MODE(code) ((code) & 0xe0) argument 31 #define BPF_OP(code) ((code) & 0xf0) argument 49 #define BPF_SRC(code) ((code) & 0x08) argument
|
D | filter.h | 25 __u16 code; /* Actual filter code */ member 37 #define BPF_RVAL(code) ((code) & 0x18) argument 41 #define BPF_MISCOP(code) ((code) & 0xf8) argument 49 #define BPF_STMT(code, k) { (unsigned short)(code), 0, 0, k } argument 52 #define BPF_JUMP(code, k, jt, jf) { (unsigned short)(code), jt, jf, k } argument
|
/linux-6.12.1/include/uapi/linux/ |
D | bpf_common.h | 6 #define BPF_CLASS(code) ((code) & 0x07) argument 17 #define BPF_SIZE(code) ((code) & 0x18) argument 22 #define BPF_MODE(code) ((code) & 0xe0) argument 31 #define BPF_OP(code) ((code) & 0xf0) argument 49 #define BPF_SRC(code) ((code) & 0x08) argument
|
D | filter.h | 25 __u16 code; /* Actual filter code */ member 37 #define BPF_RVAL(code) ((code) & 0x18) argument 41 #define BPF_MISCOP(code) ((code) & 0xf8) argument 49 #define BPF_STMT(code, k) { (unsigned short)(code), 0, 0, k } argument 52 #define BPF_JUMP(code, k, jt, jf) { (unsigned short)(code), jt, jf, k } argument
|
/linux-6.12.1/sound/core/seq/oss/ |
D | seq_oss_event.h | 20 unsigned char code; member 28 unsigned char code; member 36 unsigned char code; member 44 unsigned char code; member 53 unsigned char code; member 63 unsigned char code; member 73 unsigned char code; member
|
/linux-6.12.1/drivers/media/pci/intel/ipu6/ |
D | ipu6-isys-subdev.c | 19 unsigned int ipu6_isys_mbus_code_to_bpp(u32 code) in ipu6_isys_mbus_code_to_bpp() 54 unsigned int ipu6_isys_mbus_code_to_mipi(u32 code) in ipu6_isys_mbus_code_to_mipi() 91 bool ipu6_isys_is_bayer_format(u32 code) in ipu6_isys_is_bayer_format() 108 u32 ipu6_isys_convert_bayer_order(u32 code, int x, int y) in ipu6_isys_convert_bayer_order() 147 u32 code = asd->supported_codes[0]; in ipu6_isys_subdev_set_fmt() local 210 struct v4l2_subdev_mbus_code_enum *code) in ipu6_isys_subdev_enum_mbus_code()
|
/linux-6.12.1/drivers/media/usb/go7007/ |
D | go7007-fw.c | 365 static int gen_mjpeghdr_to_package(struct go7007 *go, __le16 *code, int space) in gen_mjpeghdr_to_package() 632 __le16 *code, int space, int *framelen) in gen_mpeg1hdr_to_package() 818 __le16 *code, int space, int *framelen) in gen_mpeg4hdr_to_package() 920 __le16 *code, int space, int *framelen) in brctrl_to_package() 1076 static int config_package(struct go7007 *go, __le16 *code, int space) in config_package() 1198 static int seqhead_to_package(struct go7007 *go, __le16 *code, int space, in seqhead_to_package() 1277 static int avsync_to_package(struct go7007 *go, __le16 *code, int space) in avsync_to_package() 1308 static int final_package(struct go7007 *go, __le16 *code, int space) in final_package() 1371 static int audio_to_package(struct go7007 *go, __le16 *code, int space) in audio_to_package() 1421 static int modet_to_package(struct go7007 *go, __le16 *code, int space) in modet_to_package() [all …]
|
/linux-6.12.1/arch/sparc/mm/ |
D | fault_32.c | 59 show_signal_msg(struct pt_regs *regs, int sig, int code, in show_signal_msg() 79 static void __do_fault_siginfo(int code, int sig, struct pt_regs *regs, in __do_fault_siginfo() 104 static noinline void do_fault_siginfo(int code, int sig, struct pt_regs *regs, in do_fault_siginfo() 119 int code; in do_sparc_fault() local 311 int code; in force_user_fault() local
|
/linux-6.12.1/drivers/media/platform/qcom/camss/ |
D | camss-format.c | 23 u8 camss_format_get_bpp(const struct camss_format_info *formats, unsigned int nformats, u32 code) in camss_format_get_bpp() 45 u32 camss_format_find_code(u32 *code, unsigned int n_code, unsigned int index, u32 req_code) in camss_format_find_code() 74 int camss_format_find_format(u32 code, u32 pixelformat, const struct camss_format_info *formats, in camss_format_find_format()
|
/linux-6.12.1/include/uapi/linux/surface_aggregator/ |
D | dtx.h | 27 #define SDTX_STATUS(code) ((code) | SDTX_CATEGORY_STATUS) argument 28 #define SDTX_ERR_RT(code) ((code) | SDTX_CATEGORY_RUNTIME_ERROR) argument 29 #define SDTX_ERR_HW(code) ((code) | SDTX_CATEGORY_HARDWARE_ERROR) argument 30 #define SDTX_UNKNOWN(code) ((code) | SDTX_CATEGORY_UNKNOWN) argument 90 __u16 code; member
|
/linux-6.12.1/arch/riscv/mm/ |
D | fault.c | 89 bad_area_nosemaphore(struct pt_regs *regs, int code, unsigned long addr) in bad_area_nosemaphore() 105 bad_area(struct pt_regs *regs, struct mm_struct *mm, int code, in bad_area() 113 static inline void vmalloc_fault(struct pt_regs *regs, int code, unsigned long addr) in vmalloc_fault() 230 int code = SEGV_MAPERR; in handle_page_fault() local
|
/linux-6.12.1/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() 103 process_common_fetch_insn(struct fetch_insn *code, unsigned long *val) in process_common_fetch_insn() 123 process_fetch_insn_bottom(struct fetch_insn *code, unsigned long val, in process_fetch_insn_bottom()
|
/linux-6.12.1/arch/parisc/mm/ |
D | fault.c | 54 parisc_acctyp(unsigned long code, unsigned int inst) in parisc_acctyp() 227 const char *trap_name(unsigned long code) in trap_name() 242 show_signal_msg(struct pt_regs *regs, unsigned long code, in show_signal_msg() 267 void do_page_fault(struct pt_regs *regs, unsigned long code, in do_page_fault()
|
/linux-6.12.1/arch/s390/include/asm/ |
D | dis.h | 14 static inline int insn_length(unsigned char code) in insn_length() 25 static inline int is_known_insn(unsigned char *code) in is_known_insn()
|
/linux-6.12.1/arch/riscv/kernel/probes/ |
D | simulate-insn.h | 8 #define RISCV_INSN_REJECTED(name, code) \ argument 15 #define RISCV_INSN_SET_SIMULATE(name, code) \ argument
|
/linux-6.12.1/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
|
/linux-6.12.1/arch/csky/kernel/ |
D | traps.c | 116 void do_trap(struct pt_regs *regs, int signo, int code, unsigned long addr) in do_trap() 132 static void do_trap_error(struct pt_regs *regs, int signo, int code, in do_trap_error() 145 #define DO_ERROR_INFO(name, signo, code, str) \ argument
|