/kernel/linux/linux-5.10/include/linux/ |
H A D | sbitmap.h | 145 * sbitmap_init_node() - Initialize a &struct sbitmap on a specific memory node. 151 * @node: Memory node to allocate on. 156 gfp_t flags, int node); 356 * memory node. 362 * @node: Memory node to allocate on. 367 int shift, bool round_robin, gfp_t flags, int node);
|
H A D | thermal.h | 104 struct list_head node; member 146 * @node: node in thermal_tz_list (in thermal_core.c) 179 struct list_head node; member 194 * @governor_list: node in thermal_governor_list (in thermal_core.c)
|
/kernel/linux/linux-5.10/include/linux/usb/ |
H A D | phy.h | 224 struct device_node *node, struct notifier_block *nb); 253 struct device_node *node, struct notifier_block *nb) in devm_usb_get_phy_by_node() 252 devm_usb_get_phy_by_node(struct device *dev, struct device_node *node, struct notifier_block *nb) devm_usb_get_phy_by_node() argument
|
/kernel/linux/linux-5.10/scripts/gcc-plugins/ |
H A D | structleak_plugin.c | 53 static tree handle_user_attribute(tree *node, tree name, tree args, int flags, bool *no_add_attrs) in handle_user_attribute() argument 58 if (TREE_CODE(*node) != FIELD_DECL) in handle_user_attribute()
|
/kernel/linux/linux-5.10/scripts/dtc/ |
H A D | yamltree.c | 176 static void yaml_tree(struct node *tree, yaml_emitter_t *emitter) in yaml_tree() 179 struct node *child; in yaml_tree()
|
/kernel/linux/linux-5.10/fs/jffs2/ |
H A D | malloc.c | 214 /* If jeb->last_node is really a valid node then skip over it */ in jffs2_prealloc_raw_node_refs() 286 xd->node = (void *)xd; in jffs2_alloc_xattr_datum() 306 ref->node = (void *)ref; in jffs2_alloc_xattr_ref()
|
/kernel/linux/linux-5.10/include/video/ |
H A D | mmp_disp.h | 172 /* use node to register to list */ 173 struct list_head node; member 210 /* use node to register to list */ 211 struct list_head node; member
|
/kernel/linux/linux-5.10/net/hsr/ |
H A D | hsr_main.h | 27 * each node differ before we notify of communication problem? 33 /* How often shall we check for broken ring and remove node entries older than 189 struct hsr_node *node); 198 void (*update_san_info)(struct hsr_node *node, bool is_sup); 213 spinlock_t list_lock; /* locking for node list */
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | radeon_ib.c | 299 struct drm_info_node *node = (struct drm_info_node *) m->private; in radeon_debugfs_sa_info() local 300 struct drm_device *dev = node->minor->dev; in radeon_debugfs_sa_info()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/sti/ |
H A D | sti_vid.c | 95 struct drm_info_node *node = s->private; in vid_dbg_show() local 96 struct sti_vid *vid = (struct sti_vid *)node->info_ent->data; in vid_dbg_show()
|
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_mipi_dsi.h | 95 * @dev: driver model device node for this DSI host 107 struct mipi_dsi_host *of_find_mipi_dsi_host_by_node(struct device_node *node); 149 * @node: pointer to OF device node or NULL 157 struct device_node *node; member 163 * @dev: driver model device node for this peripheral
|
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-jcore.c | 142 struct device_node *node = pdev->dev.of_node; in jcore_spi_probe() local 159 master->dev.of_node = node; in jcore_spi_probe()
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | mxs-lradc.c | 130 struct device_node *node = dev->of_node; in mxs_lradc_probe() local 159 ret = of_property_read_u32(node, "fsl,lradc-touchscreen-wires", in mxs_lradc_probe()
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | cavium-thunderx.c | 60 struct device_node *node = pdev->dev.of_node; in thunder_mmc_probe() local 132 for_each_child_of_node(node, child_node) { in thunder_mmc_probe() 135 * Create a dummy device per slot and set the node pointer to in thunder_mmc_probe()
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | tbxfload.c | 359 struct acpi_namespace_node *node = in ACPI_EXPORT_SYMBOL() local 374 * The node owner_id is currently the same as the parent table ID. in ACPI_EXPORT_SYMBOL() 377 owner_id = node->owner_id; in ACPI_EXPORT_SYMBOL()
|
/kernel/linux/linux-6.6/fs/jffs2/ |
H A D | malloc.c | 214 /* If jeb->last_node is really a valid node then skip over it */ in jffs2_prealloc_raw_node_refs() 286 xd->node = (void *)xd; in jffs2_alloc_xattr_datum() 306 ref->node = (void *)ref; in jffs2_alloc_xattr_ref()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | amt.h | 281 struct hlist_node node; member 301 struct hlist_node node; member
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_mipi_dsi.h | 100 * @dev: driver model device node for this DSI host 112 struct mipi_dsi_host *of_find_mipi_dsi_host_by_node(struct device_node *node); 156 * @node: pointer to OF device node or NULL 164 struct device_node *node; member 170 * @dev: driver model device node for this peripheral
|
/kernel/linux/linux-6.6/include/linux/surface_aggregator/ |
H A D | device.h | 374 struct fwnode_handle *node); 380 struct fwnode_handle *node) in __ssam_register_clients() 379 __ssam_register_clients(struct device *parent, struct ssam_controller *ctrl, struct fwnode_handle *node) __ssam_register_clients() argument
|
/kernel/linux/linux-6.6/include/linux/usb/ |
H A D | phy.h | 224 struct device_node *node, struct notifier_block *nb); 253 struct device_node *node, struct notifier_block *nb) in devm_usb_get_phy_by_node() 252 devm_usb_get_phy_by_node(struct device *dev, struct device_node *node, struct notifier_block *nb) devm_usb_get_phy_by_node() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | sysctl.h | 104 * null procname disables /proc mirroring at this node. 158 struct rb_node node; member 189 struct ctl_node *node; member
|
/kernel/linux/linux-6.6/drivers/usb/cdns3/ |
H A D | cdns3-ti.c | 91 struct device_node *node = pdev->dev.of_node; in cdns_ti_probe() local 179 error = of_platform_populate(node, NULL, NULL, dev); in cdns_ti_probe()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-jcore.c | 143 struct device_node *node = pdev->dev.of_node; in jcore_spi_probe() local 160 host->dev.of_node = node; in jcore_spi_probe()
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-sodaville.c | 92 static int sdv_xlate(struct irq_domain *h, struct device_node *node, in sdv_xlate() argument 98 if (node != irq_domain_get_of_node(h)) in sdv_xlate()
|
/kernel/linux/linux-6.6/drivers/gnss/ |
H A D | serial.c | 113 struct device_node *node = serdev->dev.of_node; in gnss_serial_parse_dt() local 116 of_property_read_u32(node, "current-speed", &speed); in gnss_serial_parse_dt()
|