Searched defs:node (Results 276 - 300 of 303) sorted by relevance

<<111213

/drivers/tty/serial/
H A Dpmac_zilog.h23 /* device node to this port, this points to one of 2 childs
24 * of "escc" node (ie. ch-a or ch-b)
26 struct device_node *node; member in struct:uart_pmac_port
/drivers/usb/host/
H A Duhci-hcd.h134 * qh->node is the software equivalent of qh->link. The differences
155 struct list_head node; /* Node in the list of QHs */ member in struct:uhci_qh
481 struct list_head node; /* Node in the QH's urbp list */ member in struct:urb_priv
H A Dfhci.h355 struct list_head node; member in struct:ed
376 struct list_head node; member in struct:td
/drivers/video/
H A Dsmscufx.c1098 info->node, user, info, dev->fb_count);
1134 int node = info->node; local
1152 pr_debug("fb_info for /dev/fb%d has been freed", node);
1179 info->node, user, dev->fb_count);
1731 " Using %dK framebuffer memory\n", info->node,
1832 struct list_head *node; local
1849 node = dev->urbs.list.next; /* have reserved one with sem */
1850 list_del_init(node);
1854 unode = list_entry(node, struc
[all...]
H A Dudlfb.c908 info->node, user, info, dev->fb_count);
945 int node = info->node; local
963 pr_warn("fb_info for /dev/fb%d has been freed\n", node);
997 info->node, user, dev->fb_count);
1108 info->node, dev->blank_mode, blank_mode);
1725 " Using %dK framebuffer memory\n", info->node,
1825 struct list_head *node; local
1843 node = dev->urbs.list.next; /* have reserved one with sem */
1844 list_del_init(node);
[all...]
/drivers/block/
H A Drbd.c107 struct list_head node; member in struct:rbd_client
145 struct list_head node; member in struct:rbd_snap
182 struct list_head node; member in struct:rbd_device
291 INIT_LIST_HEAD(&rbdc->node);
307 list_add_tail(&rbdc->node, &rbd_client_list);
336 list_for_each_entry(client_node, &rbd_client_list, node)
453 list_del(&rbdc->node);
461 * Drop reference to ceph client node. If it's not referenced anymore, release
1698 snap = list_first_entry(&rbd_dev->snaps, struct rbd_snap, node);
1997 list_del(&snap->node);
[all...]
/drivers/crypto/
H A Dn2_core.c1562 * property tables of the n2cp MDESC node, matching it with the OF
1738 /* Walk the backward arcs of a CWQ 'exec-unit' node,
1743 u64 node, struct spu_queue *p,
1748 mdesc_for_each_arc(arc, mdesc, node, MDESC_ARC_TYPE_BACK) {
1767 /* Process an 'exec-unit' MDESC node of type 'cwq'. */
1770 u64 node, const char *iname, unsigned long q_type,
1789 err = spu_mdesc_walk_arcs(mdesc, dev, node, p, table);
1806 u64 node; local
1808 mdesc_for_each_node_by_name(mdesc, node, "exec-unit") {
1811 type = mdesc_get_property(mdesc, node, "typ
1741 spu_mdesc_walk_arcs(struct mdesc_handle *mdesc, struct platform_device *dev, u64 node, struct spu_queue *p, struct spu_queue **table) argument
1768 handle_exec_unit(struct spu_mdesc_info *ip, struct list_head *list, struct platform_device *dev, struct mdesc_handle *mdesc, u64 node, const char *iname, unsigned long q_type, irq_handler_t handler, struct spu_queue **table) argument
1826 get_irq_props(struct mdesc_handle *mdesc, u64 node, struct spu_mdesc_info *ip) argument
1861 u64 node; local
[all...]
/drivers/dma/ppc4xx/
H A Dadma.c82 struct list_head node; member in struct:ppc_dma_chan_ref
1650 list_for_each_entry(ref, &ppc440spe_adma_chan_list, node) {
4295 pr_err("%s: can't find I2O device tree node\n",
4388 dev_err(&ofdev->dev, "Device node %s has missing "
4529 INIT_LIST_HEAD(&ref->node);
4530 list_add_tail(&ref->node, &ppc440spe_adma_chan_list);
4555 list_for_each_entry_safe(ref, _ref, &ppc440spe_adma_chan_list, node) {
4557 list_del(&ref->node);
4624 node) {
4627 list_del(&ref->node);
[all...]
/drivers/gpu/drm/radeon/
H A Dr100.c2613 struct drm_info_node *node = (struct drm_info_node *) m->private; local
2614 struct drm_device *dev = node->minor->dev;
2634 struct drm_info_node *node = (struct drm_info_node *) m->private; local
2635 struct drm_device *dev = node->minor->dev;
2660 struct drm_info_node *node = (struct drm_info_node *) m->private; local
2661 struct drm_device *dev = node->minor->dev;
2710 struct drm_info_node *node = (struct drm_info_node *) m->private; local
2711 struct drm_device *dev = node->minor->dev;
/drivers/infiniband/core/
H A Dcm.c539 struct rb_node *node = cm.listen_service_table.rb_node; local
543 while (node) {
544 cm_id_priv = rb_entry(node, struct cm_id_private, service_node);
553 node = node->rb_left;
555 node = node->rb_right;
557 node = node->rb_left;
559 node
601 struct rb_node *node = cm.remote_id_table.rb_node; local
[all...]
H A Dcma.c111 struct hlist_node node; member in struct:rdma_id_private
875 hlist_del(&id_priv->node);
2103 hlist_add_head(&id_priv->node, &bind_list->owners);
2181 struct hlist_node *node; local
2187 hlist_for_each_entry(cur_id, node, &bind_list->owners, node) {
/drivers/pci/hotplug/
H A Dcpqphp.h474 * Puts node back in the resource list pointed to by head
477 struct pci_resource *node)
479 if (!node || !head)
481 node->next = *head;
482 *head = node;
476 return_resource(struct pci_resource **head, struct pci_resource *node) argument
/drivers/platform/x86/
H A Dintel_ips.c1305 struct ips_debugfs_node *node = inode->i_private; local
1307 return single_open(file, node->show, node->ips);
1339 struct ips_debugfs_node *node = &ips_debug_files[i]; local
1341 node->ips = ips;
1342 ent = debugfs_create_file(node->name, S_IFREG | S_IRUGO,
1343 ips->debug_root, node,
/drivers/usb/gadget/
H A Dfsl_qe_udc.h185 struct list_head node; member in struct:qe_frame
253 INIT_LIST_HEAD(&(frm->node));
/drivers/dma/
H A Dste_dma40.c169 * @node: List entry.
187 struct list_head node; member in struct:d40_desc
555 list_del(&d40d->node);
566 list_for_each_entry_safe(d, _d, &d40c->client, node) {
580 INIT_LIST_HEAD(&desc->node);
595 list_add_tail(&desc->node, &d40c->active);
737 node);
746 list_add_tail(&desc->node, &d40c->pending_queue);
758 node);
771 node);
[all...]
H A Dpl330.c596 struct list_head node; member in struct:dma_pl330_desc
2232 list_for_each_entry(desc, list, node) {
2264 list_for_each_entry(desc, list, node) {
2289 list_for_each_entry(desc, &pch->work_list, node) {
2323 list_for_each_entry_safe(desc, _dt, &pch->work_list, node)
2327 list_move_tail(&desc->node, &list);
2374 struct device_node *node; local
2378 node = of_find_node_by_phandle(phandle);
2379 return ((chan->private == node) &&
2430 list_for_each_entry_safe(desc, _dt, &pch->work_list , node) {
[all...]
/drivers/iommu/
H A Dintel-iommu.c366 int nid; /* node id */
491 static inline void *alloc_pgtable_page(int node) argument
496 page = alloc_pages_node(node, GFP_ATOMIC | __GFP_ZERO, 0);
695 alloc_pgtable_page(iommu->node);
950 root = (struct root_entry *)alloc_pgtable_page(iommu->node);
1502 domain->nid = iommu->node;
1665 domain->nid = iommu->node;
/drivers/scsi/bfa/
H A Dbfa_svc.c3747 bfa_fcport_get_wwn(struct bfa_s *bfa, bfa_boolean_t node) argument
3750 if (node)
/drivers/staging/android/
H A Dbinder.c246 /* node + proc => ref (transaction) */
248 /* node => refs + procs (proc exit) */
254 struct binder_node *node; member in struct:binder_ref
952 struct binder_node *node; local
955 node = rb_entry(n, struct binder_node, rb_node);
957 if (ptr < node->ptr)
959 else if (ptr > node->ptr)
962 return node;
973 struct binder_node *node; local
977 node
1007 binder_inc_node(struct binder_node *node, int strong, int internal, struct list_head *target_list) argument
1042 binder_dec_node(struct binder_node *node, int strong, int internal) argument
1105 binder_get_ref_for_node(struct binder_proc *proc, struct binder_node *node) argument
1359 struct binder_node *node = binder_get_node(proc, fp->binder); local
1623 struct binder_node *node = binder_get_node(proc, fp->binder); local
1896 struct binder_node *node; local
2350 struct binder_node *node = container_of(w, struct binder_node, work); local
3034 struct binder_node *node = rb_entry(n, struct binder_node, rb_node); local
3220 struct binder_node *node; local
3284 print_binder_node(struct seq_file *m, struct binder_node *node) argument
3333 struct binder_node *node = rb_entry(n, struct binder_node, local
3501 struct binder_node *node; local
[all...]
/drivers/tty/vt/
H A Dvt.c116 int node; member in struct:con_driver
3558 con_driver->node = i;
3572 MKDEV(0, con_driver->node),
3574 con_driver->node);
3620 MKDEV(0, con_driver->node));
3624 con_driver->node = 0;
3688 MKDEV(0, con->node),
3690 con->node);
/drivers/video/matrox/
H A Dmatroxfb_base.h530 struct list_head node; member in struct:matroxfb_driver
/drivers/acpi/acpica/
H A Daclocal.h154 * The node is optimized for both 32-bit and 64-bit platforms:
168 struct acpi_namespace_node *parent; /* Parent node */
189 #define ANOBJ_EVALUATED 0x20 /* Set on first evaluation of node */
225 struct acpi_namespace_node *node; member in struct:acpi_ns_search_data
365 struct acpi_namespace_node *node; member in struct:acpi_predefined_data
402 struct acpi_namespace_node *method_node; /* Method node for this GPE level (saved) */
408 struct acpi_namespace_node *node; member in struct:acpi_gpe_notify_object
413 struct acpi_namespace_node *method_node; /* Method node for this GPE level */
445 struct acpi_namespace_node *node; member in struct:acpi_gpe_block_info
566 ACPI_STATE_COMMON struct acpi_namespace_node *node; member in struct:acpi_scope_state
608 ACPI_STATE_COMMON struct acpi_namespace_node *node; member in struct:acpi_notify_info
[all...]
/drivers/gpu/drm/nouveau/
H A Dnouveau_drv.h183 void *node; member in struct:nouveau_gpuobj
/drivers/net/ethernet/freescale/
H A Ducc_geth.h1059 struct list_head node; member in struct:enet_addr_container
1062 #define ENET_ADDR_CONT_ENTRY(ptr) list_entry(ptr, struct enet_addr_container, node)
1229 struct device_node *node; member in struct:ucc_geth_private
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c3741 struct hlist_node *node, *node2; local
3749 hlist_for_each_entry_safe(filter, node, node2,
4212 struct hlist_node *node, *node2; local
4217 hlist_for_each_entry_safe(filter, node, node2,

Completed in 2744 milliseconds

<<111213