| /linux-6.15/Documentation/devicetree/bindings/leds/ |
| H A D | leds-bcm6358.txt | 21 Each LED is represented as a sub-node of the brcm,bcm6358-leds device. 23 LED sub-node required properties: 26 LED sub-node optional properties:
|
| /linux-6.15/Documentation/devicetree/bindings/usb/ |
| H A D | ci-hdrc-usb2.yaml | 55 Phandler of TCSR node with two argument that indicate register 59 - description: phandle to TCSR node 78 description: The phy child node for Qcom chips.
|
| /linux-6.15/drivers/irqchip/ |
| H A D | irq-vt8500.c | 190 static int __init vt8500_irq_init(struct device_node *node, in vt8500_irq_init() argument 194 struct device_node *np = node; in vt8500_irq_init() 203 intc[active_cnt].domain = irq_domain_add_linear(node, 64, in vt8500_irq_init()
|
| /linux-6.15/Documentation/devicetree/bindings/hwmon/ |
| H A D | aspeed-pwm-tacho.txt | 9 Required properties for pwm-tacho node: 31 Under fan subnode there can upto 8 child nodes, with each child node 37 Required properties for each child node:
|
| /linux-6.15/Documentation/devicetree/bindings/display/mediatek/ |
| H A D | mediatek,hdmi.yaml | 68 Input port node. This port should be connected to a DPI output port. 73 Output port node. This port should be connected to the input port of a connector 74 node that contains a ddc-i2c-bus property, or to the input port of an attached
|
| H A D | mediatek,split.yaml | 16 SPLIT device node must be siblings to the central MMSYS_CONFIG node. 46 such as gce node, subsys id, offset and register size. The subsys id that is
|
| /linux-6.15/Documentation/devicetree/bindings/arm/ |
| H A D | arm,realview.yaml | 50 description: All RealView boards must provide a soc node in the root of the 77 node inside the soc node.
|
| /linux-6.15/Documentation/devicetree/bindings/net/ |
| H A D | intel,ixp4xx-ethernet.yaml | 34 - description: phandle to the RX queue node 42 - description: phandle to the TX READY queue node 62 description: optional node for embedded MDIO controller
|
| /linux-6.15/drivers/acpi/acpica/ |
| H A D | dbutils.c | 248 struct acpi_namespace_node *node = NULL; in acpi_db_local_ns_lookup() local 267 NULL, &node); in acpi_db_local_ns_lookup() 274 return (node); in acpi_db_local_ns_lookup()
|
| /linux-6.15/Documentation/devicetree/bindings/net/wireless/ |
| H A D | marvell,sd8787.yaml | 14 This node provides properties for describing the Marvell SDIO/PCIE wireless device. 15 The node is expected to be specified as a child node to the SDIO/PCIE controller that
|
| /linux-6.15/arch/powerpc/platforms/powernv/ |
| H A D | vas.c | 87 INIT_LIST_HEAD(&vinst->node); in init_vas_instance() 143 list_add(&vinst->node, &vas_instances); in init_vas_instance() 190 vinst = list_entry(ent, struct vas_instance, node); in find_vas_instance()
|
| /linux-6.15/net/tipc/ |
| H A D | subscr.c | 56 tipc_evt_write(evt, port.node, p->sk.node); in tipc_sub_send_event() 61 tipc_evt_write(evt, port.node, 0); in tipc_sub_send_event()
|
| /linux-6.15/ipc/ |
| H A D | namespace.c | 171 struct llist_node *node = llist_del_all(&free_ipc_list); in free_ipc() local 174 llist_for_each_entry_safe(n, t, node, mnt_llist) in free_ipc() 180 llist_for_each_entry_safe(n, t, node, mnt_llist) in free_ipc()
|
| /linux-6.15/drivers/hwtracing/coresight/ |
| H A D | coresight-dummy.c | 117 struct device_node *node = dev->of_node; in dummy_probe() local 127 if (of_device_is_compatible(node, "arm,coresight-dummy-source")) { in dummy_probe() 157 } else if (of_device_is_compatible(node, "arm,coresight-dummy-sink")) { in dummy_probe()
|
| /linux-6.15/Documentation/devicetree/bindings/media/ |
| H A D | mediatek,mt8195-jpegenc.yaml | 37 # Required child node: 42 The jpeg encoder hardware device node which should be added as subnodes to 43 the main jpeg node.
|
| /linux-6.15/Documentation/devicetree/bindings/phy/ |
| H A D | phy-rockchip-typec.txt | 21 Required nodes : a sub-node is required for each port the phy provides. 22 The sub-node name is used to identify dp or usb3 port, 27 Required properties (port (child) node):
|
| /linux-6.15/Documentation/devicetree/bindings/soc/fsl/ |
| H A D | fsl,rcpm.yaml | 59 Required fsl,rcpm-wakeup property should be added to a device node if 62 fsl,rcpm-wakeup: Consists of a phandle to the rcpm node and the IPPDEXPCR 64 "#fsl,rcpm-wakeup-cells" in the rcpm node. The first register cell is
|
| /linux-6.15/tools/cgroup/ |
| H A D | memcg_slabinfo.py | 88 for node in range(cfg['nr_nodes']): 89 n = s.node[node]
|
| /linux-6.15/Documentation/networking/devlink/ |
| H A D | netdevsim.rst | 66 - creation/deletion node rate objects; 68 - setting parent node for any rate object type. 71 For example created rate node with name ``some_group``:
|
| /linux-6.15/Documentation/devicetree/bindings/rtc/ |
| H A D | isil,isl12057.txt | 29 Example isl12057 node without IRQ#2 pin connected (no alarm support): 37 Example isl12057 node with IRQ#2 pin connected to main SoC via MPP6 (note 67 Example isl12057 node without IRQ#2 pin connected to the SoC but to a
|
| /linux-6.15/include/linux/ |
| H A D | devfreq.h | 181 struct list_head node; member 274 struct devfreq *devfreq_get_devfreq_by_node(struct device_node *node); 438 static inline struct devfreq *devfreq_get_devfreq_by_node(struct device_node *node) in devfreq_get_devfreq_by_node() argument
|
| H A D | mm.h | 2140 page->flags |= (node & NODES_MASK) << NODES_PGSHIFT; in set_page_node() 2144 unsigned long node, unsigned long pfn) in set_page_links() argument 2147 set_page_node(page, node); in set_page_links() 3380 void vma_interval_tree_insert(struct vm_area_struct *node, 3385 void vma_interval_tree_remove(struct vm_area_struct *node, 3931 pgd_t *vmemmap_pgd_populate(unsigned long addr, int node); 3938 void *vmemmap_alloc_block(unsigned long size, int node); 3943 void vmemmap_set_pmd(pmd_t *pmd, void *p, int node, 3945 int vmemmap_check_pmd(pmd_t *pmd, int node, 3948 int node, struct vmem_altmap *altmap); [all …]
|
| /linux-6.15/drivers/block/ |
| H A D | pktcdvd.c | 1152 node = first_node; in pkt_handle_queue() 1153 while (node) { in pkt_handle_queue() 1154 bio = node->bio; in pkt_handle_queue() 1164 node = pkt_rbtree_next(node); in pkt_handle_queue() 1165 if (!node) { in pkt_handle_queue() 1170 if (node == first_node) in pkt_handle_queue() 1171 node = NULL; in pkt_handle_queue() 1195 bio = node->bio; in pkt_handle_queue() 1199 pkt_rbtree_erase(pd, node); in pkt_handle_queue() 2342 struct pkt_rb_node *node; in pkt_make_request_write() local [all …]
|
| /linux-6.15/drivers/fpga/ |
| H A D | dfl.c | 161 list_for_each_entry(ops, &dfl_port_ops_list, node) { in dfl_fpga_port_ops_get() 195 list_add_tail(&ops->node, &dfl_port_ops_list); in dfl_fpga_port_ops_add() 207 list_del(&ops->node); in dfl_fpga_port_ops_del() 725 struct list_head node; member 736 list_add(&fdata->node, &cdev->port_dev_list); in dfl_fpga_cdev_add_port_data() 851 list_del(&finfo->node); in binfo_create_feature_dev_data() 952 list_del(&finfo->node); in build_info_free() 1219 list_add_tail(&finfo->node, &binfo->sub_features); in create_feature_instance() 1452 list_del(&dfl->node); in dfl_fpga_enum_info_free() 1490 list_add_tail(&dfl->node, &info->dfls); in dfl_fpga_enum_info_add_dfl() [all …]
|
| /linux-6.15/drivers/net/vxlan/ |
| H A D | vxlan_mdb.c | 47 struct hlist_node node; member 60 struct list_head node; member 138 hlist_for_each_entry(ent, &remote->src_list, node) { in vxlan_mdb_entry_info_fill_srcs() 441 list_add_tail(&src->node, &cfg->src_list); in vxlan_mdb_config_src_entry_init() 453 list_del(&src->node); in vxlan_mdb_config_src_entry_fini() 756 hlist_for_each_entry(ent, &remote->src_list, node) { in vxlan_mdb_remote_src_entry_lookup() 775 hlist_add_head(&ent->node, &remote->src_list); in vxlan_mdb_remote_src_entry_add() 783 hlist_del(&ent->node); in vxlan_mdb_remote_src_entry_del() 886 list_for_each_entry(src, &cfg->src_list, node) { in vxlan_mdb_remote_srcs_add() 1067 hlist_for_each_entry(ent, &remote->src_list, node) in vxlan_mdb_remote_srcs_replace() [all …]
|