/linux-6.14.4/sound/soc/ |
D | soc-dapm.c | 43 #define DAPM_UPDATE_STAT(widget, val) widget->dapm->card->dapm_stats.val++; argument 363 struct soc_enum *e; in dapm_kcontrol_data_alloc() local 752 struct soc_enum *e = (struct soc_enum *)kcontrol->private_value; in dapm_connect_mux() local 757 unsigned int val; in dapm_connect_mux() local 794 unsigned int val = soc_dapm_read(p->sink->dapm, reg); in dapm_set_mixer_path_status() local 2336 struct snd_kcontrol *kcontrol, int mux, struct soc_enum *e) in soc_dapm_mux_update_power() 2363 struct snd_kcontrol *kcontrol, int mux, struct soc_enum *e, in snd_soc_dapm_mux_update_power() 3307 unsigned int val; in snd_soc_dapm_new_widgets() local 3390 unsigned int reg_val, val, rval = 0; in snd_soc_dapm_get_volsw() local 3449 unsigned int val, rval = 0; in snd_soc_dapm_put_volsw() local [all …]
|
/linux-6.14.4/drivers/ata/pata_parport/ |
D | bpck.c | 69 static void bpck_write_regr(struct pi_adapter *pi, int cont, int regr, int val) in bpck_write_regr() 301 int i, e, l, h, om; in bpck_test_proto() local
|
/linux-6.14.4/drivers/media/cec/core/ |
D | cec-pin.c | 162 u64 e = pin->error_inj[cmd]; in rx_error_inj() local 224 u64 e = pin->error_inj[cmd]; in tx_error_inj() local 501 u8 val = idx; in cec_pin_tx_states() local
|
/linux-6.14.4/drivers/gpu/drm/exynos/ |
D | exynos5433_drm_decon.c | 97 u32 val) in decon_set_bits() 106 u32 val; in decon_enable_vblank() local 201 u32 val; in decon_commit() local 268 u32 val = 0; in decon_win_set_bldeq() local 294 u32 val = 0; in decon_win_set_bldmod() local 327 unsigned long val; in decon_win_set_pixfmt() local 396 #define BIT_VAL(x, e, s) (((x) & ((1 << ((e) - (s) + 1)) - 1)) << (s)) argument 411 u32 val; in decon_update_plane() local 487 u32 val; in decon_swreset() local 693 u32 val; in decon_irq_handler() local
|
/linux-6.14.4/scripts/kconfig/ |
D | symbol.c | 165 long long val, val2; in sym_validate_range() local 353 tristate val; in sym_calc_choice() local 540 bool sym_tristate_within_range(const struct symbol *sym, tristate val) in sym_tristate_within_range() 557 bool sym_set_tristate_value(struct symbol *sym, tristate val) in sym_set_tristate_value() 588 tristate val; in choice_set_value() local 695 long long val; in sym_string_within_range() local 737 char *val; in sym_set_string_value() local 795 tristate val; in sym_get_string_default() local 864 tristate val; in sym_get_string_value() local 1157 static struct symbol *sym_check_expr_deps(const struct expr *e) in sym_check_expr_deps()
|
/linux-6.14.4/drivers/net/ethernet/intel/iavf/ |
D | iavf_adminq.c | 629 u32 val = 0; in iavf_asq_send_command() local 831 struct iavf_arq_event_info *e, in iavf_clean_arq_element()
|
/linux-6.14.4/drivers/md/persistent-data/ |
D | dm-space-map-common.c | 153 static void sm_set_bitmap(void *addr, unsigned int b, unsigned int val) in sm_set_bitmap() 716 static int __sm_ll_inc(struct ll_disk *ll, dm_block_t b, dm_block_t e, in __sm_ll_inc() 746 int sm_ll_inc(struct ll_disk *ll, dm_block_t b, dm_block_t e, in sm_ll_inc() 899 static int __sm_ll_dec(struct ll_disk *ll, dm_block_t b, dm_block_t e, in __sm_ll_dec() 928 int sm_ll_dec(struct ll_disk *ll, dm_block_t b, dm_block_t e, in sm_ll_dec()
|
/linux-6.14.4/drivers/net/ethernet/mediatek/ |
D | airoha_eth.c | 919 static void airoha_wr(void __iomem *base, u32 offset, u32 val) in airoha_wr() 924 static u32 airoha_rmw(void __iomem *base, u32 offset, u32 mask, u32 val) in airoha_rmw() 934 #define airoha_fe_wr(eth, offset, val) \ argument 936 #define airoha_fe_rmw(eth, offset, mask, val) \ argument 938 #define airoha_fe_set(eth, offset, val) \ argument 940 #define airoha_fe_clear(eth, offset, val) \ argument 945 #define airoha_qdma_wr(qdma, offset, val) \ argument 947 #define airoha_qdma_rmw(qdma, offset, mask, val) \ argument 949 #define airoha_qdma_set(qdma, offset, val) \ argument 951 #define airoha_qdma_clear(qdma, offset, val) \ argument [all …]
|
D | mtk_ppe.c | 29 static void ppe_w32(struct mtk_ppe *ppe, u32 reg, u32 val) in ppe_w32() 41 u32 val; in ppe_m32() local 51 static u32 ppe_set(struct mtk_ppe *ppe, u32 reg, u32 val) in ppe_set() 56 static u32 ppe_clear(struct mtk_ppe *ppe, u32 reg, u32 val) in ppe_clear() 69 u32 val; in mtk_ppe_wait_busy() local 84 u32 val; in mtk_ppe_mib_wait_busy() local 98 u32 val, cnt_r0, cnt_r1, cnt_r2; in mtk_mib_entry_read() local 144 static u32 mtk_ppe_hash_entry(struct mtk_eth *eth, struct mtk_foe_entry *e) in mtk_ppe_hash_entry() 217 u32 ports_pad, val; in mtk_foe_entry_prepare() local 283 u32 val = *ib2; in mtk_foe_entry_set_pse_port() local [all …]
|
/linux-6.14.4/tools/lib/bpf/ |
D | relo_core.c | 681 __u64 *val, __u32 *field_sz, __u32 *type_id, in bpf_core_calc_field_relo() 805 __u64 *val, bool *validate) in bpf_core_calc_type_relo() 849 __u64 *val) in bpf_core_calc_enumval_relo() 1188 const struct btf_enum *e; in bpf_core_format_spec() local 1196 const struct btf_enum64 *e; in bpf_core_format_spec() local
|
/linux-6.14.4/fs/f2fs/ |
D | node.c | 49 struct sysinfo val; in f2fs_available_free_memory() local 181 static void __free_nat_entry(struct nat_entry *e) in __free_nat_entry() 230 static void __del_from_nat_cache(struct f2fs_nm_info *nm_i, struct nat_entry *e) in __del_from_nat_cache() 383 struct nat_entry *e; in f2fs_need_dentry_mark() local 400 struct nat_entry *e; in f2fs_is_checkpointed_node() local 414 struct nat_entry *e; in f2fs_need_inode_block_update() local 432 struct nat_entry *new, *e; in cache_nat_entry() local 460 struct nat_entry *e; in set_node_addr() local 556 struct nat_entry *e; in f2fs_get_node_info() local 2308 struct free_nid *i, *e; in add_free_nid() local
|
/linux-6.14.4/tools/testing/selftests/bpf/test_kmods/ |
D | bpf_testmod.c | 87 int c, int d, struct bpf_testmod_struct_arg_2 e) { in bpf_testmod_test_struct_arg_4() 105 bpf_testmod_test_struct_arg_7(u64 a, void *b, short c, int d, void *e, in bpf_testmod_test_struct_arg_7() 114 bpf_testmod_test_struct_arg_8(u64 a, void *b, short c, int d, void *e, in bpf_testmod_test_struct_arg_8() 123 bpf_testmod_test_struct_arg_9(u64 a, void *b, short c, int d, void *e, char f, in bpf_testmod_test_struct_arg_9() 165 __bpf_kfunc s64 bpf_iter_testmod_seq_value(int val, struct bpf_iter_testmod_seq* it__iter) in bpf_iter_testmod_seq_value() 367 void *e, char f, int g) in bpf_testmod_fentry_test7() 373 void *e, char f, int g, in bpf_testmod_fentry_test11()
|
/linux-6.14.4/drivers/usb/early/ |
D | xhci-dbc.c | 42 u32 val, sz; in xdbc_map_pci_mmio() local 154 u32 val; in xdbc_bios_handoff() local 352 u32 val, cap_length; in xdbc_do_reset_debug_port() local 369 u32 val, port_offset, port_count; in xdbc_reset_debug_port() local 605 char *e; in early_xdbc_parse_parameter() local
|
/linux-6.14.4/drivers/misc/genwqe/ |
D | card_utils.c | 44 int __genwqe_writeq(struct genwqe_dev *cd, u64 byte_offs, u64 val) in __genwqe_writeq() 95 int __genwqe_writel(struct genwqe_dev *cd, u64 byte_offs, u32 val) in __genwqe_writel() 752 u64 val) in set_reg_idx() 765 unsigned int *i, unsigned int m, u32 addr, u64 val) in set_reg() 834 u64 eevptr, val, addr; in genwqe_ffdc_buff_size() local 893 u64 eevptr, e, val, addr; in genwqe_ffdc_buff_read() local 979 int genwqe_write_vreg(struct genwqe_dev *cd, u32 reg, u64 val, int func) in genwqe_write_vreg()
|
/linux-6.14.4/drivers/net/xen-netback/ |
D | xenbus.c | 468 char *s, *e; in xen_net_read_rate() local 503 char *s, *e, *macstr; in xen_net_read_mac() local 686 unsigned int val; in connect_ctrl_ring() local
|
/linux-6.14.4/arch/parisc/net/ |
D | bpf_jit_comp64.c | 154 static bool is_32b_int(s64 val) in is_32b_int() 251 int e, s; in emit_branch() local 597 int s, e, ret, i = insn - ctx->prog->insnsi; in bpf_jit_emit_insn() local
|
/linux-6.14.4/lib/lz4/ |
D | lz4defs.h | 177 BYTE *const e = (BYTE *)dstEnd; in LZ4_wildCopy() local 186 static FORCE_INLINE unsigned int LZ4_NbCommonBytes(register size_t val) in LZ4_NbCommonBytes()
|
/linux-6.14.4/sound/core/seq/oss/ |
D | seq_oss_event.h | 58 unsigned short val; member 85 struct evrec_extended e; member
|
/linux-6.14.4/drivers/net/ |
D | tun.c | 355 static inline u16 tun16_to_cpu(struct tun_struct *tun, __virtio16 val) in tun16_to_cpu() 360 static inline __virtio16 cpu_to_tun16(struct tun_struct *tun, u16 val) in cpu_to_tun16() 372 struct tun_flow_entry *e; in tun_flow_find() local 385 struct tun_flow_entry *e = kmalloc(sizeof(*e), GFP_ATOMIC); in tun_flow_create() local 402 static void tun_flow_delete(struct tun_struct *tun, struct tun_flow_entry *e) in tun_flow_delete() 417 struct tun_flow_entry *e; in tun_flow_flush() local 432 struct tun_flow_entry *e; in tun_flow_delete_by_queue() local 453 struct tun_flow_entry *e; in tun_flow_cleanup() local 479 struct tun_flow_entry *e; in tun_flow_update() local 513 static inline void tun_flow_save_rps_rxhash(struct tun_flow_entry *e, u32 hash) in tun_flow_save_rps_rxhash() [all …]
|
/linux-6.14.4/drivers/atm/ |
D | lanai.c | 484 static inline void reg_write(const struct lanai_dev *lanai, u32 val, in reg_write() 546 u32 val, int offset) in sram_write() 649 u32 val; in cardvcc_read() local 658 u32 val, enum lanai_vcc_offset offset) in cardvcc_write() 947 const u8 *e = lanai->eeprom; in eeprom_validate() local 1080 #define e(flag, name) \ in lanai_check_status() macro 1116 #define e(flag, name, stat) \ in pcistatus_check() macro 1199 unsigned char *e; in vcc_tx_memcpy() local 1215 unsigned char *e; in vcc_tx_memzero() local 1913 static int check_board_id_and_rev(const char *name, u32 val, int *revp) in check_board_id_and_rev()
|
/linux-6.14.4/drivers/net/ethernet/chelsio/cxgb3/ |
D | cxgb3_offload.c | 208 unsigned int val = 0; in cxgb_ulp_iscsi_ctl() local 461 struct ch_embedded_info *e = data; in cxgb_offload_ctl() local 1049 static void set_l2t_ix(struct t3cdev *tdev, u32 tid, struct l2t_entry *e) in set_l2t_ix() 1080 struct l2t_entry *e; in cxgb_redirect() local
|
/linux-6.14.4/drivers/gpu/drm/imx/ipuv3/ |
D | imx-tve.c | 129 static inline struct imx_tve *enc_to_tve(struct drm_encoder *e) in enc_to_tve() 166 unsigned int val; in tve_setup_vga() local 337 unsigned int val; in imx_tve_irq_handler() local 351 unsigned int val; in clk_tve_di_recalc_rate() local 389 u32 val; in clk_tve_di_set_rate() local 535 unsigned int val; in imx_tve_probe() local
|
/linux-6.14.4/sound/soc/codecs/ |
D | max98396.c | 959 int reg, val; in max98396_mux_get() local 980 struct soc_enum *e = (struct soc_enum *)kcontrol->private_value; in max98396_mux_put() local 982 int reg, val; in max98396_mux_put() local 1114 u8 val[2]; in max98396_adc_value_get() local
|
D | cs47l92.c | 62 struct soc_enum *e = (struct soc_enum *)kcontrol->private_value; in cs47l92_put_demux() local 181 unsigned int val; in cs47l92_outclk_ev() local
|
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/dml2/ |
D | display_mode_util.c | 46 dml_bool_t val = false; in dml_util_is_420() local 165 dml_float_t dml_max5(dml_float_t a, dml_float_t b, dml_float_t c, dml_float_t d, dml_float_t e) in dml_max5() 179 dml_float_t dml_round(dml_float_t val, dml_bool_t bankers_rounding) in dml_round()
|