/kernel/linux/linux-5.10/kernel/ |
H A D | ucount.c | 121 hlist_for_each_entry(ucounts, hashent, node) { in find_ucounts() 151 hlist_add_head(&new->node, hashent); in get_ucounts() 170 hlist_del_init(&ucounts->node); in put_ucounts()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_diag.c | 63 hlist_for_each_entry_rcu(key, &md5sig->head, node) in tcp_diag_put_md5sig() 75 hlist_for_each_entry_rcu(key, &md5sig->head, node) { in tcp_diag_put_md5sig() 158 hlist_for_each_entry_rcu(key, &md5sig->head, node) in tcp_diag_get_aux_size()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/ |
H A D | msm_debugfs.c | 163 struct drm_info_node *node = (struct drm_info_node *) m->private; in show_locked() local 164 struct drm_device *dev = node->minor->dev; in show_locked() 166 node->info_ent->data; in show_locked()
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | cros_ec_dev.c | 131 struct device_node *node; in ec_device_probe() local 238 node = ec->ec_dev->dev->of_node; in ec_device_probe() 239 if (of_property_read_bool(node, "google,has-vbc-nvram")) { in ec_device_probe()
|
/kernel/linux/linux-5.10/drivers/media/platform/xilinx/ |
H A D | xilinx-vtc.c | 311 struct device_node *node = xvtc->xvip.dev->of_node; in xvtc_parse_of() local 313 xvtc->has_detector = of_property_read_bool(node, "xlnx,detector"); in xvtc_parse_of() 314 xvtc->has_generator = of_property_read_bool(node, "xlnx,generator"); in xvtc_parse_of()
|
/kernel/linux/linux-5.10/drivers/pci/ |
H A D | search.c | 124 list_for_each_entry(tmp, &bus->children, node) { in pci_do_find_bus() 173 n = from ? from->node.next : pci_root_buses.next; in pci_find_next_bus() 175 b = list_entry(n, struct pci_bus, node); in pci_find_next_bus()
|
/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | tps65086-regulator.c | 165 static int tps65086_of_parse_cb(struct device_node *node, in tps65086_of_parse_cb() argument 172 if (of_property_read_bool(node, "ti,regulator-step-size-25mv")) { in tps65086_of_parse_cb() 196 if (desc->id <= BUCK6 && of_property_read_bool(node, "ti,regulator-decay")) { in tps65086_of_parse_cb()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | devfreq.h | 135 * @node: list node - contains the devices with devfreq that have been 173 struct list_head node; member 260 struct devfreq *devfreq_get_devfreq_by_node(struct device_node *node); 415 static inline struct devfreq *devfreq_get_devfreq_by_node(struct device_node *node) in devfreq_get_devfreq_by_node() argument
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | max8925-i2c.c | 151 struct device_node *node = client->dev.of_node; in max8925_probe() local 153 if (node && !pdata) { in max8925_probe() 161 if (max8925_dt_init(node, &client->dev, pdata)) in max8925_probe()
|
H A D | cros_ec_dev.c | 138 struct device_node *node; in ec_device_probe() local 275 node = ec->ec_dev->dev->of_node; in ec_device_probe() 276 if (of_property_read_bool(node, "google,has-vbc-nvram")) { in ec_device_probe()
|
/kernel/linux/linux-6.6/drivers/media/platform/xilinx/ |
H A D | xilinx-vtc.c | 311 struct device_node *node = xvtc->xvip.dev->of_node; in xvtc_parse_of() local 313 xvtc->has_detector = of_property_read_bool(node, "xlnx,detector"); in xvtc_parse_of() 314 xvtc->has_generator = of_property_read_bool(node, "xlnx,generator"); in xvtc_parse_of()
|
/kernel/linux/linux-6.6/drivers/net/arcnet/ |
H A D | com20020_cs.c | 88 static int node; variable 94 module_param(node, int, 0); 137 arcnet_set_addr(dev, node); in com20020_probe()
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | dbutils.c | 235 * RETURN: Pointer to a namespace node, null on failure 240 * the current prefix (scope) node as the search beginning point. 248 struct acpi_namespace_node *node = NULL; in acpi_db_local_ns_lookup() local 262 * (Uses root node as the search starting point) in acpi_db_local_ns_lookup() 267 NULL, &node); in acpi_db_local_ns_lookup() 274 return (node); in acpi_db_local_ns_lookup()
|
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | dir.c | 25 * We use the upper 16 bits of the hash value to select the directory node. 26 * Low bits are used for distribution of rsb's among hash buckets on each node. 35 uint32_t node; in dlm_hash2nodeid() local 40 node = (hash >> 16) % ls->ls_total_weight; in dlm_hash2nodeid() 41 return ls->ls_node_array[node]; in dlm_hash2nodeid() 120 this node; namelen of 0 marks end of the in dlm_recover_directory() 233 for rsb's we're master of and whose directory node matches the requesting 234 node. inbuf is the rsb name last sent, inlen is the name's length */
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | qgroup.h | 112 struct rb_node node; member 130 struct rb_node node; member 232 struct rb_node node; /* tree of qgroups */ member
|
H A D | locking.c | 29 * node locked thus preventing deadlock. As lockdep doesn't know this, use 223 * cases, such as COW of the block at slot zero in the node. This ignores 245 * Loop around taking references on and locking the root node of the tree until 246 * we end up with a lock on the root node. 259 if (eb == root->node) in btrfs_lock_root_node() 268 * Loop around taking references on and locking the root node of the tree until 269 * we end up with a lock on the root node. 282 if (eb == root->node) in btrfs_read_lock_root_node() 291 * Loop around taking references on and locking the root node of the tree in 292 * nowait mode until we end up with a lock on the root node o [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | devfreq.h | 140 * @node: list node - contains the devices with devfreq that have been 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
|
/kernel/linux/linux-6.6/include/net/ |
H A D | x25.h | 124 * @node - entry in x25_list_lock 131 struct list_head node; member 139 struct list_head node; member 173 struct list_head node; member
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | raid_class.c | 33 struct list_head node; member 101 list_for_each_entry_safe(rc, next, &rd->component_list, node) { in raid_remove() 102 list_del(&rc->node); in raid_remove()
|
/kernel/linux/linux-6.6/drivers/usb/dwc3/ |
H A D | dwc3-exynos.c | 44 struct device_node *node = dev->of_node; in dwc3_exynos_probe() local 103 if (node) { in dwc3_exynos_probe() 104 ret = of_platform_populate(node, NULL, NULL, dev); in dwc3_exynos_probe() 110 dev_err(dev, "no device node, failed to add dwc3 core\n"); in dwc3_exynos_probe()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/matrox/ |
H A D | i2c-matroxfb.c | 113 minfo->fbcon.node); in i2c_bus_reg() 215 .node = LIST_HEAD_INIT(i2c_matroxfb.node),
|
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/displays/ |
H A D | encoder-opa362.c | 182 struct device_node *node = pdev->dev.of_node; in opa362_probe() local 190 if (node == NULL) { in opa362_probe() 207 in = omapdss_of_find_source_for_first_ep(node); in opa362_probe()
|
H A D | panel-dpi.c | 141 struct device_node *node = pdev->dev.of_node; in panel_dpi_probe_of() local 154 r = of_get_display_timing(node, "panel-timing", &timing); in panel_dpi_probe_of() 163 in = omapdss_of_find_source_for_first_ep(node); in panel_dpi_probe_of()
|
/kernel/linux/linux-6.6/drivers/clk/davinci/ |
H A D | pll-da850.c | 142 void of_da850_pll0_init(struct device_node *node) in of_da850_pll0_init() argument 147 base = of_iomap(node, 0); in of_da850_pll0_init() 155 of_davinci_pll_init(NULL, node, &da850_pll0_info, in of_da850_pll0_init()
|
/kernel/linux/linux-6.6/drivers/clk/mediatek/ |
H A D | clk-mt8365-apmixedsys.c | 111 struct device_node *node = pdev->dev.of_node; in clk_mt8365_apmixed_probe() local 136 ret = mtk_clk_register_plls(node, plls, ARRAY_SIZE(plls), clk_data); in clk_mt8365_apmixed_probe() 140 ret = of_clk_add_hw_provider(node, of_clk_hw_onecell_get, clk_data); in clk_mt8365_apmixed_probe()
|