/Linux-v5.4/scripts/kconfig/ |
D | expr.c | 35 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two() 53 struct expr *expr_alloc_and(struct expr *e1, struct expr *e2) in expr_alloc_and() 60 struct expr *expr_alloc_or(struct expr *e1, struct expr *e2) in expr_alloc_or() 140 #define e1 (*ep1) macro 253 static int expr_eq(struct expr *e1, struct expr *e2) in expr_eq() 425 static struct expr *expr_join_or(struct expr *e1, struct expr *e2) in expr_join_or() 489 static struct expr *expr_join_and(struct expr *e1, struct expr *e2) in expr_join_and() 592 #define e1 (*ep1) in expr_eliminate_dups1() macro 918 struct expr *e1, *e2; in expr_trans_compare() local
|
/Linux-v5.4/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_formats.c | 33 #define INTERLEAVED_RGB_FMT(fmt, a, r, g, b, e0, e1, e2, e3, uc, alpha, \ argument 52 #define INTERLEAVED_RGB_FMT_TILED(fmt, a, r, g, b, e0, e1, e2, e3, uc, \ argument 72 #define INTERLEAVED_YUV_FMT(fmt, a, r, g, b, e0, e1, e2, e3, \ argument 91 #define PSEUDO_YUV_FMT(fmt, a, r, g, b, e0, e1, chroma, flg, fm, np) \ argument 109 #define PSEUDO_YUV_FMT_TILED(fmt, a, r, g, b, e0, e1, chroma, \ argument 128 #define PSEUDO_YUV_FMT_LOOSE(fmt, a, r, g, b, e0, e1, chroma, flg, fm, np)\ argument 146 #define PSEUDO_YUV_FMT_LOOSE_TILED(fmt, a, r, g, b, e0, e1, chroma, \ argument 166 #define PLANAR_YUV_FMT(fmt, a, r, g, b, e0, e1, e2, alpha, chroma, bp, \ argument
|
/Linux-v5.4/arch/mips/include/asm/txx9/ |
D | tx3927.h | 56 #define endian_def_s2(e1, e2) \ argument 58 #define endian_def_sb2(e1, e2, e3) \ argument 60 #define endian_def_b2s(e1, e2, e3) \ argument 62 #define endian_def_b4(e1, e2, e3, e4) \ argument 65 #define endian_def_s2(e1, e2) \ argument 67 #define endian_def_sb2(e1, e2, e3) \ argument 69 #define endian_def_b2s(e1, e2, e3) \ argument 71 #define endian_def_b4(e1, e2, e3, e4) \ argument
|
/Linux-v5.4/drivers/mtd/ubi/ |
D | wl.c | 145 struct ubi_wl_entry *e1; in wl_tree_add() local 242 struct ubi_wl_entry *e1; in in_wl_tree() local 330 struct ubi_wl_entry *e1; in find_wl_entry() local 662 struct ubi_wl_entry *e1, *e2; local 1012 struct ubi_wl_entry *e1; local
|
/Linux-v5.4/security/selinux/ss/ |
D | ebitmap.c | 30 int ebitmap_cmp(struct ebitmap *e1, struct ebitmap *e2) in ebitmap_cmp() 201 int ebitmap_contains(struct ebitmap *e1, struct ebitmap *e2, u32 last_e2bit) in ebitmap_contains()
|
/Linux-v5.4/net/netfilter/ipset/ |
D | ip_set_hash_ipmac.c | 51 hash_ipmac4_data_equal(const struct hash_ipmac4_elem *e1, in hash_ipmac4_data_equal() 158 hash_ipmac6_data_equal(const struct hash_ipmac6_elem *e1, in hash_ipmac6_data_equal()
|
D | ip_set_hash_mac.c | 41 hash_mac4_data_equal(const struct hash_mac4_elem *e1, in hash_mac4_data_equal()
|
D | ip_set_hash_ip.c | 48 hash_ip4_data_equal(const struct hash_ip4_elem *e1, in hash_ip4_data_equal()
|
/Linux-v5.4/drivers/gpu/drm/i915/ |
D | i915_buddy.c | 316 static inline bool overlaps(u64 s1, u64 e1, u64 s2, u64 e2) in overlaps() 321 static inline bool contains(u64 s1, u64 e1, u64 s2, u64 e2) in contains()
|
/Linux-v5.4/drivers/gpu/drm/msm/disp/ |
D | mdp_format.c | 63 #define FMT(name, a, r, g, b, e0, e1, e2, e3, alpha, tight, c, cnt, fp, cs, yuv) { \ argument
|
/Linux-v5.4/drivers/input/ |
D | ff-core.c | 40 static inline int check_effects_compatible(struct ff_effect *e1, in check_effects_compatible()
|
/Linux-v5.4/crypto/ |
D | sha512_generic.c | 84 #define e1(x) (ror64(x,14) ^ ror64(x,18) ^ ror64(x,41)) macro
|
/Linux-v5.4/arch/mips/bcm47xx/ |
D | board.c | 233 const struct bcm47xx_board_type_list1 *e1; in bcm47xx_board_get_nvram() local
|
/Linux-v5.4/lib/crypto/ |
D | sha256.c | 32 #define e1(x) (ror32(x, 6) ^ ror32(x, 11) ^ ror32(x, 25)) macro
|
/Linux-v5.4/drivers/pinctrl/mediatek/ |
D | pinctrl-mtk-common-v2.c | 684 int e1 = !!(arg & 4); in mtk_pinconf_adv_drive_set() local 707 u32 en, e0, e1; in mtk_pinconf_adv_drive_get() local
|
/Linux-v5.4/kernel/ |
D | user_namespace.c | 790 const struct uid_gid_extent *e1 = a; in cmp_extents_forward() local 805 const struct uid_gid_extent *e1 = a; in cmp_extents_reverse() local
|
/Linux-v5.4/fs/nfs/flexfilelayout/ |
D | flexfilelayoutdev.c | 198 ff_ds_error_match(const struct nfs4_ff_layout_ds_err *e1, in ff_ds_error_match()
|
/Linux-v5.4/arch/arc/kernel/ |
D | unwind.c | 237 const struct eh_frame_hdr_table_entry *e1 = p1; in cmp_eh_frame_hdr_table_entries() local 245 struct eh_frame_hdr_table_entry *e1 = p1; in swap_eh_frame_hdr_table_entries() local
|
/Linux-v5.4/tools/testing/selftests/bpf/progs/ |
D | btf_dump_test_case_syntax.c | 9 enum e1 { enum
|
/Linux-v5.4/tools/perf/util/ |
D | evsel.h | 256 static inline bool perf_evsel__match2(struct evsel *e1, in perf_evsel__match2()
|
/Linux-v5.4/arch/ia64/kernel/ |
D | module.c | 851 struct unw_table_entry tmp, *e1, *e2, *core, *init; in register_unwind_table() local
|
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb/ |
D | sge.c | 1168 struct cmdQ_e *e1 = *e; in write_large_page_tx_descs() local 1204 struct cmdQ_e *e, *e1; in write_tx_descs() local
|
/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_init.h | 566 u32 e1; /* 57710 */ member
|
/Linux-v5.4/drivers/usb/atm/ |
D | ueagle-atm.c | 100 struct cmv_dsc_e1 e1; member 512 union intr_data_e1 e1; member
|
/Linux-v5.4/drivers/firewire/ |
D | core-cdev.c | 1348 struct iso_resource_event *e1, *e2; in init_iso_resource() local
|