Searched defs:node (Results 51 - 75 of 303) sorted by relevance

1234567891011>>

/drivers/mtd/
H A Dofpart.c27 struct device_node *node; local
36 node = data->of_node;
37 if (!node)
43 while ((pp = of_get_next_child(node, pp)))
55 while ((pp = of_get_next_child(node, pp))) {
81 pr_err("No valid partition found on %s\n", node->full_name);
/drivers/net/arcnet/
H A Dcom20020-isa.c120 static int node = 0; variable
129 module_param(node, int, 0);
151 if (node && node != 0xff)
152 dev->dev_addr[0] = node;
205 node = ints[3];
H A Dcom20020_cs.c93 static int node; variable
99 module_param(node, int, 0);
145 dev->dev_addr[0] = node;
/drivers/xen/
H A Dcpu_hotplug.c69 const char *node = vec[XS_WATCH_PATH]; local
71 cpustr = strstr(node, "cpu/");
83 .node = "cpu",
/drivers/acpi/acpica/
H A Ddsopcode.c70 * PARAMETERS: obj_handle - Region namespace node
137 * out as a name_string, and should therefore now be a NS node
235 acpi_ut_get_node_name(buffer_desc->buffer.node),
304 struct acpi_namespace_node *node; local
313 node = op->common.node;
326 obj_desc = acpi_ns_get_attached_object(node);
389 struct acpi_namespace_node *node; local
398 node = op->common.node;
481 struct acpi_namespace_node *node; local
681 struct acpi_namespace_node *node; local
[all...]
H A Devrgnini.c53 static u8 acpi_ev_is_pci_root_bridge(struct acpi_namespace_node *node);
202 parent_node = region_obj->region.node->parent;
217 if (handler_obj->address_space.node == acpi_gbl_root_node) {
254 /* PCI root bridge not found, use namespace root node */
256 pci_root_node = handler_obj->address_space.node;
281 pci_device_node = region_obj->region.node;
327 region_obj->region.node);
341 * PARAMETERS: Node - Device node being examined
350 static u8 acpi_ev_is_pci_root_bridge(struct acpi_namespace_node *node) argument
360 status = acpi_ut_execute_HID(node,
509 struct acpi_namespace_node *node; local
[all...]
H A Dnsxfeval.c262 /* We have a namespace a node and a possible relative path */
386 struct acpi_namespace_node *node; local
409 node = info->return_object->reference.object;
410 if (node) {
411 obj_desc = node->object;
485 * namespace objects). We cannot allow the deletion of a namespace node
543 struct acpi_namespace_node *node; local
556 node = acpi_ns_validate_handle(obj_handle);
562 if (!node) {
581 status = acpi_ut_execute_HID(node,
731 struct acpi_namespace_node *node; local
777 struct acpi_namespace_node *node; local
824 struct acpi_namespace_node *node; local
[all...]
H A Dnsxfname.c83 struct acpi_namespace_node *node = NULL; local
94 /* Convert a parent handle to a prefix node */
131 acpi_ns_get_node(prefix_node, pathname, ACPI_NS_NO_UPSEARCH, &node);
133 *ret_handle = ACPI_CAST_PTR(acpi_handle, node);
160 struct acpi_namespace_node *node; local
190 node = acpi_ns_validate_handle(handle);
191 if (!node) {
205 ACPI_STRNCPY(buffer->pointer, acpi_ut_get_node_name(node),
256 * namespace node and possibly by running several standard
270 struct acpi_namespace_node *node; local
513 struct acpi_namespace_node *node; local
[all...]
H A Dpsargs.c238 struct acpi_namespace_node *node; local
264 NULL, &node);
271 possible_method_call && (node->type == ACPI_TYPE_METHOD)) {
285 method_desc = acpi_ns_get_attached_object(node);
287 "Control Method - %p Desc %p Path=%p\n", node,
302 name_op->common.node = node;
308 node));
314 node, method_desc->method.param_count));
577 * these bytes into the node intege
[all...]
H A Dutdecode.c309 * PARAMETERS: Object - A namespace node
311 * RETURN: ASCII name of the node
313 * DESCRIPTION: Validate the node and return the node's ACPI name.
319 struct acpi_namespace_node *node = (struct acpi_namespace_node *)object; local
327 /* Check for Root node */
333 /* Descriptor must be a namespace node */
335 if (ACPI_GET_DESCRIPTOR_TYPE(node) != ACPI_DESC_TYPE_NAMED) {
340 * Ensure name is valid. The name was validated/repaired when the node
343 acpi_ut_repair_name(node
[all...]
H A Dutxferror.c232 * Pathname - Full pathname to the node
233 * node_flags - From Namespace node for the method/object
274 * Pathname - Full pathname to the node
275 * node_flags - From Namespace node for the method/object
316 * internal_name - Name or path of the namespace node
321 * DESCRIPTION: Print error message with the full pathname for the NS node.
378 * Path - Path to the node (optional)
395 struct acpi_namespace_node *node = prefix_node; local
403 &node);
405 acpi_os_printf("[Could not get node b
[all...]
/drivers/base/
H A Dattribute_container.c28 struct klist_node node; member in struct:internal_container
36 container_of(n, struct internal_container, node);
43 container_of(n, struct internal_container, node);
77 INIT_LIST_HEAD(&cont->node);
82 list_add_tail(&cont->node, &attribute_container_list);
103 list_del(&cont->node);
150 list_for_each_entry(cont, &attribute_container_list, node) {
175 klist_add_tail(&ic->node, &cont->containers);
215 list_for_each_entry(cont, &attribute_container_list, node) {
225 klist_for_each_entry(ic, &cont->containers, node,
[all...]
/drivers/base/power/
H A Dclock_ops.c29 struct list_head node; member in struct:pm_clock_entry
86 list_add_tail(&ce->node, &psd->clock_list);
130 list_for_each_entry(ce, &psd->clock_list, node) {
143 list_del(&ce->node);
197 list_for_each_entry_safe_reverse(ce, c, &psd->clock_list, node)
198 list_move(&ce->node, &list);
204 list_for_each_entry_safe_reverse(ce, c, &list, node) {
205 list_del(&ce->node);
231 list_for_each_entry_reverse(ce, &psd->clock_list, node) {
261 list_for_each_entry(ce, &psd->clock_list, node) {
[all...]
H A Dopp.c44 * @node: opp list node. The nodes are maintained throughout the lifetime
47 * RCU usage: opp list is traversed with RCU locks. node
60 struct list_head node; member in struct:opp
71 * @node: list node - contains the devices with OPPs that
85 struct list_head node; member in struct:device_opp
124 list_for_each_entry_rcu(tmp_dev_opp, &dev_opp_list, node) {
216 list_for_each_entry_rcu(temp_opp, &dev_opp->opp_list, node) {
260 list_for_each_entry_rcu(temp_opp, &dev_opp->opp_list, node) {
[all...]
/drivers/dma/
H A Dshdma.h53 struct list_head node; member in struct:sh_dmae_device
61 #define to_sh_desc(lh) container_of(lh, struct sh_desc, node)
/drivers/edac/
H A Dcell_edac.c26 int node; member in struct:cell_edac_priv
39 dev_dbg(mci->dev, "ECC CE err on node %d, channel %d, ar = 0x%016llx\n",
40 priv->node, chan, ar);
61 dev_dbg(mci->dev, "ECC UE err on node %d, channel %d, ar = 0x%016llx\n",
62 priv->node, chan, ar);
140 if (of_node_to_nid(np) != priv->node)
148 "Initialized on node %d, chanmask=0x%x,"
150 priv->node, priv->chanmask,
193 priv->node = pdev->id;
/drivers/gpu/drm/
H A Ddrm_info.c46 struct drm_info_node *node = (struct drm_info_node *) m->private; local
47 struct drm_minor *minor = node->minor;
73 struct drm_info_node *node = (struct drm_info_node *) m->private; local
74 struct drm_device *dev = node->minor->dev;
117 struct drm_info_node *node = (struct drm_info_node *) m->private; local
118 struct drm_device *dev = node->minor->dev;
153 struct drm_info_node *node = (struct drm_info_node *) m->private; local
154 struct drm_device *dev = node->minor->dev;
195 struct drm_info_node *node = (struct drm_info_node *) m->private; local
196 struct drm_device *dev = node
220 struct drm_info_node *node = (struct drm_info_node *) m->private; local
254 struct drm_info_node *node = (struct drm_info_node *) m->private; local
266 struct drm_info_node *node = (struct drm_info_node *) m->private; local
[all...]
/drivers/gpu/drm/nouveau/
H A Dnv50_instmem.c315 struct nv50_gpuobj_node *node = NULL; local
318 node = kzalloc(sizeof(*node), GFP_KERNEL);
319 if (!node)
321 node->align = align;
326 ret = vram->get(dev, size, align, 0, 0, &node->vram);
328 kfree(node);
332 gpuobj->vinst = node->vram->offset;
340 &node->chan_vma);
342 vram->put(dev, &node
362 struct nv50_gpuobj_node *node; local
379 struct nv50_gpuobj_node *node = gpuobj->node; local
395 struct nv50_gpuobj_node *node = gpuobj->node; local
[all...]
/drivers/gpu/drm/radeon/
H A Dr420.c475 struct drm_info_node *node = (struct drm_info_node *) m->private; local
476 struct drm_device *dev = node->minor->dev;
H A Drs400.c292 struct drm_info_node *node = (struct drm_info_node *) m->private; local
293 struct drm_device *dev = node->minor->dev;
/drivers/gpu/drm/udl/
H A Dudl_main.c144 struct list_head *node; local
162 node = udl->urbs.list.next; /* have reserved one with sem */
163 list_del_init(node);
167 unode = list_entry(node, struct urb_node, entry);
174 kfree(node);
/drivers/i2c/busses/
H A Di2c-parport.c48 struct list_head node; member in struct:i2c_par
235 list_add_tail(&adapter->node, &adapter_list);
252 list_for_each_entry_safe(adapter, _n, &adapter_list, node) {
266 list_del(&adapter->node);
/drivers/macintosh/
H A Dans-lcd.c159 struct device_node* node; local
161 node = of_find_node_by_name(NULL, "lcd");
162 if (!node || !node->parent || strcmp(node->parent->name, "gc")) {
163 of_node_put(node);
166 of_node_put(node);
H A Dwindfarm_smu_controls.c157 static struct smu_fan_control *smu_fan_create(struct device_node *node, argument
169 l = of_get_property(node, "location", NULL);
233 v = of_get_property(node, "min-value", NULL);
237 v = of_get_property(node, "max-value", NULL);
243 reg = of_get_property(node, "reg", NULL);
/drivers/md/persistent-data/
H A Ddm-btree-internal.h25 * Every btree node begins with this structure. Make sure it's a multiple
31 __le64 blocknr; /* Block this node is supposed to live in. */
39 struct node { struct
45 void inc_children(struct dm_transaction_manager *tm, struct node *n,
67 struct node *ro_node(struct ro_spine *s);
101 static inline __le64 *key_ptr(struct node *n, uint32_t index)
106 static inline void *value_base(struct node *n)
111 static inline void *value_ptr(struct node *n, uint32_t index)
120 static inline uint64_t value64(struct node *n, uint32_t index)
128 * Searching for a key within a single node
[all...]

Completed in 538 milliseconds

1234567891011>>