Searched defs:node (Results 1 - 25 of 303) sorted by last modified time

1234567891011>>

/drivers/target/iscsi/
H A Discsi_target_stat.c757 ISCSI_STAT_SESS_RO(node); variable
/drivers/thermal/
H A Dthermal_sys.c52 struct list_head node; member in struct:thermal_cooling_device_instance
239 list_for_each_entry(cdev, &thermal_cdev_list, node) {
251 list_for_each_entry(cdev, &thermal_cdev_list, node) {
411 struct list_head node; member in struct:thermal_hwmon_device
484 list_for_each_entry(hwmon, &thermal_hwmon_list, node)
580 list_add_tail(&hwmon->node, &thermal_hwmon_list);
633 list_del(&hwmon->node);
693 node) {
704 node) {
724 list_for_each_entry(instance, &tz->cooling_devices, node) {
[all...]
/drivers/tty/serial/8250/
H A D8250.c125 struct hlist_node node; member in struct:irq_info
1622 /* List empty so throw away the hash node */
1624 hlist_del(&i->node);
1641 i = hlist_entry(n, struct irq_info, node);
1654 hlist_add_head(&i->node, h);
1690 i = hlist_entry(n, struct irq_info, node);
/drivers/tty/serial/
H A Damba-pl011.c334 struct list_head node; member in struct:dma_uap
342 struct list_head *node, *tmp; local
344 list_for_each_safe(node, tmp, &pl011_dma_uarts) {
345 struct dma_uap *dmau = list_entry(node, struct dma_uap, node);
347 list_del(node);
360 list_add_tail(&dmau->node, &pl011_dma_uarts);
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/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/usb/c67x00/
H A Dc67x00-sched.c45 struct list_head node; member in struct:c67x00_ep_data
278 INIT_LIST_HEAD(&ep_data->node);
292 if (list_empty(&ep_data->node)) {
293 list_add(&ep_data->node, &c67x00->list[type]);
297 list_for_each_entry(prev, &c67x00->list[type], node) {
300 list_add(&ep_data->node, prev->node.prev);
321 list_del(&ep_data->node);
806 list_for_each_entry(ep_data, &c67x00->list[type], node) {
/drivers/usb/core/
H A Dmessage.c1876 struct list_head node; member in struct:set_config_request
1888 list_del(&req->node);
1906 list_for_each_entry(req, &set_config_list, node) {
1945 list_add(&req->node, &set_config_list);
/drivers/usb/dwc3/
H A Dcore.c407 struct device_node *node = pdev->dev.of_node; local
474 if (of_get_property(node, "tx-fifo-resize", NULL))
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/usb/gadget/
H A Dfsl_qe_udc.h185 struct list_head node; member in struct:qe_frame
253 INIT_LIST_HEAD(&(frm->node));
H A Dhid.c46 struct list_head node; member in struct:hidg_func_node
131 list_for_each_entry(e, &hidg_func_list, node) {
224 list_add_tail(&entry->node, &hidg_func_list);
233 list_for_each_entry_safe(e, n, &hidg_func_list, node) {
234 list_del(&e->node);
/drivers/usb/host/
H A Dfhci-hcd.c176 list_for_each_entry_safe(ed, next_ed, &fhci->empty_eds, node) {
177 list_del(&ed->node);
181 list_for_each_entry_safe(td, next_td, &fhci->empty_tds, node) {
182 list_del(&td->node);
567 struct device_node *node = dev->of_node; local
583 sprop = of_get_property(node, "mode", NULL);
597 iprop = of_get_property(node, "hub-power-budget", &size);
602 ret = of_address_to_resource(node, 0, &usb_regs);
617 iprop = of_get_property(node, "reg", &size);
640 gpio = of_get_gpio_flags(node,
[all...]
H A Dfhci-sched.c70 node);
261 struct list_head *node = list->next; local
264 list_del(node);
265 list_add_tail(node, list);
289 list_for_each_entry(ed, list, node) {
877 list_add(&ed->node, &fhci->hc_list->ctrl_list);
880 list_add(&ed->node, &fhci->hc_list->bulk_list);
883 list_add(&ed->node, &fhci->hc_list->intr_list);
886 list_add(&ed->node, &fhci->hc_list->iso_list);
H A Dfhci.h355 struct list_head node; member in struct:ed
376 struct list_head node; member in struct:td
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
/drivers/usb/renesas_usbhs/
H A Dfifo.h51 struct list_head node; member in struct:usbhs_pkt
/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 Dfb_defio.c175 struct list_head *node, *next; local
191 list_for_each_safe(node, next, &fbdefio->pagelist) {
192 list_del(node);
H A Digafb.c364 info->node, info->fix.id,
481 int node = dp->node; local
482 int width = prom_getintdefault(node, "width", 1024);
483 int height = prom_getintdefault(node, "height", 768);
484 int depth = prom_getintdefault(node, "depth", 8);
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 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...]
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/video/matrox/
H A Dmatroxfb_base.h530 struct list_head node; member in struct:matroxfb_driver

Completed in 321 milliseconds

1234567891011>>