| /linux-6.15/drivers/input/gameport/ |
| H A D | gameport.c | 262 struct list_head node; member 277 struct gameport_event, node); in gameport_get_event() 278 list_del_init(&event->node); in gameport_get_event() 308 list_del_init(&e->node); in gameport_remove_duplicate_events() 394 list_add_tail(&event->node, &gameport_event_list); in gameport_queue_event() 415 list_del_init(&event->node); in gameport_remove_pending_events() 439 list_for_each_entry(event, &gameport_event_list, node) { in gameport_get_pending_child() 569 INIT_LIST_HEAD(&gameport->node); in gameport_init_port() 589 list_add_tail(&gameport->node, &gameport_list); in gameport_add_port() 627 list_del_init(&gameport->node); in gameport_destroy_port() [all …]
|
| /linux-6.15/kernel/events/ |
| H A D | ring_buffer.c | 624 page = alloc_pages_node(node, PERF_AUX_GFP, order); in rb_alloc_aux_page() 721 node); in rb_alloc_aux() 731 page = rb_alloc_aux_page(node, order); in rb_alloc_aux() 808 int node; in perf_mmap_alloc_page() local 810 node = (cpu == -1) ? cpu : cpu_to_node(cpu); in perf_mmap_alloc_page() 829 int i, node; in rb_alloc() local 837 node = (cpu == -1) ? cpu : cpu_to_node(cpu); in rb_alloc() 838 rb = kzalloc_node(size, GFP_KERNEL, node); in rb_alloc() 912 int node; in rb_alloc() local 917 node = (cpu == -1) ? cpu : cpu_to_node(cpu); in rb_alloc() [all …]
|
| /linux-6.15/drivers/rapidio/ |
| H A D | rio.c | 36 struct list_head node; member 113 INIT_LIST_HEAD(&net->node); in rio_alloc_net() 131 list_add_tail(&net->node, &rio_nets); in rio_add_net() 141 if (!list_empty(&net->node)) in rio_free_net() 142 list_del(&net->node); in rio_free_net() 212 list_del(&rdev->rswitch->node); in rio_del_device() 482 list_del(&dbell->node); in rio_release_inb_dbell() 599 list_del(&pwrite->node); in rio_del_mport_pw_handler() 1994 list_del(&scan->node); in rio_unregister_scan() 2193 list_del(&port->node); in rio_register_mport() [all …]
|
| /linux-6.15/net/llc/ |
| H A D | llc_proc.c | 40 list_for_each_entry_rcu(sap, &llc_sap_list, node) { in llc_get_sk_idx() 44 struct hlist_nulls_node *node; in llc_get_sk_idx() local 46 sk_nulls_for_each(sk, node, head) { in llc_get_sk_idx() 69 struct hlist_nulls_node *node; in laddr_hash_next() local 73 sk_nulls_for_each(sk, node, &sap->sk_laddr_hash[bucket]) in laddr_hash_next() 103 list_for_each_entry_continue_rcu(sap, &llc_sap_list, node) { in llc_seq_next()
|
| /linux-6.15/drivers/irqchip/ |
| H A D | irq-mtk-sysirq.c | 123 static int __init mtk_sysirq_of_init(struct device_node *node, in mtk_sysirq_of_init() argument 140 while (of_get_address(node, i++, NULL, NULL)) in mtk_sysirq_of_init() 168 ret = of_address_to_resource(node, i, &res); in mtk_sysirq_of_init() 172 chip_data->intpol_bases[i] = of_iomap(node, i); in mtk_sysirq_of_init() 174 pr_err("%pOF: couldn't map region %d\n", node, i); in mtk_sysirq_of_init() 210 domain = irq_domain_add_hierarchy(domain_parent, 0, intpol_num, node, in mtk_sysirq_of_init()
|
| H A D | irq-mvebu-gicp.c | 174 struct device_node *node = pdev->dev.of_node; in mvebu_gicp_probe() local 190 ret = of_property_count_u32_elems(node, "marvell,spi-ranges"); in mvebu_gicp_probe() 205 of_property_read_u32_index(node, "marvell,spi-ranges", in mvebu_gicp_probe() 209 of_property_read_u32_index(node, "marvell,spi-ranges", in mvebu_gicp_probe() 220 irq_parent_dn = of_irq_find_parent(node); in mvebu_gicp_probe() 235 of_node_to_fwnode(node), in mvebu_gicp_probe()
|
| H A D | irq-ls1x.c | 103 static int __init ls1x_intc_of_init(struct device_node *node, in ls1x_intc_of_init() argument 115 priv->intc_base = of_iomap(node, 0); in ls1x_intc_of_init() 121 parent_irq = irq_of_parse_and_map(node, 0); in ls1x_intc_of_init() 129 priv->domain = irq_domain_add_linear(node, 32, &irq_generic_chip_ops, in ls1x_intc_of_init() 138 node->full_name, handle_level_irq, in ls1x_intc_of_init()
|
| /linux-6.15/arch/sparc/prom/ |
| H A D | misc_64.c | 167 phandle node; in prom_get_mmu_ihandle() local 173 node = prom_finddevice(prom_chosen_path); in prom_get_mmu_ihandle() 174 ret = prom_getint(node, prom_mmu_name); in prom_get_mmu_ihandle() 186 phandle node; in prom_get_memory_ihandle() local 192 node = prom_finddevice("/chosen"); in prom_get_memory_ihandle() 193 ret = prom_getint(node, "memory"); in prom_get_memory_ihandle()
|
| /linux-6.15/arch/arm/mach-imx/ |
| H A D | gpc.c | 227 static int __init imx_gpc_init(struct device_node *node, in imx_gpc_init() argument 234 pr_err("%pOF: no parent, giving up\n", node); in imx_gpc_init() 240 pr_err("%pOF: unable to obtain parent domain\n", node); in imx_gpc_init() 244 gpc_base = of_iomap(node, 0); in imx_gpc_init() 249 node, &imx_gpc_domain_ops, in imx_gpc_init() 264 of_node_clear_flag(node, OF_POPULATED); in imx_gpc_init()
|
| /linux-6.15/arch/arc/plat-hsdk/ |
| H A D | platform.c | 92 int node, ret; in hsdk_tweak_node_coherency() local 95 node = fdt_path_offset(fdt, path); in hsdk_tweak_node_coherency() 96 if (node < 0) in hsdk_tweak_node_coherency() 99 prop = fdt_getprop(fdt, node, "dma-coherent", &ret); in hsdk_tweak_node_coherency() 108 ret = fdt_delprop(fdt, node, "dma-coherent"); in hsdk_tweak_node_coherency() 112 ret = fdt_setprop(fdt, node, "dma-coherent", NULL, 0); in hsdk_tweak_node_coherency()
|
| /linux-6.15/tools/perf/ui/ |
| H A D | hist.c | 897 struct perf_hpp_list_node *node; in hists__reset_column_width() local 904 perf_hpp_list__for_each_format(&node->hpp, fmt) in hists__reset_column_width() 929 struct perf_hpp_list_node *node = NULL; in add_hierarchy_fmt() local 935 if (node->level == fmt->level) { in add_hierarchy_fmt() 942 node = malloc(sizeof(*node)); in add_hierarchy_fmt() 943 if (node == NULL) in add_hierarchy_fmt() 946 node->skip = skip; in add_hierarchy_fmt() 947 node->level = fmt->level; in add_hierarchy_fmt() 948 perf_hpp_list__init(&node->hpp); in add_hierarchy_fmt() 951 list_add_tail(&node->list, &hists->hpp_formats); in add_hierarchy_fmt() [all …]
|
| /linux-6.15/sound/soc/codecs/ |
| H A D | mt6359-accdet.c | 552 struct device_node *node = NULL; in mt6359_accdet_parse_dt() local 557 if (!node) in mt6359_accdet_parse_dt() 560 ret = of_property_read_u32(node, "mediatek,mic-vol", in mt6359_accdet_parse_dt() 570 ret = of_property_read_u32(node, "mediatek,mic-mode", in mt6359_accdet_parse_dt() 581 ret = of_property_read_u32(node, "mediatek,eint-level-pol", in mt6359_accdet_parse_dt() 611 ret = of_property_read_u32(node, "mediatek,eint-trig-mode", in mt6359_accdet_parse_dt() 627 ret = of_property_read_u32(node, "mediatek,eint-comp-vth", in mt6359_accdet_parse_dt() 639 ret = of_property_read_u32_array(node, in mt6359_accdet_parse_dt() 650 ret = of_property_read_u32_array(node, in mt6359_accdet_parse_dt() 665 ret = of_property_read_u32_array(node, in mt6359_accdet_parse_dt() [all …]
|
| /linux-6.15/drivers/mailbox/ |
| H A D | omap-mailbox.c | 415 struct device_node *node; in omap_mbox_of_xlate() local 424 node = of_find_node_by_phandle(phandle); in omap_mbox_of_xlate() 425 if (!node) { in omap_mbox_of_xlate() 433 if (!strcmp(mbox->name, node->name)) { in omap_mbox_of_xlate() 434 of_node_put(node); in omap_mbox_of_xlate() 439 of_node_put(node); in omap_mbox_of_xlate() 450 struct device_node *node = pdev->dev.of_node; in omap_mbox_probe() local 460 if (!node) { in omap_mbox_probe() 470 if (of_property_read_u32(node, "ti,mbox-num-users", &num_users)) in omap_mbox_probe() 476 info_count = of_get_available_child_count(node); in omap_mbox_probe() [all …]
|
| /linux-6.15/Documentation/devicetree/bindings/regulator/ |
| H A D | 88pm860x.txt | 6 - regulators: A node that houses a sub-node for each regulator within the 7 device. Each sub-node is identified using the regulator-compatible
|
| H A D | pv88060.txt | 7 - regulators: A node that houses a sub-node for each regulator within the 8 device. Each sub-node is identified using the node's name, with valid 9 values listed below. The content of each sub-node is defined by the
|
| /linux-6.15/mm/ |
| H A D | mempolicy.c | 183 if (node == NUMA_NO_NODE || node_state(node, state)) in numa_nearest_node() 184 return node; in numa_nearest_node() 186 min_node = node; in numa_nearest_node() 233 int node; in get_task_policy() local 1922 node = next_node_in(node, policy->nodes); in weighted_interleave_nodes() 1926 return node; in weighted_interleave_nodes() 1931 return node; in weighted_interleave_nodes() 1961 return node; in mempolicy_slab_node() 1965 return node; in mempolicy_slab_node() 1994 return node; in mempolicy_slab_node() [all …]
|
| /linux-6.15/Documentation/sphinx/ |
| H A D | kerneldoc.py | 140 node = nodes.section() 141 self.do_parse(result, node) 143 return node.children 150 def do_parse(self, result, node): argument 152 self.state.nested_parse(result, 0, node, match_titles=1)
|
| /linux-6.15/drivers/clocksource/ |
| H A D | nomadik-mtu.c | 249 static int __init nmdk_timer_of_init(struct device_node *node) in nmdk_timer_of_init() argument 256 base = of_iomap(node, 0); in nmdk_timer_of_init() 262 pclk = of_clk_get_by_name(node, "apb_pclk"); in nmdk_timer_of_init() 268 clk = of_clk_get_by_name(node, "timclk"); in nmdk_timer_of_init() 274 irq = irq_of_parse_and_map(node, 0); in nmdk_timer_of_init()
|
| H A D | timer-pistachio.c | 149 static int __init pistachio_clksrc_of_init(struct device_node *node) in pistachio_clksrc_of_init() argument 156 pcs_gpt.base = of_iomap(node, 0); in pistachio_clksrc_of_init() 162 periph_regs = syscon_regmap_lookup_by_phandle(node, "img,cr-periph"); in pistachio_clksrc_of_init() 175 sys_clk = of_clk_get_by_name(node, "sys"); in pistachio_clksrc_of_init() 181 fast_clk = of_clk_get_by_name(node, "fast"); in pistachio_clksrc_of_init()
|
| /linux-6.15/drivers/clk/mediatek/ |
| H A D | clk-mt8186-apmixedsys.c | 144 struct device_node *node = pdev->dev.of_node; in clk_mt8186_apmixed_probe() local 154 r = mtk_clk_register_pllfhs(node, plls, ARRAY_SIZE(plls), in clk_mt8186_apmixed_probe() 159 r = of_clk_add_hw_provider(node, of_clk_hw_onecell_get, clk_data); in clk_mt8186_apmixed_probe() 177 struct device_node *node = pdev->dev.of_node; in clk_mt8186_apmixed_remove() local 180 of_clk_del_provider(node); in clk_mt8186_apmixed_remove()
|
| /linux-6.15/arch/arm/mach-hisi/ |
| H A D | hotplug.c | 144 struct device_node *node; in hi3xxx_hotplug_init() local 146 node = of_find_compatible_node(NULL, NULL, "hisilicon,sysctrl"); in hi3xxx_hotplug_init() 147 if (!node) { in hi3xxx_hotplug_init() 152 ctrl_base = of_iomap(node, 0); in hi3xxx_hotplug_init() 153 of_node_put(node); in hi3xxx_hotplug_init()
|
| /linux-6.15/drivers/remoteproc/ |
| H A D | rcar_rproc.c | 64 rmem = of_reserved_mem_lookup(it.node); in rcar_rproc_prepare() 66 of_node_put(it.node); in rcar_rproc_prepare() 73 of_node_put(it.node); in rcar_rproc_prepare() 84 it.node->name); in rcar_rproc_prepare() 87 of_node_put(it.node); in rcar_rproc_prepare()
|
| /linux-6.15/Documentation/devicetree/bindings/remoteproc/ |
| H A D | ti,pru-consumer.yaml | 13 A PRU application/consumer/user node typically uses one or more PRU device 15 node would need a reference to at least a PRU node, and optionally define 21 devices, so below are in addition to each node's bindings. 38 the PRU node will be used if not provided. The firmware names should
|
| /linux-6.15/sound/soc/renesas/rcar/ |
| H A D | ssiu.c | 475 struct device_node *node = rsnd_ssiu_of_node(priv); in rsnd_parse_connect_ssiu() local 480 if (node) { in rsnd_parse_connect_ssiu() 484 for_each_child_of_node(node, np) { in rsnd_parse_connect_ssiu() 502 of_node_put(node); in rsnd_parse_connect_ssiu() 515 struct device_node *node; in rsnd_ssiu_probe() local 528 node = rsnd_ssiu_of_node(priv); in rsnd_ssiu_probe() 529 if (node) in rsnd_ssiu_probe() 530 nr = rsnd_node_count(priv, node, SSIU_NAME); in rsnd_ssiu_probe() 551 if ((node) && in rsnd_ssiu_probe() 574 if (node) { in rsnd_ssiu_probe()
|
| /linux-6.15/fs/xfs/scrub/ |
| H A D | bitmap.c | 36 #define START(node) ((node)->bn_start) argument 37 #define LAST(node) ((node)->bn_last) argument 44 xbitmap64_tree_insert(struct xbitmap64_node *node, struct rb_root_cached *root); 47 xbitmap64_tree_remove(struct xbitmap64_node *node, struct rb_root_cached *root); 54 xbitmap64_tree_iter_next(struct xbitmap64_node *node, uint64_t start, 319 xbitmap32_tree_insert(struct xbitmap32_node *node, struct rb_root_cached *root); 322 xbitmap32_tree_remove(struct xbitmap32_node *node, struct rb_root_cached *root); 329 xbitmap32_tree_iter_next(struct xbitmap32_node *node, uint32_t start,
|