Home
last modified time | relevance | path

Searched refs:node (Results 5651 – 5675 of 6034) sorted by relevance

1...<<221222223224225226227228229230>>...242

/linux-6.15/drivers/media/usb/cx231xx/
H A Dcx231xx-417.c1382 struct cx231xx_buffer *buf, *node; in return_all_buffers() local
1386 list_for_each_entry_safe(buf, node, &vidq->active, list) { in return_all_buffers()
/linux-6.15/drivers/gpu/drm/msm/dp/
H A Ddp_display.c1268 struct device_node *node = pdev->dev.of_node; in msm_dp_display_get_connector_type() local
1269 struct device_node *aux_bus = of_get_child_by_name(node, "aux-bus"); in msm_dp_display_get_connector_type()
/linux-6.15/arch/loongarch/
H A DKconfig502 than one NUMA node; on single node systems it is generally better
/linux-6.15/drivers/scsi/
H A Dscsi_sysfs.c472 evt = list_entry(this, struct scsi_event, node); in scsi_device_dev_release()
473 list_del(&evt->node); in scsi_device_dev_release()
/linux-6.15/scripts/mod/
H A Dfile2alias.c90 list_for_each_entry(als, &mod->aliases, node) { in module_alias_printf()
97 list_add_tail(&new->node, &mod->aliases); in module_alias_printf()
/linux-6.15/drivers/gpu/drm/panel/
H A Dpanel-novatek-nt36523.c984 .node = NULL,
1002 .node = NULL,
/linux-6.15/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c544 int node; in refill_fl() local
552 node = dev_to_node(adap->pdev_dev); in refill_fl()
561 pg = alloc_pages_node(node, gfp | __GFP_COMP, s->fl_pg_order); in refill_fl()
592 pg = alloc_pages_node(node, gfp, 0); in refill_fl()
659 size_t stat_size, int node) in alloc_ring() argument
668 s = kcalloc_node(sw_size, nelem, GFP_KERNEL, node); in alloc_ring()
/linux-6.15/kernel/trace/
H A Dring_buffer.c548 struct hlist_node node; member
2469 ret = cpuhp_state_add_instance(CPUHP_TRACE_RB_PREPARE, &buffer->node); in alloc_buffer()
2564 cpuhp_state_remove_instance(CPUHP_TRACE_RB_PREPARE, &buffer->node); in ring_buffer_free()
7340 int trace_rb_cpu_prepare(unsigned int cpu, struct hlist_node *node) in trace_rb_cpu_prepare() argument
7347 buffer = container_of(node, struct trace_buffer, node); in trace_rb_cpu_prepare()
/linux-6.15/Documentation/scsi/
H A DChangeLog.lpfc87 * Fixed issue with receiving PLOGI handling when node is on NPR
334 * rport fixes: when receiving PRLI's, set node/rport role values
347 Moved rport delete to freenode - so rport tracks node.
354 removing from mapped list. Pnode get nulled when the node is
589 referenced from the node.
967 * Removed LPFC_DEV_RPTLUN node failure bit because we don't issue
1246 * Move ndlp node from unmap list to map list if ADISC completed
1524 state machine functions if the node is freed from the
/linux-6.15/sound/soc/
H A Dsoc-core.c3219 struct device_node *node = card->dev->of_node; in snd_soc_of_parse_aux_devs() local
3223 num = of_count_phandle_with_args(node, propname, NULL); in snd_soc_of_parse_aux_devs()
3239 aux->dlc.of_node = of_parse_phandle(node, propname, i); in snd_soc_of_parse_aux_devs()
/linux-6.15/Documentation/spi/
H A Dspi-summary.rst168 /sys/devices/.../CTLR ... physical node for a given SPI controller
181 /sys/class/spi_master/spiB ... symlink to a logical node which could hold
194 /sys/class/spi_slave/spiB ... symlink to a logical node which could hold
/linux-6.15/drivers/virtio/
H A Dvirtio_mem.c838 int node = NUMA_NO_NODE; in virtio_mem_translate_node_id() local
842 node = pxm_to_node(node_id); in virtio_mem_translate_node_id()
844 return node; in virtio_mem_translate_node_id()
/linux-6.15/include/linux/
H A Dpci.h655 struct list_head node; /* Node in list of buses */ member
1782 struct device_node *node, in pci_irqd_intx_xlate() argument
2066 struct device_node *node, in pci_irqd_intx_xlate() argument
/linux-6.15/net/netlink/
H A Daf_netlink.c509 &nlk_sk(sk)->node, in __netlink_insert()
599 if (!rhashtable_remove_fast(&table->hash, &nlk_sk(sk)->node, in netlink_remove()
2864 .head_offset = offsetof(struct netlink_sock, node),
/linux-6.15/drivers/net/phy/
H A Dphy_device.c3152 struct device_node *node = phydev->mdio.dev.of_node; in of_phy_leds() local
3159 if (!node) in of_phy_leds()
3162 leds = of_get_child_by_name(node, "leds"); in of_phy_leds()
/linux-6.15/drivers/dma/qcom/
H A Dgpi.c1000 list_del(&vd->node); in gpi_process_imed_data_event()
1079 list_del(&vd->node); in gpi_process_xfer_compl_event()
1882 struct virt_dma_desc, node); in gpi_issue_pending()
/linux-6.15/Documentation/RCU/
H A DRTFP.txt189 hash table with atomic node move [JoshTriplett2010RPHash], an update on
258 node was to be deleted, and waits until all such processes have
259 -terminated- before allowing this node to be reused. This is
291 node was to be deleted, and waits until all such processes have
292 -terminated- before allowing this node to be reused. This is
970 http://www.linuxjournal.com/node/7124
1662 \url{http://www.ioremap.net/node/41}
/linux-6.15/net/ipv4/
H A Dtcp_input.c5606 struct rb_node *node, *prev; in tcp_prune_ofo_queue() local
5614 node = &tp->ooo_last_skb->rbnode; in tcp_prune_ofo_queue()
5617 struct sk_buff *skb = rb_to_skb(node); in tcp_prune_ofo_queue()
5623 prev = rb_prev(node); in tcp_prune_ofo_queue()
5624 rb_erase(node, &tp->out_of_order_queue); in tcp_prune_ofo_queue()
5634 node = prev; in tcp_prune_ofo_queue()
5635 } while (node); in tcp_prune_ofo_queue()
/linux-6.15/Documentation/admin-guide/
H A Ddevices.txt1083 0 = /dev/scramdisk/master Master node for ioctls
1091 node which then activates them via one of the
1864 128 = /dev/isex0 Control node for first ISE board
1865 129 = /dev/isex1 Control node for second ISE board
2623 0 = /dev/vx/config Configuration access node
2624 1 = /dev/vx/trace Volume i/o trace access node
2625 2 = /dev/vx/iod Volume i/o daemon access node
2626 3 = /dev/vx/info Volume information access node
2627 4 = /dev/vx/task Volume tasks access node
/linux-6.15/arch/arm64/boot/dts/ti/
H A Dk3-j721e-som-p0.dtsi436 * appropriate node based on board detection
/linux-6.15/drivers/gpu/drm/bridge/
H A Dchipone-icn6211.c553 .node = NULL, in chipone_dsi_host_attach()
/linux-6.15/drivers/target/iscsi/
H A Discsi_target_stat.c773 CONFIGFS_ATTR_RO(iscsi_stat_sess_, node);
/linux-6.15/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-dv-timings.rst55 Calling ``VIDIOC_SUBDEV_S_DV_TIMINGS`` on a subdev device node that has been
H A Dvidioc-enum-fmt.rst46 1) ``V4L2_CAP_IO_MC`` is not set (also known as a 'video-node-centric' driver)
/linux-6.15/Documentation/admin-guide/blockdev/
H A Dfloppy.rst177 changed whenever the device node is reopened. Needed on some

1...<<221222223224225226227228229230>>...242