Home
last modified time | relevance | path

Searched refs:node (Results 4951 – 4975 of 6034) sorted by relevance

1...<<191192193194195196197198199200>>...242

/linux-6.15/fs/bcachefs/
H A Dbtree_update_interior.h17 x(node) \
/linux-6.15/drivers/net/ethernet/cisco/enic/
H A Denic.h112 struct hlist_node node; member
/linux-6.15/arch/powerpc/include/asm/
H A Diommu.h274 unsigned long mask, gfp_t flag, int node);
/linux-6.15/block/
H A Dsed-opal.c229 struct list_head node; member
1240 list_for_each_entry(iter, &dev->unlk_lst, node) { in add_suspend_info()
1242 list_del(&iter->node); in add_suspend_info()
1247 list_add_tail(&sus->node, &dev->unlk_lst); in add_suspend_info()
2492 list_for_each_entry_safe(suspend, next, &dev->unlk_lst, node) { in clean_opal_dev()
2493 list_del(&suspend->node); in clean_opal_dev()
2874 list_for_each_entry(iter, &dev->unlk_lst, node) { in opal_lock_check_for_saved_key()
3106 list_for_each_entry(suspend, &dev->unlk_lst, node) { in opal_unlock_from_suspend()
/linux-6.15/drivers/pinctrl/
H A Dpinctrl-rockchip.c3666 struct device_node *node = dev->of_node; in rockchip_pinctrl_get_soc_data() local
3672 match = of_match_node(rockchip_pinctrl_dt_match, node); in rockchip_pinctrl_get_soc_data()
3830 struct device_node *np = dev->of_node, *node; in rockchip_pinctrl_probe() local
3850 node = of_parse_phandle(np, "rockchip,grf", 0); in rockchip_pinctrl_probe()
3851 if (node) { in rockchip_pinctrl_probe()
3852 info->regmap_base = syscon_node_to_regmap(node); in rockchip_pinctrl_probe()
3853 of_node_put(node); in rockchip_pinctrl_probe()
3883 node = of_parse_phandle(np, "rockchip,pmu", 0); in rockchip_pinctrl_probe()
3884 if (node) { in rockchip_pinctrl_probe()
3885 info->regmap_pmu = syscon_node_to_regmap(node); in rockchip_pinctrl_probe()
[all …]
/linux-6.15/fs/btrfs/tests/
H A Dextent-map-tests.c18 struct rb_node *node; in free_extent_map_tree() local
23 node = rb_first(&em_tree->root); in free_extent_map_tree()
24 em = rb_entry(node, struct extent_map, rb_node); in free_extent_map_tree()
/linux-6.15/drivers/dma/dw-edma/
H A Ddw-edma-core.c612 list_del(&vd->node); in dw_edma_done_interrupt()
622 list_del(&vd->node); in dw_edma_done_interrupt()
648 list_del(&vd->node); in dw_edma_abort_interrupt()
/linux-6.15/drivers/block/xen-blkback/
H A Dxenbus.c536 if (be->backend_watch.node) { in xen_blkbk_remove()
538 kfree(be->backend_watch.node); in xen_blkbk_remove()
539 be->backend_watch.node = NULL; in xen_blkbk_remove()
/linux-6.15/fs/f2fs/
H A Dinode.c136 struct f2fs_node *node = F2FS_NODE(page); in f2fs_inode_chksum() local
137 struct f2fs_inode *ri = &node->i; in f2fs_inode_chksum()
138 __le32 ino = node->footer.ino; in f2fs_inode_chksum()
/linux-6.15/drivers/nvme/target/
H A Dtcp.c532 struct llist_node *node; in nvmet_tcp_process_resp_list() local
535 for (node = llist_del_all(&queue->resp_list); node; node = node->next) { in nvmet_tcp_process_resp_list()
536 cmd = llist_entry(node, struct nvmet_tcp_cmd, lentry); in nvmet_tcp_process_resp_list()
/linux-6.15/drivers/md/
H A Ddm-snap.c241 struct hlist_node node; member
249 INIT_HLIST_NODE(&c->node); in init_tracked_chunk()
256 return !hlist_unhashed(&c->node); in is_bio_tracked()
266 hlist_add_head(&c->node, in track_chunk()
277 hlist_del(&c->node); in stop_tracking_chunk()
289 &s->tracked_chunk_hash[DM_TRACKED_CHUNK_HASH(chunk)], node) { in __chunk_is_tracked()
/linux-6.15/drivers/iommu/arm/arm-smmu/
H A Darm-smmu.c137 struct device_node *np = it->node; in __find_legacy_master_phandle()
142 if (it->node == np) { in __find_legacy_master_phandle()
146 it->node = np; in __find_legacy_master_phandle()
167 it.node = np; in arm_smmu_register_legacy_master()
2001 struct acpi_iort_node *node = in arm_smmu_device_acpi_probe() local
2007 iort_smmu = (struct acpi_iort_smmu *)node->node_data; in arm_smmu_device_acpi_probe()
/linux-6.15/Documentation/userspace-api/media/v4l/
H A Ddev-encoder.rst57 node [shape = doublecircle, label="Encoding"] Encoding;
59 node [shape = circle, label="Initialization"] Initialization;
60 node [shape = circle, label="Stopped"] Stopped;
61 node [shape = circle, label="Drain"] Drain;
62 node [shape = circle, label="Reset"] Reset;
64 node [shape = point]; qi
/linux-6.15/drivers/pmdomain/
H A Dcore.c2434 struct device_node *node; member
2506 cp->node = of_node_get(np); in genpd_add_provider()
2672 if (cp->node == np) { in of_genpd_del_provider()
2690 fwnode_dev_initialized(&cp->node->fwnode, false); in of_genpd_del_provider()
2692 of_node_put(cp->node); in of_genpd_del_provider()
2726 if (provider->node == genpdspec->np) in genpd_get_from_provider()
3241 np = it.node; in genpd_iterate_idle_states()
/linux-6.15/drivers/accel/habanalabs/common/
H A Dhabanalabs.h298 struct hlist_node node; member
2187 struct hlist_node node; member
2205 struct list_head node; member
2235 struct list_head node; member
2254 struct list_head node; member
2447 struct hlist_node node; member
2517 struct hlist_node node; member
/linux-6.15/drivers/gpu/drm/tegra/
H A Ddc.c103 if (it.node == dev->of_node) in tegra_dc_has_output()
1640 struct drm_info_node *node = s->private; in tegra_dc_show_regs() local
1641 struct tegra_dc *dc = node->info_ent->data; in tegra_dc_show_regs()
1666 struct drm_info_node *node = s->private; in tegra_dc_show_crc() local
1667 struct tegra_dc *dc = node->info_ent->data; in tegra_dc_show_crc()
1697 struct drm_info_node *node = s->private; in tegra_dc_show_stats() local
1698 struct tegra_dc *dc = node->info_ent->data; in tegra_dc_show_stats()
/linux-6.15/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c2008 struct drm_info_node *node = s->private; in vop2_summary_show() local
2009 struct drm_minor *minor = node->minor; in vop2_summary_show()
2049 struct drm_info_node *node = s->private; in __vop2_regs_dump() local
2050 struct vop2 *vop2 = node->info_ent->data; in __vop2_regs_dump()
2051 struct drm_minor *minor = node->minor; in __vop2_regs_dump()
2522 struct device_node *node = vop2->dev->of_node; in vop2_find_rgb_encoder() local
2527 endpoint = of_graph_get_endpoint_by_regs(node, i, in vop2_find_rgb_encoder()
/linux-6.15/arch/arm64/boot/dts/ti/
H A Dk3-am654-icssg2.dtso20 /* Ethernet node on PRU-ICSSG2 */
/linux-6.15/include/linux/
H A Dcgroup-defs.h650 struct list_head node; /* anchored at ss->cfts */ member
/linux-6.15/drivers/message/fusion/
H A DKconfig82 node ala:
/linux-6.15/include/linux/mtd/
H A Dnand-qpic-common.h287 struct list_head node; member
/linux-6.15/Documentation/devicetree/bindings/media/
H A Dsamsung,exynos4212-fimc-is.yaml91 correct PMU node in the SoC). Deprecated, use samsung,pmu-syscon.
/linux-6.15/Documentation/devicetree/bindings/power/supply/
H A Drohm,bd99954.yaml124 phandle of battery characteristics devicetree node
/linux-6.15/Documentation/devicetree/bindings/pinctrl/
H A Dqcom,sdm630-pinctrl.yaml57 Pinctrl node's client devices use subnodes for desired pin configuration.
H A Dqcom,sdx65-tlmm.yaml41 Pinctrl node's client devices use subnodes for desired pin configuration.

1...<<191192193194195196197198199200>>...242