Home
last modified time | relevance | path

Searched +defs:a +defs:code (Results 1 – 25 of 70) sorted by relevance

123

/linux/include/acpi/
H A Dacexcep.h30 #define EXCEP_ENV(code) ((acpi_status) (code | AE_CODE_ENVIRONMENTAL)) argument
31 #define EXCEP_PGM(code) ((acpi_status) (code | AE_CODE_PROGRAMMER)) argument
32 #define EXCEP_TBL(code) ((acpi_status) (code | AE_CODE_ACPI_TABLES)) argument
33 #define EXCEP_AML(code) ((acpi_status) (code | AE_CODE_AML)) argument
34 #define EXCEP_CTL(code) ((acpi_status) (code | AE_CODE_CONTROL)) argument
57 #define ACPI_SUCCESS(a) (!(a)) argument
58 #define ACPI_FAILURE(a) (a) argument
/linux/kernel/trace/
H A Dtrace_probe.c21 #define C(a, b) b argument
318 static int parse_trace_event_arg(char *arg, struct fetch_insn *code, in parse_trace_event_arg()
394 struct fetch_insn *code = *pcode + 1; in check_prepare_btf_string_fetch() local
554 struct fetch_insn *code = *pcode; in parse_btf_field() local
636 struct fetch_insn *code = *pcode; in parse_btf_arg() local
742 struct fetch_insn *code = *pcode; in parse_btf_bitfield() local
801 static void store_entry_arg_at(struct fetch_insn *code, int argnum, int offset) in store_entry_arg_at()
919 struct fetch_insn *code = &earg->code[i]; in store_trace_entry_data() local
948 struct fetch_insn *code = *pcode; in NOKPROBE_SYMBOL() local
1087 struct fetch_insn *code = *pcode; in parse_probe_arg() local
[all …]
/linux/tools/testing/selftests/pidfd/
H A Dpidfd_fdinfo_test.c22 int code; member
26 static int error_set(struct error *err, int code, const char *fmt, ...) in error_set()
255 struct child a, b; in test_pidfd_fdinfo_nspid() local
288 struct child a; in test_pidfd_dead_fdinfo() local
/linux/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_packing.c10 int a; member
15 int a; member
20 short a; member
25 short a; member
31 int a: 4; member
40 int a: 4; member
47 long a; member
54 char code[5]; member
121 int a; member
126 short a; member
[all …]
/linux/arch/csky/abiv2/
H A Dfpu.c94 int sig, code; in fpu_fpe() local
137 #define STW_FPU_REGS(a, b, c, d) \ argument
143 #define LDW_FPU_REGS(a, b, c, d) \ argument
/linux/drivers/media/usb/go7007/
H A Dgo7007-fw.c53 u32 a; /* collects bits at the top of the variable */ member
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()
[all …]
/linux/arch/sh/math-emu/
H A Dmath.c56 #define MWRITE(d,a) ({if(put_user(d, (typeof (d) __user *)a)) return -EFAULT;}) argument
57 #define MREAD(d,a) ({if(get_user(d, (typeof (d) __user *)a)) return -EFAULT;}) argument
426 id_fnmx(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, u16 code) in id_fnmx()
433 id_sys(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, u16 code) in id_sys()
464 static int fpu_emulate(u16 code, struct sh_fpu_soft_struct *fregs, struct pt_regs *regs) in fpu_emulate()
/linux/drivers/scsi/esas2r/
H A Desas2r_ioctl.c70 struct esas2r_adapter *a; member
84 static void complete_fm_api_req(struct esas2r_adapter *a, in complete_fm_api_req()
94 struct esas2r_adapter *a = (struct esas2r_adapter *)sgc->adapter; in get_physaddr_fm_api() local
103 struct esas2r_adapter *a = (struct esas2r_adapter *)sgc->adapter; in get_physaddr_fm_api_header() local
111 static void do_fm_api(struct esas2r_adapter *a, struct esas2r_flash_img *fi) in do_fm_api()
183 static void complete_nvr_req(struct esas2r_adapter *a, in complete_nvr_req()
200 static void complete_buffered_ioctl_req(struct esas2r_adapter *a, in complete_buffered_ioctl_req()
209 struct esas2r_adapter *a = bi->a; in handle_buffered_ioctl() local
295 static int smp_ioctl_callback(struct esas2r_adapter *a, in smp_ioctl_callback()
314 static u8 handle_smp_ioctl(struct esas2r_adapter *a, struct atto_ioctl_smp *si) in handle_smp_ioctl()
[all …]
/linux/tools/sched_ext/include/scx/
H A Dcommon.bpf.h143 #define scx_bpf_exit(code, fmt, args...) \ argument
511 static inline bool time_after(u64 a, u64 b) in time_after()
523 static inline bool time_before(u64 a, u64 b) in time_before()
535 static inline bool time_after_eq(u64 a, u64 b) in time_after_eq()
547 static inline bool time_before_eq(u64 a, u64 b) in time_before_eq()
560 static inline bool time_in_range(u64 a, u64 b, u64 c) in time_in_range()
573 static inline bool time_in_range_open(u64 a, u64 b, u64 c) in time_in_range_open()
/linux/drivers/hid/
H A Dhid-input.c246 __s32 hidinput_calc_abs_res(const struct hid_field *field, __u16 code) in hidinput_calc_abs_res()
694 int max = 0, code; in hidinput_configure_usage() local
1434 int a = field->logical_minimum; in hidinput_configure_usage() local
1491 int code; in hidinput_handle_scroll() local
1675 int a = field->logical_minimum; in hidinput_hid_event() local
1773 unsigned int code, struct hid_field **field) in hidinput_find_field()
1880 unsigned int code, int value) in hidinput_input_event()
/linux/arch/mips/net/
H A Dbpf_jit_comp32.c516 static u64 jit_mod64(u64 a, u64 b) in jit_mod64()
715 u8 dst, u8 src, s16 off, u8 code) in emit_atomic_r32()
791 static s64 jit_xchg64(s64 a, atomic64_t *v) in jit_xchg64()
798 u8 dst, const u8 src[], s16 off, u8 code) in emit_atomic_r64()
1469 u8 code = insn->code; in build_insn() local
/linux/drivers/crypto/cavium/cpt/
H A Dcptpf.h18 #define CPT_PF_INT_VEC_E_MBOXX(a) (0x02 + (a)) argument
32 void *code; member
/linux/arch/s390/kvm/
H A Dguestdbg.c298 static inline int in_addr_range(u64 addr, u64 a, u64 b) in in_addr_range()
379 #define per_bp_event(code) \ argument
381 #define per_write_wp_event(code) \ argument
/linux/drivers/bus/mhi/
H A Dcommon.h150 #define MHI_TRE_EV_DWORD0(code, len) cpu_to_le32(FIELD_PREP(GENMASK(31, 24), code) | \ argument
181 #define MHI_CC_EV_DWORD0(code) cpu_to_le32(FIELD_PREP(GENMASK(31, 24), code)) argument
314 #define mhi_state(a, b) case MHI_STATE_##a: return b; argument
315 #define mhi_state_end(a, b) case MHI_STATE_##a: return b; argument
/linux/drivers/media/platform/ti/vpe/
H A Dvip.c309 static char code[5]; in fourcc_to_str() local
339 u32 code) in find_port_format_by_code()
358 static bool vip_is_mbuscode_yuv(u32 code) in vip_is_mbuscode_yuv()
363 static bool vip_is_mbuscode_rgb(u32 code) in vip_is_mbuscode_rgb()
368 static bool vip_is_mbuscode_raw(u32 code) in vip_is_mbuscode_raw()
377 static u32 vip_mbus_code_to_fourcc(u32 code) in vip_mbus_code_to_fourcc()
1380 static int vip_g_parm(struct file *file, void *fh, struct v4l2_streamparm *a) in vip_g_parm()
1388 static int vip_s_parm(struct file *file, void *fh, struct v4l2_streamparm *a) in vip_s_parm()
2054 static int enclosed_rectangle(struct v4l2_rect *a, struct v4l2_rect *b) in enclosed_rectangle()
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c708 const u8 code = insn->code; in emit_atomic_ld_st() local
781 const u8 code = insn->code; in emit_lse_atomic() local
848 const u8 code = insn->code; in emit_ll_sc_atomic() local
1204 const u8 code = insn->code; in build_insn() local
2402 struct arg_aux *a) in calc_arg_aux()
2448 const struct arg_aux *a, in save_args()
2526 const struct arg_aux *a, in prepare_trampoline()
/linux/tools/testing/selftests/kvm/arm64/
H A Dpage_fault_test.c245 int (*code)(void) = (int (*)(void))TEST_EXEC_GVA; in guest_exec() local
528 uint64_t *code; in load_exec_code_for_test() local
753 #define SCAT2(a, b) SNAME(a ## _ ## b) argument
754 #define SCAT3(a, b, c) SCAT2(a, SCAT2(b, c)) argument
755 #define SCAT4(a, b, c, d) SCAT2(a, SCAT3(b, c, d)) argument
/linux/lib/crypto/arm/
H A Dsha1-armv7-neon.S78 #define ARM_LE(code...) argument
80 #define ARM_LE(code...) code argument
87 #define _R_F1(a,b,c,d,e,i,pre1,pre2,pre3,i16,\ argument
101 #define _R_F2(a,b,c,d,e,i,pre1,pre2,pre3,i16,\ argument
114 #define _R_F3(a,b,c,d,e,i,pre1,pre2,pre3,i16,\ argument
129 #define _R_F4(a,b,c,d,e,i,pre1,pre2,pre3,i16,\ argument
134 #define _R(a,b,c,d,e,f,i,pre1,pre2,pre3,i16,\ argument
139 #define R(a,b,c,d,e,f,i) \ argument
/linux/drivers/scsi/isci/
H A Dphy.c63 #define C(a) (#a) argument
658 #define phy_event_dbg(iphy, state, code) \ argument
663 #define phy_event_warn(iphy, state, code) \ argument
/linux/tools/perf/util/
H A Djitdump.c66 #define hmax(a, b) ((a) > (b) ? (a) : (b)) argument
74 const void *code, in jit_emit_elf()
430 uint64_t code, addr; in jit_repipe_code_load() local
/linux/drivers/net/ethernet/atheros/atlx/
H A Datl2.h38 #define ATL2_WRITE_REG(a, reg, value) (iowrite32((value), \ argument
41 #define ATL2_WRITE_FLUSH(a) (ioread32((a)->hw_addr)) argument
43 #define ATL2_READ_REG(a, reg) (ioread32((a)->hw_addr + (reg))) argument
45 #define ATL2_WRITE_REGB(a, reg, value) (iowrite8((value), \ argument
48 #define ATL2_READ_REGB(a, reg) (ioread8((a)->hw_addr + (reg))) argument
50 #define ATL2_WRITE_REGW(a, reg, value) (iowrite16((value), \ argument
53 #define ATL2_READ_REGW(a, reg) (ioread16((a)->hw_addr + (reg))) argument
55 #define ATL2_WRITE_REG_ARRAY(a, reg, offset, value) \ argument
58 #define ATL2_READ_REG_ARRAY(a, reg, offset) \ argument
294 unsigned code:1; /* received a packet with code error */ member
/linux/drivers/media/rc/
H A Dati_remote.c220 #define HI(a) ((unsigned char)((a) >> 8)) argument
221 #define LO(a) ((unsigned char)((a) & 0xff)) argument
274 unsigned short code; /* Input layer translation */ member
/linux/sound/pci/emu10k1/
H A Demufx.c487 u32 op, u32 r, u32 a, u32 x, u32 y) in snd_emu10k1_write_op()
489 u_int32_t *code; in snd_emu10k1_write_op() local
499 #define OP(icode, ptr, op, r, a, x, y) \ argument
504 u32 op, u32 r, u32 a, u32 x, u32 y) in snd_emu10k1_audigy_write_op()
506 u_int32_t *code; in snd_emu10k1_audigy_write_op() local
516 #define A_OP(icode, ptr, op, r, a, x, y) \ argument
/linux/kernel/bpf/
H A Dliveness.c160 static bool same_callsites(struct callchain *a, struct callchain *b) in same_callsites()
441 u8 code = insn->code; in bpf_jmp_offset() local
463 #define _J(code, ...) \ in bpf_insn_successors() argument
/linux/drivers/staging/media/tegra-video/
H A Dvi.c67 unsigned int code, in tegra_get_format_idx_by_code()
311 struct v4l2_streamparm *a) in tegra_channel_g_parm()
321 struct v4l2_streamparm *a) in tegra_channel_s_parm()
1035 struct v4l2_subdev_mbus_code_enum code = { in vi_fmts_bitmap_init() local

123