Home
last modified time | relevance | path

Searched +defs:val +defs:node (Results 101 – 125 of 856) sorted by relevance

12345678910>>...35

/linux-6.14.4/drivers/mfd/
Dti_am335x_tscadc.c29 void am335x_tsc_se_set_cache(struct ti_tscadc_dev *tscadc, u32 val) in am335x_tsc_se_set_cache()
72 void am335x_tsc_se_set_once(struct ti_tscadc_dev *tscadc, u32 val) in am335x_tsc_se_set_once()
93 void am335x_tsc_se_clr(struct ti_tscadc_dev *tscadc, u32 val) in am335x_tsc_se_clr()
120 struct device_node *node; in ti_tscadc_probe() local
123 u32 val; in ti_tscadc_probe() local
Dtwl6040.c85 struct device_node *node; in twl6040_has_vibra() local
99 unsigned int val; in twl6040_reg_read() local
109 int twl6040_reg_write(struct twl6040 *twl6040, unsigned int reg, u8 val) in twl6040_reg_write()
635 struct device_node *node = client->dev.of_node; in twl6040_probe() local
/linux-6.14.4/scripts/dtc/
Dlivetree.c39 struct property *build_property(const char *name, struct data val, in build_property()
119 struct node *name_node(struct node *node, const char *name) in name_node()
128 struct node *omit_node_if_unused(struct node *node) in omit_node_if_unused()
135 struct node *reference_node(struct node *node) in reference_node()
231 struct node *node; in add_orphan_node() local
267 void add_property(struct node *node, struct property *prop) in add_property()
280 void delete_property_by_name(struct node *node, char *name) in delete_property_by_name()
315 struct node *node = parent->children; in delete_node_by_name() local
326 void delete_node(struct node *node) in delete_node()
339 void append_to_property(struct node *node, in append_to_property()
[all …]
/linux-6.14.4/drivers/irqchip/
Dirq-loongson-eiointc.c64 u32 node; member
95 int i, node, cpu_node, route_node; in eiointc_set_irq_route() local
175 static int eiointc_index(int node) in eiointc_index()
189 int i, bit, cores, index, node; in eiointc_router_init() local
338 static void acpi_set_vec_parent(int node, struct irq_domain *parent, struct acpi_vector_group *vec_… in acpi_set_vec_parent()
350 static struct irq_domain *acpi_get_vec_parent(int node, struct acpi_vector_group *vec_group) in acpi_get_vec_parent()
380 unsigned int node = (pchpic_entry->address >> 44) & 0xf; in pch_pic_parse_madt() local
394 int node; in pch_msi_parse_madt() local
430 int i, val; in eiointc_init() local
483 int node; in eiointc_acpi_init() local
Dirq-omap-intc.c72 static void intc_writel(u32 reg, u32 val) in intc_writel()
243 static int __init omap_init_irq_of(struct device_node *node) in omap_init_irq_of()
263 static int __init omap_init_irq_legacy(u32 base, struct device_node *node) in omap_init_irq_legacy()
297 static int __init omap_init_irq(u32 base, struct device_node *node) in omap_init_irq()
362 static int __init intc_of_init(struct device_node *node, in intc_of_init()
/linux-6.14.4/arch/powerpc/platforms/pseries/
Dfirmware.c30 unsigned long val; member
119 unsigned long val; member
154 static int __init probe_fw_features(unsigned long node, const char *uname, int in probe_fw_features()
/linux-6.14.4/sound/soc/rockchip/
Drockchip_i2s.c127 unsigned int val = 0; in rockchip_snd_txctrl() local
184 unsigned int val = 0; in rockchip_snd_rxctrl() local
244 unsigned int mask = 0, val = 0; in rockchip_i2s_set_fmt() local
355 unsigned int val = 0; in rockchip_i2s_hw_params() local
669 struct device_node *node = i2s->dev->of_node; in rockchip_i2s_init_dai() local
673 unsigned int val; in rockchip_i2s_init_dai() local
737 struct device_node *node = pdev->dev.of_node; in rockchip_i2s_probe() local
/linux-6.14.4/drivers/base/regmap/
Dregcache-rbtree.c31 struct rb_node node; member
56 unsigned int idx, unsigned int val) in regcache_rbtree_set_register()
66 struct rb_node *node; in regcache_rbtree_lookup() local
137 struct rb_node *node; in rbtree_show() local
371 struct rb_node *node; in regcache_rbtree_write() local
467 struct rb_node *node; in regcache_rbtree_sync() local
513 struct rb_node *node; in regcache_rbtree_drop() local
/linux-6.14.4/drivers/regulator/
Dmc13783-regulator.c231 #define MC13783_DEFINE(prefix, name, node, reg, vsel_reg, voltages) \ argument
235 #define MC13783_FIXED_DEFINE(prefix, name, node, reg, voltages) \ argument
239 #define MC13783_GPO_DEFINE(prefix, name, node, reg, voltages) \ argument
295 u32 val) in mc13783_powermisc_rmw()
366 unsigned int val; in mc13783_gpo_regulator_is_enabled() local
425 struct device_node *node = NULL; in mc13783_regulator_probe() local
/linux-6.14.4/tools/testing/selftests/x86/
Dtest_shadow_stack.c70 void write_shstk(unsigned long *addr, unsigned long val) in write_shstk()
296 unsigned long val; in gup_write() local
307 unsigned long val; in gup_read() local
542 struct node { struct
543 struct node *next; argument
563 struct node *head = NULL, *cur; in test_guard_gap_other_gaps() argument
/linux-6.14.4/drivers/clk/tegra/
Dclk-tegra124-emc.c95 u32 val, div; in emc_recalc_rate() local
166 u32 val; in emc_get_parent() local
388 struct device_node *node) in load_one_timing_from_dt()
443 struct device_node *node, in load_timings_from_dt()
492 struct device_node *node; in tegra124_clk_register_emc() local
/linux-6.14.4/arch/x86/kernel/
Dquirks.c75 u32 val; in ich_force_hpet_resume() local
98 u32 val; in ich_force_enable_hpet() local
188 u32 val; in old_ich_force_hpet_resume() local
210 u32 val; in old_ich_force_enable_hpet() local
285 u32 val; in vt8237_force_hpet_resume() local
302 u32 val; in vt8237_force_enable_hpet() local
380 u32 d, val; in ati_force_enable_hpet() local
433 u32 val; in nvidia_force_enable_hpet() local
541 u32 node; in quirk_amd_nb_node() local
542 u32 val; in quirk_amd_nb_node() local
[all …]
/linux-6.14.4/arch/x86/kernel/cpu/
Damd.c50 static inline int wrmsrl_amd_safe(unsigned msr, unsigned long long val) in wrmsrl_amd_safe()
282 int i, node; in nearby_node() local
302 int node; in srat_detect_node() local
382 u64 val; in bsp_init_amd() local
588 unsigned int val; in early_init_amd() local
/linux-6.14.4/tools/bootconfig/
Dmain.c19 static int xbc_show_value(struct xbc_node *node, bool semicolon) in xbc_show_value()
21 const char *val, *eol; in xbc_show_value() local
39 struct xbc_node *node, *cnode = NULL, *vnode; in xbc_show_compact_tree() local
114 const char *val; in xbc_show_list() local
/linux-6.14.4/drivers/net/ethernet/wangxun/txgbe/
Dtxgbe_fdir.c160 u32 val; in txgbe_fdir_check_cmd_complete() local
496 u32 val; in txgbe_fdir_enable() local
571 struct hlist_node *node; in txgbe_fdir_filter_restore() local
631 struct hlist_node *node; in txgbe_fdir_filter_exit() local
/linux-6.14.4/drivers/gpu/drm/msm/adreno/
Da5xx_debugfs.c61 uint32_t val[4]; in roq_print() local
72 struct drm_info_node *node = m->private; in show() local
93 reset_set(void *data, u64 val) in reset_set()
/linux-6.14.4/tools/testing/shared/
Dlinux.c44 void kmem_cache_set_non_kernel(struct kmem_cache *cachep, unsigned int val) in kmem_cache_set_non_kernel()
91 struct radix_tree_node *node = cachep->objs; in kmem_cache_alloc_lru() local
127 struct radix_tree_node *node = objp; in __kmem_cache_free_locked() local
175 struct radix_tree_node *node; in kmem_cache_alloc_bulk() local
/linux-6.14.4/drivers/pci/controller/
Dpcie-mediatek.c268 u32 val; in mtk_pcie_check_cfg_cpld() local
284 int where, int size, u32 *val) in mtk_pcie_hw_rd_cfg()
316 int where, int size, u32 val) in mtk_pcie_hw_wr_cfg()
363 int where, int size, u32 *val) in mtk_pcie_config_read()
376 int where, int size, u32 val) in mtk_pcie_config_write()
512 u32 val; in mtk_pcie_enable_msi() local
559 struct device_node *node) in mtk_pcie_init_irq_domain()
631 struct device_node *node) in mtk_pcie_setup_irq()
665 u32 val; in mtk_pcie_startup_port_v2() local
773 u32 val; in mtk_pcie_startup_port() local
[all …]
/linux-6.14.4/scripts/dtc/libfdt/
Dfdt_overlay.c30 const fdt32_t *val; in overlay_get_target_phandle() local
101 static int overlay_phandle_add_offset(void *fdt, int node, in overlay_phandle_add_offset()
104 fdt32_t *valp, val; in overlay_phandle_add_offset() local
137 static int overlay_adjust_node_phandles(void *fdto, int node, in overlay_adjust_node_phandles()
511 static int overlay_adjust_local_conflicting_phandle(void *fdto, int node, in overlay_adjust_local_conflicting_phandle()
770 void *fdto, int node) in overlay_apply_node()
/linux-6.14.4/drivers/perf/
Dstarfive_starlink_pmu.c72 struct hlist_node node; member
165 u64 val = STARLINK_PMU_COUNTER_MASK >> 1; in starlink_pmu_set_event_period() local
180 u64 val; in starlink_pmu_counter_start() local
217 u64 val; in starlink_pmu_counter_stop() local
589 starlink_pmu_online_cpu(unsigned int cpu, struct hlist_node *node) in starlink_pmu_online_cpu()
604 starlink_pmu_offline_cpu(unsigned int cpu, struct hlist_node *node) in starlink_pmu_offline_cpu()
/linux-6.14.4/drivers/soc/qcom/
Dsmp2p.c96 struct list_head node; member
196 u32 val; in qcom_smp2p_do_ssr_ack() local
232 u32 val; in qcom_smp2p_notify_in() local
400 struct device_node *node) in qcom_smp2p_inbound_entry()
416 u32 val; in smp2p_update_bits() local
439 struct device_node *node) in qcom_smp2p_outbound_entry()
/linux-6.14.4/drivers/phy/ti/
Dphy-am654-serdes.c249 u32 val; in serdes_am654_enable_pll() local
306 u32 val; in serdes_am654_power_on() local
334 #define SERDES_AM654_CFG(offset, a, b, val) \ argument
572 unsigned int val; in serdes_am654_clk_mux_get_parent() local
590 u32 val; in serdes_am654_clk_mux_set_parent() local
645 struct device_node *node = am654_phy->of_node; in serdes_am654_clk_register() local
740 struct device_node *node = dev->of_node; in serdes_am654_probe() local
832 struct device_node *node = am654_phy->of_node; in serdes_am654_remove() local
/linux-6.14.4/drivers/gpu/drm/sti/
Dsti_gdp.c151 static void gdp_dbg_ctl(struct seq_file *s, int val) in gdp_dbg_ctl()
168 static void gdp_dbg_vpo(struct seq_file *s, int val) in gdp_dbg_vpo()
173 static void gdp_dbg_vps(struct seq_file *s, int val) in gdp_dbg_vps()
178 static void gdp_dbg_size(struct seq_file *s, int val) in gdp_dbg_size()
183 static void gdp_dbg_nvn(struct seq_file *s, struct sti_gdp *gdp, int val) in gdp_dbg_nvn()
203 static void gdp_dbg_ppt(struct seq_file *s, int val) in gdp_dbg_ppt()
209 static void gdp_dbg_mst(struct seq_file *s, int val) in gdp_dbg_mst()
217 struct drm_info_node *node = s->private; in gdp_dbg_show() local
260 static void gdp_node_dump_node(struct seq_file *s, struct sti_gdp_node *node) in gdp_node_dump_node()
284 struct drm_info_node *node = s->private; in gdp_node_dbg_show() local
/linux-6.14.4/tools/perf/bench/
Dnuma.c67 u64 val; member
244 static int is_node_present(int node) in is_node_present()
252 static bool node_has_cpus(int node) in node_has_cpus()
394 static void bind_to_memnode(int node) in bind_to_memnode()
438 int node = numa_node_of_cpu(0); in alloc_data() local
855 static inline u64 access_data(u64 *data, u64 val) in access_data()
872 static u64 do_work(u8 *__data, long bytes, int nr, int nr_max, int loop, u64 val) in do_work()
991 int node; in count_process_nodes() local
1021 static int count_node_processes(int node) in count_node_processes()
1086 int node; in calc_convergence() local
[all …]
/linux-6.14.4/include/linux/
Dvmstat.h271 #define sum_zone_node_page_state(node, item) global_zone_page_state(item) argument
272 #define node_page_state(node, item) global_node_page_state(item) argument
273 #define node_page_state_pages(node, item) global_node_page_state_pages(item) argument
538 enum node_stat_item idx, int val) in mod_lruvec_state()
551 enum node_stat_item idx, int val) in lruvec_stat_mod_folio()
561 enum node_stat_item idx, int val) in mod_lruvec_page_state()
569 enum node_stat_item idx, int val) in __mod_lruvec_state()
575 enum node_stat_item idx, int val) in mod_lruvec_state()
581 enum node_stat_item idx, int val) in __lruvec_stat_mod_folio()
587 enum node_stat_item idx, int val) in lruvec_stat_mod_folio()
[all …]

12345678910>>...35