Searched defs:node (Results 151 - 175 of 303) sorted by relevance

1234567891011>>

/drivers/mtd/nand/
H A Dfsl_elbc_nand.c858 struct device_node *node = pdev->dev.of_node; local
868 ret = of_address_to_resource(node, 0, &res);
/drivers/net/caif/
H A Dcaif_serial.c66 struct list_head node; member in struct:ser_device
343 list_add(&ser->node, &ser_list);
361 list_del(&ser->node);
441 struct list_head *node; local
444 list_for_each_safe(node, _tmp, &ser_list) {
445 ser = list_entry(node, struct ser_device, node);
448 list_del(node);
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_lib.c536 int node = -1; local
548 node = cpu_to_node(cpu);
553 q_vector = kzalloc_node(size, GFP_KERNEL, node);
559 /* setup affinity mask and node */
564 q_vector->numa_node = node;
/drivers/net/ethernet/sfc/
H A Dmtd.c51 struct list_head node; member in struct:efx_mtd
233 list_del(&efx_mtd->node);
275 list_add(&efx_mtd->node, &efx->mtd_list);
293 list_for_each_entry_safe(efx_mtd, next, &efx->mtd_list, node)
303 list_for_each_entry(efx_mtd, &efx->mtd_list, node)
/drivers/net/
H A Drionet.c67 struct list_head node; member in struct:rionet_peer
222 list_for_each_entry(peer, &rionet_peers, node) {
324 list_for_each_entry_safe(peer, tmp, &rionet_peers, node) {
357 list_for_each_entry_safe(peer, tmp, &rionet_peers, node) {
383 list_for_each_entry_safe(peer, tmp, &rionet_peers, node) {
384 list_del(&peer->node);
538 list_add_tail(&peer->node, &rionet_peers);
/drivers/of/
H A Dfdt.c35 * of_fdt_get_property - Given a node in the given flat blob, return
39 unsigned long node, const char *name,
42 unsigned long p = node;
77 * of_fdt_is_compatible - Return true if given node from the given blob has
80 * @node: node to test
87 unsigned long node, const char *compat)
92 cp = of_fdt_get_property(blob, node, "compatible", &cplen);
108 * of_fdt_match - Return true if node matches a list of compatible values
110 int of_fdt_match(struct boot_param_header *blob, unsigned long node, argument
38 of_fdt_get_property(struct boot_param_header *blob, unsigned long node, const char *name, unsigned long *size) argument
86 of_fdt_is_compatible(struct boot_param_header *blob, unsigned long node, const char *compat) argument
450 of_scan_flat_dt(int (*it)(unsigned long node, const char *uname, int depth, void *data), void *data) argument
526 of_get_flat_dt_prop(unsigned long node, const char *name, unsigned long *size) argument
537 of_flat_dt_is_compatible(unsigned long node, const char *compat) argument
545 of_flat_dt_match(unsigned long node, const char *const *compat) argument
555 early_init_dt_check_for_initrd(unsigned long node) argument
576 early_init_dt_check_for_initrd(unsigned long node) argument
584 early_init_dt_scan_root(unsigned long node, const char *uname, int depth, void *data) argument
620 early_init_dt_scan_memory(unsigned long node, const char *uname, int depth, void *data) argument
666 early_init_dt_scan_chosen(unsigned long node, const char *uname, int depth, void *data) argument
[all...]
/drivers/platform/x86/
H A Dintel_menlow.c246 struct list_head node; member in struct:intel_menlow_attribute
418 list_add_tail(&attr->node, &intel_menlow_attr_list);
495 list_for_each_entry_safe(pos, next, &intel_menlow_attr_list, node) {
496 list_del(&pos->node);
/drivers/pnp/pnpbios/
H A Drsparser.c770 struct pnp_bios_node *node)
772 unsigned char *p = (char *)node->data;
773 unsigned char *end = (char *)(node->data + node->size);
788 struct pnp_bios_node *node)
790 unsigned char *p = (char *)node->data;
791 unsigned char *end = (char *)(node->data + node->size);
800 struct pnp_bios_node *node)
802 unsigned char *p = (char *)node
769 pnpbios_parse_data_stream(struct pnp_dev *dev, struct pnp_bios_node *node) argument
787 pnpbios_read_resources_from_node(struct pnp_dev *dev, struct pnp_bios_node *node) argument
799 pnpbios_write_resources_to_node(struct pnp_dev *dev, struct pnp_bios_node *node) argument
[all...]
/drivers/scsi/
H A Dscsi_devinfo.c29 struct list_head node; /* our node for being on the master list */ member in struct:scsi_dev_info_list_table
264 list_for_each_entry(devinfo_table, &scsi_dev_info_list, node)
642 list_entry(dl->top, struct scsi_dev_info_list_table, node);
667 node);
681 list_entry(dl->top, struct scsi_dev_info_list_table, node);
693 node);
808 INIT_LIST_HEAD(&devinfo_table->node);
812 list_add_tail(&devinfo_table->node, &scsi_dev_info_list);
837 list_del(&devinfo_table->node);
[all...]
/drivers/staging/vme/
H A Dvme.h108 struct list_head node; member in struct:vme_driver
/drivers/usb/dwc3/
H A Ddwc3-omap.c200 struct device_node *node = pdev->dev.of_node; local
275 utmi_mode = of_get_property(node, "utmi-mode", &size);
/drivers/uwb/
H A Duwb-internal.h278 struct list_head node; member in struct:uwb_beca_e
/drivers/vhost/
H A Dvhost.h27 struct list_head node; member in struct:vhost_work
/drivers/video/
H A Dsvgalib.c170 void svga_dump_var(struct fb_var_screeninfo *var, int node)
172 pr_debug("fb%d: var.vmode : 0x%X\n", node, var->vmode);
173 pr_debug("fb%d: var.xres : %d\n", node, var->xres);
174 pr_debug("fb%d: var.yres : %d\n", node, var->yres);
175 pr_debug("fb%d: var.bits_per_pixel: %d\n", node, var->bits_per_pixel);
176 pr_debug("fb%d: var.xres_virtual : %d\n", node, var->xres_virtual);
177 pr_debug("fb%d: var.yres_virtual : %d\n", node, var->yres_virtual);
178 pr_debug("fb%d: var.left_margin : %d\n", node, var->left_margin);
179 pr_debug("fb%d: var.right_margin : %d\n", node, var->right_margin);
180 pr_debug("fb%d: var.upper_margin : %d\n", node, va
381 svga_compute_pll(const struct svga_pll *pll, u32 f_wanted, u16 *m, u16 *n, u16 *r, int node) argument
443 svga_check_timings(const struct svga_timing_regs *tm, struct fb_var_screeninfo *var, int node) argument
510 svga_set_timings(void __iomem *regbase, const struct svga_timing_regs *tm, struct fb_var_screeninfo *var, u32 hmul, u32 hdiv, u32 vmul, u32 vdiv, u32 hborder, int node) argument
[all...]
/drivers/virt/
H A Dfsl_hypervisor.c726 * Returns the handle of the parent of the given node
751 /* This can happen only if the node is malformed */
790 * hypervisor. Then it checks if there is a hypervisor node in the device
791 * tree. Currently, that means there needs to be a node in the root called
796 struct device_node *node; local
802 node = of_find_node_by_path("/hypervisor");
803 if (!node)
806 ret = of_find_property(node, "fsl,hv-version", NULL) != NULL;
808 of_node_put(node);
850 pr_err("fsl-hv: no 'interrupts' property in %s node\
[all...]
/drivers/xen/xenbus/
H A Dxenbus_client.c96 * @watch->node, and remains the caller's to free. On error, @watch->node will
107 watch->node = path;
113 watch->node = NULL;
133 * (@path/@path2) will be saved as @watch->node, and becomes the caller's to
134 * kfree(). On error, watch->node will be NULL, so the caller has nothing to
174 unnecessarily. Furthermore, if the node has gone, we don't write
248 * Return the path to the error node for the given device, or NULL on failure.
280 dev_err(&dev->dev, "failed to write error node for %s (%s)\n",
286 dev_err(&dev->dev, "failed to write error node fo
475 struct xenbus_map_node *node; local
519 struct xenbus_map_node *node; local
610 struct xenbus_map_node *node; local
654 struct xenbus_map_node *node; local
[all...]
/drivers/acpi/
H A Dsysfs.c257 struct list_head node; member in struct:acpi_table_attr
296 list_for_each_entry(attr, &acpi_table_attr_list, node) {
335 list_add_tail(&table_attr->node, &acpi_table_attr_list);
383 list_add_tail(&table_attr->node,
/drivers/char/
H A Dmmtimer.c83 * node. RTC0 is used by SAL.
257 * Add a new mmtimer struct to the node's mmtimer list.
262 int nodeid = n->timer->it.mmtimer.node;
612 cnodeid_t nodeid = timr->it.mmtimer.node;
731 /* Lock the node timer structure */
738 timr->it.mmtimer.node = nodeid;
744 /* Add the new struct mmtimer to node's timer list */
760 /* Unlock the node timer structure */
792 cnodeid_t node, maxn = -1; local
821 /* Get max numbered node, calculat
[all...]
/drivers/dma/
H A Ddmatest.c82 struct list_head node; member in struct:dmatest_thread
91 struct list_head node; member in struct:dmatest_chan
518 list_for_each_entry_safe(thread, _thread, &dtc->threads, node) {
522 list_del(&thread->node);
570 list_add_tail(&thread->node, &dtc->threads);
608 list_add_tail(&dtc->node, &dmatest_channels);
654 list_for_each_entry_safe(dtc, _dtc, &dmatest_channels, node) {
655 list_del(&dtc->node);
H A Dfsldma.h99 struct list_head node; member in struct:fsl_desc_sw
160 #define to_fsl_desc(lh) container_of(lh, struct fsl_desc_sw, node)
H A Dsirf-dma.c45 struct list_head node; member in struct:sirfsoc_dma_desc
110 node);
159 node);
199 list_for_each_entry(sdesc, &list, node) {
217 node);
260 list_move_tail(&sdesc->node, &schan->queued);
350 list_add_tail(&sdesc->node, &descs);
387 list_for_each_entry_safe(sdesc, tmp, &descs, node)
440 node);
441 list_del(&sdesc->node);
[all...]
/drivers/dma/ioat/
H A Ddma.h39 #define to_ioat_desc(lh) container_of(lh, struct ioat_desc_sw, node)
150 * @node: this descriptor will either be on the free list,
157 struct list_head node; member in struct:ioat_desc_sw
/drivers/gpio/
H A Dgpio-pca953x.c546 * Translate OpenFirmware node properties into platform_data
552 struct device_node *node; local
556 node = client->dev.of_node;
557 if (node == NULL)
561 val = of_get_property(node, "linux,gpio-base", &size);
566 node->full_name);
571 val = of_get_property(node, "polarity", NULL);
655 /* If I2C node has no interrupts property, disable GPIO interrupts */
/drivers/gpu/drm/i915/
H A Di915_gem_execbuffer.c250 struct hlist_node *node; local
254 hlist_for_each(node, head) {
255 obj = hlist_entry(node, struct drm_i915_gem_object, exec_node);
/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.c490 struct nouveau_mem *node = old_mem->mm_node; local
491 u64 src_offset = node->vma[0].offset;
492 u64 dst_offset = node->vma[1].offset;
529 struct nouveau_mem *node = old_mem->mm_node; local
532 u64 src_offset = node->vma[0].offset;
533 u64 dst_offset = node->vma[1].offset;
674 struct nouveau_mem *node = mem->mm_node; local
678 node->page_shift, NV_MEM_ACCESS_RO, vma);
683 nouveau_vm_map(vma, node);
685 nouveau_vm_map_sg(vma, 0, mem->num_pages << PAGE_SHIFT, node);
708 struct nouveau_mem *node = old_mem->mm_node; local
955 struct nouveau_mem *node = mem->mm_node; local
999 struct nouveau_mem *node = mem->mm_node; local
1174 struct nouveau_mem *node = nvbo->bo.mem.mm_node; local
[all...]

Completed in 436 milliseconds

1234567891011>>