/linux-6.14.4/scripts/dtc/ |
D | flattree.c | 45 static void bin_emit_cell(void *e, cell_t val) in bin_emit_cell() 52 static void bin_emit_string(void *e, const char *str, int len) in bin_emit_string() 63 static void bin_emit_align(void *e, int a) in bin_emit_align() 70 static void bin_emit_data(void *e, struct data d) in bin_emit_data() 77 static void bin_emit_beginnode(void *e, struct label *labels) in bin_emit_beginnode() 82 static void bin_emit_endnode(void *e, struct label *labels) in bin_emit_endnode() 87 static void bin_emit_property(void *e, struct label *labels) in bin_emit_property() 123 static void asm_emit_cell(void *e, cell_t val) in asm_emit_cell() 133 static void asm_emit_string(void *e, const char *str, int len) in asm_emit_string() 143 static void asm_emit_align(void *e, int a) in asm_emit_align() [all …]
|
/linux-6.14.4/tools/testing/selftests/powerpc/pmu/ebb/ |
D | ebb.c | 35 u64 val; in reset_ebb_with_clear_mask() local 59 u64 val; in ebb_check_mmcr0() local 102 u64 val; in standard_ebb_callee() local 255 u64 val; in count_pmc() local 275 int ebb_event_enable(struct event *e) in ebb_event_enable() 331 void event_ebb_init(struct event *e) in event_ebb_init() 336 void event_bhrb_init(struct event *e, unsigned ifm) in event_bhrb_init() 341 void event_leader_ebb_init(struct event *e) in event_leader_ebb_init() 352 uint64_t val; in ebb_child() local
|
/linux-6.14.4/include/linux/ |
D | find.h | 60 unsigned long val; in find_next_bit() local 90 unsigned long val; in find_next_and_bit() local 121 unsigned long val; in find_next_andnot_bit() local 151 unsigned long val; in find_next_or_bit() local 179 unsigned long val; in find_next_zero_bit() local 205 unsigned long val = *addr & GENMASK(size - 1, 0); in find_first_bit() local 234 unsigned long val = *addr & GENMASK(size - 1, 0); in find_nth_bit() local 260 unsigned long val = *addr1 & *addr2 & GENMASK(size - 1, 0); in find_nth_and_bit() local 287 unsigned long val = *addr1 & (~*addr2) & GENMASK(size - 1, 0); in find_nth_andnot_bit() local 317 unsigned long val = *addr1 & *addr2 & (~*addr3) & GENMASK(size - 1, 0); in find_nth_and_andnot_bit() local [all …]
|
/linux-6.14.4/security/apparmor/ |
D | policy_unpack.c | 63 const char *name, const char *info, struct aa_ext *e, in audit_iface() 162 VISIBLE_IF_KUNIT bool aa_inbounds(struct aa_ext *e, size_t size) in aa_inbounds() 175 VISIBLE_IF_KUNIT size_t aa_unpack_u16_chunk(struct aa_ext *e, char **chunk) in aa_unpack_u16_chunk() 197 VISIBLE_IF_KUNIT bool aa_unpack_X(struct aa_ext *e, enum aa_code code) in aa_unpack_X() 224 VISIBLE_IF_KUNIT bool aa_unpack_nameX(struct aa_ext *e, enum aa_code code, const char *name) in aa_unpack_nameX() 255 static bool unpack_u8(struct aa_ext *e, u8 *data, const char *name) in unpack_u8() 273 VISIBLE_IF_KUNIT bool aa_unpack_u32(struct aa_ext *e, u32 *data, const char *name) in aa_unpack_u32() 292 VISIBLE_IF_KUNIT bool aa_unpack_u64(struct aa_ext *e, u64 *data, const char *name) in aa_unpack_u64() 311 static bool aa_unpack_cap_low(struct aa_ext *e, kernel_cap_t *data, const char *name) in aa_unpack_cap_low() 313 u32 val; in aa_unpack_cap_low() local [all …]
|
/linux-6.14.4/include/sound/ |
D | emu8000_reg.h | 15 #define EMU8000_DATA0(e) ((e)->port1) argument 16 #define EMU8000_DATA1(e) ((e)->port2) argument 17 #define EMU8000_DATA2(e) ((e)->port2+2) argument 18 #define EMU8000_DATA3(e) ((e)->port3) argument 19 #define EMU8000_PTR(e) ((e)->port3+2) argument 108 #define EMU8000_CPF_WRITE(emu, chan, val) \ argument 110 #define EMU8000_PTRX_WRITE(emu, chan, val) \ argument 112 #define EMU8000_CVCF_WRITE(emu, chan, val) \ argument 114 #define EMU8000_VTFT_WRITE(emu, chan, val) \ argument 116 #define EMU8000_PSST_WRITE(emu, chan, val) \ argument [all …]
|
/linux-6.14.4/drivers/ras/ |
D | cec.c | 89 #define PFN(e) ((e) >> PAGE_SHIFT) argument 90 #define DECAY(e) (((e) >> COUNT_BITS) & DECAY_MASK) argument 91 #define COUNT(e) ((unsigned int)(e) & COUNT_MASK) argument 92 #define FULL_COUNT(e) ((e) & (PAGE_SIZE - 1)) argument 397 static int u64_get(void *data, u64 *val) in u64_get() 404 static int pfn_set(void *data, u64 val) in pfn_set() 415 static int decay_interval_set(void *data, u64 val) in decay_interval_set() 432 static int action_threshold_set(void *data, u64 val) in action_threshold_set() 534 static int cec_notifier(struct notifier_block *nb, unsigned long val, in cec_notifier()
|
/linux-6.14.4/lib/ |
D | lru_cache.c | 39 #define PARANOIA_LC_ELEMENT(lc, e) do { \ argument 57 unsigned long val; in lc_try_lock() local 84 struct lc_element *e; in lc_create() local 202 struct lc_element *e = lc->lc_element[i]; in lc_reset() local 242 struct lc_element *e; in __lc_find() local 287 struct lc_element *e = __lc_find(lc, enr, 1); in lc_is_used() local 299 void lc_del(struct lru_cache *lc, struct lc_element *e) in lc_del() 314 struct lc_element *e; in lc_prepare_for_change() local 353 struct lc_element *e; in __lc_get() local 526 struct lc_element *e, *tmp; in lc_committed() local [all …]
|
/linux-6.14.4/sound/pci/hda/ |
D | hda_eld.c | 125 unsigned int val; in hdmi_get_eld_data() local 149 int val; in hdmi_update_short_audio_desc() local 224 int snd_hdmi_parse_eld(struct hda_codec *codec, struct parsed_hdmi_eld *e, in snd_hdmi_parse_eld() 319 unsigned int val = hdmi_get_eld_data(codec, nid, i); in snd_hdmi_get_eld() local 396 void snd_hdmi_show_eld(struct hda_codec *codec, struct parsed_hdmi_eld *e) in snd_hdmi_show_eld() 446 struct parsed_hdmi_eld *e = &eld->info; in snd_hdmi_print_eld_info() local 497 struct parsed_hdmi_eld *e = &eld->info; in snd_hdmi_write_eld_info() local 501 long long val; in snd_hdmi_write_eld_info() local 559 void snd_hdmi_eld_update_pcm_info(struct parsed_hdmi_eld *e, in snd_hdmi_eld_update_pcm_info()
|
/linux-6.14.4/net/sched/ |
D | act_ife.c | 140 int ife_validate_meta_u32(void *val, int len) in ife_validate_meta_u32() 149 int ife_validate_meta_u16(void *val, int len) in ife_validate_meta_u16() 227 static int ife_validate_metatype(struct tcf_meta_ops *ops, void *val, int len) in ife_validate_metatype() 265 static int load_metaops_and_vet(u32 metaid, void *val, int len, bool rtnl_held) in load_metaops_and_vet() 376 struct tcf_meta_info *e; in dump_metalist() local 410 struct tcf_meta_info *e, *n; in _tcf_ife_cleanup() local 445 void *val = nla_data(tb[i]); in load_metalist() local 464 void *val; in populate_metalist() local 697 struct tcf_meta_info *e; in find_decode_metaid() local 772 struct tcf_meta_info *e, *n; in ife_get_sz() local [all …]
|
/linux-6.14.4/arch/sparc/vdso/ |
D | vma.c | 68 static void *one_section64(struct vdso_elfinfo64 *e, const char *name, in one_section64() 89 struct vdso_elfinfo64 *e = &_e->u.elf64; in find_sections64() local 102 static Elf64_Sym *find_sym64(const struct vdso_elfinfo64 *e, const char *name) in find_sym64() 119 struct vdso_elfinfo64 *e = &_e->u.elf64; in patchsym64() local 136 static void *one_section32(struct vdso_elfinfo32 *e, const char *name, in one_section32() 157 struct vdso_elfinfo32 *e = &_e->u.elf32; in find_sections32() local 170 static Elf32_Sym *find_sym32(const struct vdso_elfinfo32 *e, const char *name) in find_sym32() 187 struct vdso_elfinfo32 *e = &_e->u.elf32; in patchsym32() local 204 static int find_sections(const struct vdso_image *image, struct vdso_elfinfo *e, in find_sections() 213 static int patch_one_symbol(struct vdso_elfinfo *e, const char *orig, in patch_one_symbol() [all …]
|
/linux-6.14.4/drivers/net/wireless/broadcom/b43/ |
D | debugfs.c | 70 u16 val; in shm16read__read_file() local 112 u16 val; in shm16write__write_file() local 146 u32 val; in shm32read__read_file() local 188 u32 val; in shm32write__write_file() local 225 u16 val; in mmio16read__read_file() local 261 u16 val; in mmio16write__write_file() local 289 u32 val; in mmio32read__read_file() local 325 u32 val; in mmio32write__write_file() local 645 struct b43_dfsentry *e = dev->dfsentry; in b43_add_dynamic_debug() local 668 struct b43_dfsentry *e; in b43_debugfs_add_device() local [all …]
|
/linux-6.14.4/arch/x86/include/asm/ |
D | pgtable-2level.h | 5 #define pte_ERROR(e) \ argument 7 #define pgd_ERROR(e) \ argument 116 static inline u64 protnone_mask(u64 val) in protnone_mask() 121 static inline u64 flip_protnone_guard(u64 oldval, u64 val, u64 mask) in flip_protnone_guard() 126 static inline bool __pte_needs_invert(u64 val) in __pte_needs_invert()
|
/linux-6.14.4/drivers/mailbox/ |
D | arm_mhuv3.c | 52 u32 val; member 59 u32 val; member 64 u32 val; member 69 u32 val; member 79 u32 val; member 88 u32 val; member 94 u32 val; member 99 u32 val; member 107 u32 val; member 113 u32 val; member [all …]
|
/linux-6.14.4/drivers/net/ethernet/chelsio/cxgb4/ |
D | sched.c | 47 struct sched_class *e; in t4_sched_class_fw_cmd() local 122 const u32 val) in t4_sched_entry_lookup() 125 struct sched_class *e, *end; in t4_sched_entry_lookup() local 190 struct sched_class *e; in t4_sched_queue_unbind() local 221 struct sched_class *e; in t4_sched_queue_bind() local 263 struct sched_class *e; in t4_sched_flowc_unbind() local 291 struct sched_class *e; in t4_sched_flowc_bind() local 325 struct sched_class *e, in t4_sched_class_unbind_all() 484 struct sched_class *e, *end; in t4_sched_class_lookup() local 528 struct sched_class *e = NULL; in t4_sched_class_alloc() local [all …]
|
/linux-6.14.4/scripts/kconfig/ |
D | expr.c | 35 struct expr *e; in expr_lookup() local 267 static struct expr *expr_eliminate_yn(struct expr *e) in expr_eliminate_yn() 537 struct expr *expr_eliminate_dups(struct expr *e) in expr_eliminate_dups() 593 struct expr *expr_transform(struct expr *e) in expr_transform() 784 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare() 861 union string_value *val) in expr_parse_string() 891 static tristate __expr_calc_value(struct expr *e) in __expr_calc_value() 967 tristate expr_calc_value(struct expr *e) in expr_calc_value() 985 struct expr *e; in expr_invalidate_all() local 1022 void expr_print(const struct expr *e, in expr_print() [all …]
|
/linux-6.14.4/drivers/net/wireless/mediatek/mt76/ |
D | sdio.c | 39 u32 val = ~0, status; in mt76s_read_mailbox() local 91 static void mt76s_write_mailbox(struct mt76_dev *dev, u32 offset, u32 val) in mt76s_write_mailbox() 153 void mt76s_wr(struct mt76_dev *dev, u32 offset, u32 val) in mt76s_wr() 162 u32 mt76s_rmw(struct mt76_dev *dev, u32 offset, u32 mask, u32 val) in mt76s_rmw() 174 const u32 *val = data; in mt76s_write_copy() local 187 u32 *val = data; in mt76s_read_copy() local 369 struct mt76_queue_entry *e = NULL; in mt76s_get_next_rx_entry() local 389 struct mt76_queue_entry *e; in mt76s_process_rx_queue() local 623 struct mt76_queue_entry *e = &q->entry[j]; in mt76s_deinit() local
|
/linux-6.14.4/net/l2tp/ |
D | trace.h | 12 #define encap_type_name(e) { L2TP_ENCAPTYPE_##e, #e } argument 13 #define show_encap_type_name(val) \ argument 19 #define show_pw_type_name(val) \ argument
|
/linux-6.14.4/drivers/net/ethernet/marvell/ |
D | skge.c | 803 u32 val; in skge_vpd_read() local 815 static void skge_vpd_write(struct pci_dev *pdev, int cap, u16 offset, u32 val) in skge_vpd_write() 841 u32 val = skge_vpd_read(pdev, cap, offset); in skge_get_eeprom() local 868 u32 val; in skge_set_eeprom() local 919 struct skge_element *e; in skge_ring_alloc() local 942 static int skge_rx_setup(struct skge_port *skge, struct skge_element *e, in skge_rx_setup() 974 static inline void skge_rx_reuse(struct skge_element *e, unsigned int size) in skge_rx_reuse() 992 struct skge_element *e; in skge_rx_clean() local 1017 struct skge_element *e; in skge_rx_fill() local 1091 static int __xm_phy_read(struct skge_hw *hw, int port, u16 reg, u16 *val) in __xm_phy_read() [all …]
|
/linux-6.14.4/sound/soc/atmel/ |
D | tse850-pcm5142.c | 76 struct soc_enum *e = (struct soc_enum *)kctrl->private_value; in tse850_put_mux1() local 77 unsigned int val = ucontrol->value.enumerated.item[0]; in tse850_put_mux1() local 106 struct soc_enum *e = (struct soc_enum *)kctrl->private_value; in tse850_put_mux2() local 107 unsigned int val = ucontrol->value.enumerated.item[0]; in tse850_put_mux2() local 191 struct soc_enum *e = (struct soc_enum *)kctrl->private_value; in tse850_put_ana() local
|
/linux-6.14.4/tools/testing/selftests/bpf/progs/ |
D | bpf_loop.c | 165 int *val = bpf_map_lookup_elem(&map1, &key); in map1_lookup_elem() local 170 static void map1_update_elem(int key, int val) in map1_update_elem() 181 int e = map1_lookup_elem(5); in stack_check_outer_callback() local 212 int e = map1_lookup_elem(11); in stack_check() local
|
/linux-6.14.4/sound/soc/ |
D | soc-ops.c | 43 struct soc_enum *e = (struct soc_enum *)kcontrol->private_value; in snd_soc_info_enum_double() local 63 struct soc_enum *e = (struct soc_enum *)kcontrol->private_value; in snd_soc_get_enum_double() local 64 unsigned int val, item; in snd_soc_get_enum_double() local 94 struct soc_enum *e = (struct soc_enum *)kcontrol->private_value; in snd_soc_put_enum_double() local 96 unsigned int val; in snd_soc_put_enum_double() local 134 unsigned int val; in snd_soc_read_signed() local 269 int val; in snd_soc_get_volsw() local 332 unsigned int val, val_mask; in snd_soc_put_volsw() local 409 unsigned int val; in snd_soc_get_volsw_sx() local 449 unsigned int val, val_mask; in snd_soc_put_volsw_sx() local [all …]
|
/linux-6.14.4/tools/perf/util/ |
D | tool_pmu.c | 109 static bool read_until_char(struct io *io, char e) in read_until_char() 121 static int read_stat_field(int fd, struct perf_cpu cpu, int field, __u64 *val) in read_stat_field() 154 static int read_pid_stat_field(int fd, int field, __u64 *val) in read_pid_stat_field() 217 #define FD(e, x, y) (*(int *)xyarray__entry(e->core.fd, x, y)) argument 397 u64 val; in evsel__tool_pmu_read() local
|
/linux-6.14.4/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 86 static inline void pmd_set(pmd_t *pmdp, unsigned long val) in pmd_set() 109 static inline void pud_set(pud_t *pudp, unsigned long val) in pud_set() 143 static inline void p4d_set(p4d_t *p4dp, unsigned long val) in p4d_set() 162 #define pmd_ERROR(e) \ argument 164 #define pgd_ERROR(e) \ argument
|
/linux-6.14.4/drivers/video/fbdev/nvidia/ |
D | nv_i2c.c | 32 u32 val; in nvidia_gpio_setscl() local 48 u32 val; in nvidia_gpio_setsda() local 64 u32 val = 0; in nvidia_gpio_getscl() local 76 u32 val = 0; in nvidia_gpio_getsda() local 162 const u8 *e = fb_firmware_edid(info->device); in nvidia_probe_i2c_connector() local
|
/linux-6.14.4/arch/x86/kvm/ |
D | ioapic.c | 114 union kvm_ioapic_redirect_entry *e; in __rtc_irq_eoi_tracking_restore_one() local 282 union kvm_ioapic_redirect_entry *e; in kvm_ioapic_scan_entry() local 316 static void ioapic_write_indirect(struct kvm_ioapic *ioapic, u32 val) in ioapic_write_indirect() 320 union kvm_ioapic_redirect_entry *e; in ioapic_write_indirect() local 608 gpa_t addr, int len, void *val) in ioapic_mmio_read() 650 gpa_t addr, int len, const void *val) in ioapic_mmio_write()
|