Searched defs:node (Results 201 - 225 of 303) sorted by relevance

1234567891011>>

/drivers/xen/xenbus/
H A Dxenbus_probe.c108 if (dev->otherend_watch.node) {
110 kfree(dev->otherend_watch.node);
111 dev->otherend_watch.node = NULL;
188 state, xenbus_strstate(state), dev->otherend_watch.node,
348 /* If the node name is longer, ensure it really is a subdirectory. */
526 void xenbus_dev_changed(const char *node, struct xen_bus_type *bus) argument
533 if (char_count(node, '/') < 2)
536 exists = xenbus_exists(XBT_NIL, node, "");
538 xenbus_cleanup_devices(node, &bus->bus);
543 p = strchr(node, '/')
[all...]
H A Dxenbus_xs.c353 const char *dir, const char *node, unsigned int *num)
358 path = join(dir, node);
373 const char *dir, const char *node)
378 d = xenbus_directory(t, dir, node, &dir_n);
391 const char *dir, const char *node, unsigned int *len)
396 path = join(dir, node);
410 const char *dir, const char *node, const char *string)
416 path = join(dir, node);
433 const char *dir, const char *node)
438 path = join(dir, node);
352 xenbus_directory(struct xenbus_transaction t, const char *dir, const char *node, unsigned int *num) argument
372 xenbus_exists(struct xenbus_transaction t, const char *dir, const char *node) argument
390 xenbus_read(struct xenbus_transaction t, const char *dir, const char *node, unsigned int *len) argument
409 xenbus_write(struct xenbus_transaction t, const char *dir, const char *node, const char *string) argument
432 xenbus_mkdir(struct xenbus_transaction t, const char *dir, const char *node) argument
449 xenbus_rm(struct xenbus_transaction t, const char *dir, const char *node) argument
507 xenbus_scanf(struct xenbus_transaction t, const char *dir, const char *node, const char *fmt, ...) argument
530 xenbus_printf(struct xenbus_transaction t, const char *dir, const char *node, const char *fmt, ...) argument
[all...]
/drivers/acpi/acpica/
H A Dacobject.h82 union acpi_operand_object *next_object; /* Objects linked to parent NS node */\
133 struct acpi_namespace_node *node; /* Link back to parent node */ member in struct:acpi_object_buffer
137 ACPI_OBJECT_COMMON_HEADER struct acpi_namespace_node *node; /* Link back to parent node */ member in struct:acpi_object_package
162 struct acpi_namespace_node *node; /* Containing namespace node */ member in struct:acpi_object_mutex
168 struct acpi_namespace_node *node; /* Containing namespace node */ member in struct:acpi_object_region
252 struct acpi_namespace_node *node; /* Lin
298 ACPI_OBJECT_COMMON_HEADER struct acpi_namespace_node *node; /* Parent device */ member in struct:acpi_object_notify_handler
309 struct acpi_namespace_node *node; /* Parent device */ member in struct:acpi_object_addr_handler
336 struct acpi_namespace_node *node; /* ref_of or Namepath */ member in struct:acpi_object_reference
421 struct acpi_namespace_node node; member in union:acpi_operand_object
457 struct acpi_namespace_node node; member in union:acpi_descriptor
[all...]
/drivers/acpi/
H A Dec.c95 struct list_head node; member in struct:acpi_ec_query_handler
534 list_add(&handler->node, &ec->list);
545 list_for_each_entry_safe(handler, tmp, &ec->list, node) {
547 list_del(&handler->node);
577 list_for_each_entry(handler, &ec->list, node) {
851 list_for_each_entry_safe(handler, tmp, &ec->list, node) {
852 list_del(&handler->node);
H A Dscan.c39 struct list_head node; member in struct:acpi_device_bus_id
464 INIT_LIST_HEAD(&device->node);
478 list_for_each_entry(acpi_device_bus_id, &acpi_bus_id_list, node) {
491 list_add_tail(&acpi_device_bus_id->node, &acpi_bus_id_list);
496 list_add_tail(&device->node, &device->parent->children);
522 list_del(&device->node);
532 list_del(&device->node);
/drivers/crypto/
H A Dtegra-aes.c139 struct list_head node; member in struct:tegra_aes_slot
302 list_add_tail(&slot->node, &dev_list);
316 slot = list_entry(&dev_list, struct tegra_aes_slot, node);
1000 INIT_LIST_HEAD(&dd->slots[i].node);
1001 list_add_tail(&dd->slots[i].node, &dev_list);
/drivers/dma/
H A Dfsldma.c417 list_for_each_entry(child, &desc->tx_list, node) {
503 list_for_each_entry_safe(desc, _desc, list, node) {
504 list_del(&desc->node);
517 list_for_each_entry_safe_reverse(desc, _desc, list, node) {
518 list_del(&desc->node);
566 list_add_tail(&new->node, &new->tx_list);
620 list_add_tail(&new->node, &first->tx_list);
699 list_add_tail(&new->node, &first->tx_list);
933 desc = list_first_entry(&chan->ld_pending, struct fsl_desc_sw, node);
1105 list_for_each_entry_safe(desc, _desc, &ld_cleanup, node) {
1224 fsl_dma_chan_probe(struct fsldma_device *fdev, struct device_node *node, u32 feature, const char *compatible) argument
[all...]
H A Dmpc512x_dma.c181 struct list_head node; member in struct:mpc_dma_desc
248 list_for_each_entry(mdesc, &mchan->active, node) {
293 list_for_each_entry(mdesc, &mchan->active, node)
356 list_for_each_entry(mdesc, &list, node) {
435 list_move_tail(&mdesc->node, &mchan->queued);
483 list_add_tail(&mdesc->node, &descs);
538 list_for_each_entry_safe(mdesc, tmp, &descs, node)
585 node);
586 list_del(&mdesc->node);
638 list_add_tail(&mdesc->node,
[all...]
H A Dsa11x0-dma.c80 struct list_head node; member in struct:sa11x0_dma_desc
99 struct list_head node; member in struct:sa11x0_dma_chan
154 return list_first_entry(&c->desc_issued, struct sa11x0_dma_desc, node);
159 list_del(&txd->node);
240 list_add_tail(&txd->node, &d->desc_complete);
346 list_for_each_entry(txd, &head, node) {
375 struct sa11x0_dma_chan, node);
376 list_del_init(&c->node);
402 list_for_each_entry_safe(txd, txn, &head, node) {
423 list_for_each_entry_safe(txd, txn, head, node) {
[all...]
/drivers/firewire/
H A Dcore-device.c482 * It's better to start all over in this case because the node from which we
519 device->max_speed = device->node->max_speed;
799 * bus manager work looks at this node.
802 device->node->data = NULL;
805 fw_node_put(device->node);
844 * If a device was pending for deletion because its node went away but its
860 spin_lock_irq(&card->lock); /* serialize node access */
866 struct fw_node *current_node = new->node;
867 struct fw_node *obsolete_node = old->node;
869 new->node
1178 fw_node_event(struct fw_card *card, struct fw_node *node, int event) argument
[all...]
/drivers/firmware/
H A Defivars.c198 struct efi_generic_dev_path *node; local
201 node = (struct efi_generic_dev_path *)buffer;
203 if (len < sizeof(*node))
206 while (offset <= len - sizeof(*node) &&
207 node->length >= sizeof(*node) &&
208 node->length <= len - offset) {
209 offset += node->length;
211 if ((node->type == EFI_DEV_END_PATH ||
212 node
[all...]
/drivers/gpu/drm/nouveau/
H A Dnouveau_mem.c1103 nouveau_mem_node_cleanup(struct nouveau_mem *node) argument
1105 if (node->vma[0].node) {
1106 nouveau_vm_unmap(&node->vma[0]);
1107 nouveau_vm_put(&node->vma[0]);
1110 if (node->vma[1].node) {
1111 nouveau_vm_unmap(&node->vma[1]);
1112 nouveau_vm_put(&node->vma[1]);
1138 struct nouveau_mem *node; local
1221 struct nouveau_mem *node; local
[all...]
/drivers/gpu/ion/
H A Dion.c39 * struct ion_device - the metadata of the ion device node
59 * @node: node in the tree of all clients
72 struct rb_node node; member in struct:ion_client
88 * @node: node in the client's handle rbtree
92 * Modifications to node, map_cnt or mapping should be protected by the
99 struct rb_node node; member in struct:ion_handle
124 entry = rb_entry(parent, struct ion_buffer, node);
136 rb_link_node(&buffer->node, paren
[all...]
/drivers/infiniband/core/
H A Duverbs_cmd.c610 struct rb_node node; member in struct:xrcd_table_entry
632 scan = rb_entry(parent, struct xrcd_table_entry, node);
644 rb_link_node(&entry->node, parent, p);
645 rb_insert_color(&entry->node, &dev->xrcd_tree);
657 entry = rb_entry(p, struct xrcd_table_entry, node);
689 rb_erase(&entry->node, &dev->xrcd_tree);
/drivers/infiniband/hw/ehca/
H A Dehca_qp.c402 struct list_head *list, *node; local
410 node = &qp->sq_err_node;
413 node = &qp->rq_err_node;
416 if (list_empty(node))
417 list_add_tail(node, list);
422 static void del_from_err_list(struct ehca_cq *cq, struct list_head *node) argument
428 if (!list_empty(node))
429 list_del_init(node);
/drivers/input/
H A Devdev.c52 struct list_head node; member in struct:evdev_client
126 list_for_each_entry_rcu(client, &evdev->client_list, node)
205 list_add_tail_rcu(&client->node, &evdev->client_list);
213 list_del_rcu(&client->node);
257 list_for_each_entry(client, &evdev->client_list, node)
H A Dmousedev.c98 struct list_head node; member in struct:mousedev_client
278 list_for_each_entry_rcu(client, &mousedev->client_list, node) {
509 list_add_tail_rcu(&client->node, &mousedev->client_list);
517 list_del_rcu(&client->node);
833 list_for_each_entry(client, &mousedev->client_list, node)
/drivers/iommu/
H A Ddmar.c230 int node = acpi_map_pxm_to_node(rhsa->proximity_domain); local
232 if (!node_online(node))
233 node = -1;
234 drhd->iommu->node = node;
632 iommu->node = -1;
992 desc_page = alloc_pages_node(iommu->node, GFP_ATOMIC | __GFP_ZERO, 0);
/drivers/media/video/
H A Datmel-isi.c467 struct frame_buffer *buf, *node; local
474 list_for_each_entry_safe(buf, node, &isi->video_buffer_list, list) {
/drivers/mfd/
H A Dtwl-core.c1227 struct device_node *node = client->dev.of_node; local
1232 if (node && !pdata) {
1333 if (node)
1334 status = of_platform_populate(node, NULL, NULL, &client->dev);
/drivers/mmc/host/
H A Ddw_mmc.c79 * @queue_node: List node for placing this node in the @queue list of
189 struct dentry *node; local
195 node = debugfs_create_file("regs", S_IRUSR, root, host,
197 if (!node)
200 node = debugfs_create_file("req", S_IRUSR, root, slot,
202 if (!node)
205 node = debugfs_create_u32("state", S_IRUSR, root, (u32 *)&host->state);
206 if (!node)
209 node
[all...]
/drivers/net/ethernet/freescale/
H A Dgianfar_ptp.c426 static int get_of_u32(struct device_node *node, char *str, u32 *val) argument
429 const u32 *prop = of_get_property(node, str, &plen);
439 struct device_node *node = dev->dev.of_node; local
455 if (get_of_u32(node, "fsl,tclk-period", &etsects->tclk_period) ||
456 get_of_u32(node, "fsl,tmr-prsc", &etsects->tmr_prsc) ||
457 get_of_u32(node, "fsl,tmr-add", &etsects->tmr_add) ||
458 get_of_u32(node, "fsl,tmr-fiper1", &etsects->tmr_fiper1) ||
459 get_of_u32(node, "fsl,tmr-fiper2", &etsects->tmr_fiper2) ||
460 get_of_u32(node, "fsl,max-adj", &etsects->caps.max_adj)) {
461 pr_err("device tree node missin
[all...]
/drivers/net/wireless/ath/ath6kl/
H A Dsdio.c622 struct hif_scatter_req *node = NULL; local
627 node = list_first_entry(&ar_sdio->scat_req,
629 list_del(&node->list);
631 node->scat_q_depth = get_queue_depth(&ar_sdio->scat_req);
636 return node;
H A Dtxrx.c1027 struct skb_hold_q *node; local
1055 node = &rxtid->hold_q[idx];
1056 if ((order == 1) && (!node->skb))
1059 if (node->skb) {
1060 if (node->is_amsdu)
1062 node->skb);
1064 skb_queue_tail(&rxtid->q, node->skb);
1065 node->skb = NULL;
1088 struct skb_hold_q *node; local
1149 node
[all...]
/drivers/net/wireless/bcmdhd/include/
H A Dlinuxver.h198 struct list_head node; member in struct:pci_driver

Completed in 1419 milliseconds

1234567891011>>