/kernel/linux/linux-6.6/drivers/rtc/ |
H A D | rtc-cmos.c | 21 * utilities (like userspace 'hwclock', if no /dev node exists). 1468 struct device_node *node = pdev->dev.of_node; in cmos_of_init() local 1471 if (!node) in cmos_of_init() 1474 val = of_get_property(node, "ctrl-reg", NULL); in cmos_of_init() 1478 val = of_get_property(node, "freq-reg", NULL); in cmos_of_init()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/core/ |
H A D | fbmem.c | 944 fb_info->node = i; in do_register_framebuffer() 994 int i = fb_info->node; in unbind_console() 1006 i = fb_info->node; in unlink_framebuffer() 1025 registered_fb[fb_info->node] = NULL; in do_unregister_framebuffer()
|
/kernel/linux/linux-6.6/drivers/staging/fieldbus/anybuss/ |
H A D | host.c | 1250 struct device_node *node; in anybus_of_find_child_device() local 1254 for_each_child_of_node(dev->of_node, node) { in anybus_of_find_child_device() 1255 if (anybus_of_get_host_idx(node) == host_idx) in anybus_of_find_child_device() 1256 return node; in anybus_of_find_child_device()
|
/kernel/linux/linux-6.6/drivers/usb/renesas_usbhs/ |
H A D | fifo.c | 24 INIT_LIST_HEAD(&pkt->node); in usbhs_pkt_init() 67 list_move_tail(&pkt->node, &pipe->list); in usbhs_pkt_push() 89 list_del_init(&pkt->node); in __usbhsf_pkt_del() 94 return list_first_entry_or_null(&pipe->list, struct usbhs_pkt, node); in __usbhsf_pkt_get()
|
/kernel/linux/linux-6.6/drivers/dma/qcom/ |
H A D | bam_dma.c | 73 /* list node for the desc in the bam_chan list of descriptors */ 372 struct list_head node; member 755 list_add(&async_desc->vd.node, &bchan->vc.desc_issued); in bam_dma_terminate_all() 883 list_add(&async_desc->vd.node, in process_channel_irqs() 1037 list_del(&vd->node); in bam_start_dma()
|
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/zip/ |
H A D | zip_main.c | 453 int zip_create_qps(struct hisi_qp **qps, int qp_num, int node) in zip_create_qps() argument 455 if (node == NUMA_NO_NODE) in zip_create_qps() 456 node = cpu_to_node(smp_processor_id()); in zip_create_qps() 458 return hisi_qm_alloc_qps_node(&zip_devices, qp_num, 0, node, qps); in zip_create_qps()
|
/kernel/linux/linux-6.6/drivers/dma-buf/ |
H A D | dma-buf.c | 920 list_add(&attach->node, &dmabuf->attachments); in dma_buf_dynamic_attach() 1016 list_del(&attach->node); in dma_buf_detach() 1265 list_for_each_entry(attach, &dmabuf->attachments, node) in dma_buf_move_notify() 1646 list_for_each_entry(attach_obj, &buf_obj->attachments, node) { in dma_buf_debug_show() 1687 pr_debug("dma_buf: debugfs: failed to create node bufinfo\n"); in dma_buf_init_debugfs()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_rx.c | 265 u32 size, u16 stride, int node, int queue_index) in mlx4_en_create_rx_ring() 272 ring = kzalloc_node(sizeof(*ring), GFP_KERNEL, node); in mlx4_en_create_rx_ring() 291 ring->rx_info = kvzalloc_node(tmp, GFP_KERNEL, node); in mlx4_en_create_rx_ring() 300 /* Allocate HW buffers on provided NUMA node */ in mlx4_en_create_rx_ring() 301 set_dev_node(&mdev->dev->persist->pdev->dev, node); in mlx4_en_create_rx_ring() 263 mlx4_en_create_rx_ring(struct mlx4_en_priv *priv, struct mlx4_en_rx_ring **pring, u32 size, u16 stride, int node, int queue_index) mlx4_en_create_rx_ring() argument
|
/kernel/linux/linux-6.6/drivers/media/platform/renesas/ |
H A D | sh_vou.c | 290 struct sh_vou_buffer *buf, *node; in sh_vou_start_streaming() local 297 list_for_each_entry_safe(buf, node, &vou_dev->buf_list, list) { in sh_vou_start_streaming() 338 struct sh_vou_buffer *buf, *node; in sh_vou_stop_streaming() local 349 list_for_each_entry_safe(buf, node, &vou_dev->buf_list, list) { in sh_vou_stop_streaming()
|
/kernel/linux/linux-6.6/drivers/ntb/test/ |
H A D | ntb_perf.c | 864 int node; in perf_dma_filter() local 866 node = dev_to_node(&perf->ntb->dev); in perf_dma_filter() 868 return node == NUMA_NO_NODE || node == dev_to_node(chan->device->dev); in perf_dma_filter()
|
/kernel/linux/linux-6.6/drivers/perf/ |
H A D | arm_spe_pmu.c | 1147 static int arm_spe_pmu_cpu_startup(unsigned int cpu, struct hlist_node *node) in arm_spe_pmu_cpu_startup() argument 1151 spe_pmu = hlist_entry_safe(node, struct arm_spe_pmu, hotplug_node); in arm_spe_pmu_cpu_startup() 1159 static int arm_spe_pmu_cpu_teardown(unsigned int cpu, struct hlist_node *node) in arm_spe_pmu_cpu_teardown() argument 1163 spe_pmu = hlist_entry_safe(node, struct arm_spe_pmu, hotplug_node); in arm_spe_pmu_cpu_teardown()
|
/kernel/linux/linux-6.6/drivers/perf/arm_cspmu/ |
H A D | arm_cspmu.c | 129 * single-copy 64-bit atomic support is implementation defined. APMT node flag 399 * Get PMU implementer and product id from APMT node. in arm_cspmu_init_impl_ops() 400 * If APMT node doesn't have implementer/product id, try get it in arm_cspmu_init_impl_ops() 1242 static int arm_cspmu_cpu_online(unsigned int cpu, struct hlist_node *node) in arm_cspmu_cpu_online() argument 1245 hlist_entry_safe(node, struct arm_cspmu, cpuhp_node); in arm_cspmu_cpu_online() 1260 static int arm_cspmu_cpu_teardown(unsigned int cpu, struct hlist_node *node) in arm_cspmu_cpu_teardown() argument 1266 hlist_entry_safe(node, struct arm_cspmu, cpuhp_node); in arm_cspmu_cpu_teardown()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/ |
H A D | i915_vma.c | 656 if (vma->node.size < vma->size) { in igt_vma_rotate_remap() 658 vma->size, vma->node.size); in igt_vma_rotate_remap() 756 if (vma->node.size < vma->size) { in assert_pin() 758 name, vma->size, vma->node.size); in assert_pin()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/adreno/ |
H A D | a6xx_gpu_state.c | 87 struct list_head node; member 99 list_add_tail(&obj->node, &a6xx_state->objs); in state_kcalloc() 1107 list_for_each_entry_safe(obj, tmp, &a6xx_state->objs, node) { in a6xx_gpu_state_destroy() 1108 list_del(&obj->node); in a6xx_gpu_state_destroy()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/mediatek/ |
H A D | mtk_drm_crtc.c | 927 struct device_node *node; in mtk_drm_crtc_create() local 930 node = priv->comp_node[comp_id]; in mtk_drm_crtc_create() 933 /* Not all drm components have a DTS device node, such as ovl_adaptor, in mtk_drm_crtc_create() 936 if (!node && comp_id != DDP_COMPONENT_DRM_OVL_ADAPTOR) { in mtk_drm_crtc_create() 944 dev_err(dev, "Component %pOF not initialized\n", node); in mtk_drm_crtc_create()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/ |
H A D | drm.c | 832 struct drm_info_node *node = (struct drm_info_node *)s->private; in tegra_debugfs_framebuffers() local 833 struct drm_device *drm = node->minor->dev; in tegra_debugfs_framebuffers() 853 struct drm_info_node *node = (struct drm_info_node *)s->private; in tegra_debugfs_iova() local 854 struct drm_device *drm = node->minor->dev; in tegra_debugfs_iova()
|
/kernel/linux/linux-6.6/drivers/iommu/ |
H A D | rockchip-iommu.c | 114 struct list_head node; /* entry in rk_iommu_domain.iommus */ member 689 iommu = list_entry(pos, struct rk_iommu, node); in rk_iommu_zap_iova() 979 list_del_init(&iommu->node); in rk_iommu_identity_attach() 1042 list_add_tail(&iommu->node, &rk_domain->iommus); in rk_iommu_attach_device()
|
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/ |
H A D | verbs.c | 981 struct llist_node *node; in rpcrdma_rep_get_locked() local 984 node = llist_del_first(&buf->rb_free_reps); in rpcrdma_rep_get_locked() 985 if (!node) in rpcrdma_rep_get_locked() 987 return llist_entry(node, struct rpcrdma_rep, rr_node); in rpcrdma_rep_get_locked()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | profiler.inc.h | 233 static ino_t get_inode_from_kernfs(struct kernfs_node* node) in get_inode_from_kernfs() argument 235 struct kernfs_node___52* node52 = (void*)node; in get_inode_from_kernfs() 241 barrier_var(node); in get_inode_from_kernfs() 242 return (u64)BPF_CORE_READ(node, id); in get_inode_from_kernfs()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_connect.c | 180 static void xgetaddrinfo(const char *node, const char *service, in xgetaddrinfo() argument 184 int err = getaddrinfo(node, service, hints, res); in xgetaddrinfo() 190 node ? node : "", service ? service : "", errstr); in xgetaddrinfo()
|
/kernel/liteos_a/kernel/base/vm/ |
H A D | los_vm_map.c | 145 LOS_ListAdd(&g_vmSpaceList, &vmSpace->node); in OsVmSpaceInitCommon() 231 LOS_ListAdd(&space->archMmu.ptList, &(vmPage->node)); in OsCreateUserVmSpace() 900 LOS_ListDelete(&space->node); 1051 while ((vmPage = LOS_ListRemoveHeadType(&pageList, LosVmPage, node))) {
|
/kernel/linux/linux-6.6/drivers/s390/cio/ |
H A D | cmf.c | 441 struct ccw_device_private *node; in alloc_cmb_single() local 456 list_for_each_entry(node, &cmb_area.list, cmb_list) { in alloc_cmb_single() 458 data = node->cmb; in alloc_cmb_single() 469 list_add_tail(&cdev->private->cmb_list, &node->cmb_list); in alloc_cmb_single()
|
/kernel/linux/linux-6.6/drivers/scsi/isci/ |
H A D | remote_device.c | 321 /* called once the remote node context is ready to be freed. 360 * remote node to complete being posted and invalidated. in sci_remote_device_stop() 557 * called once the remote node context has transisitioned to a ready 915 /* The remote node context must cleanup the TCi to NCQ mapping in sci_remote_device_start_task() 918 * either case the remote node context state machine will take in sci_remote_device_start_task() 919 * the correct action when the remote node context is suspended in sci_remote_device_start_task() 967 /* called once the remote node context has transisitioned to a 1003 * sci_remote_device_destruct() - free remote node context and destruct 1054 list_del_init(&idev->node); in isci_remote_device_deconstruct() 1265 * sci_phy object. Remote node contex [all...] |
/kernel/linux/linux-6.6/sound/soc/intel/skylake/ |
H A D | skl-pcm.c | 1359 list_for_each_entry(p, &skl->ppl_list, node) { in skl_populate_modules() 1360 list_for_each_entry(m, &p->pipe->w_list, node) { in skl_populate_modules() 1503 list_for_each_entry_safe(modules, tmp, &skl->bind_list, node) { in skl_platform_unregister() 1504 list_del(&modules->node); in skl_platform_unregister()
|
/kernel/linux/linux-6.6/sound/soc/intel/catpt/ |
H A D | pcm.c | 106 list_for_each_entry(pos, &cdev->stream_list, node) { in catpt_stream_find() 290 INIT_LIST_HEAD(&stream->node); in catpt_dai_startup() 294 list_add_tail(&stream->node, &cdev->stream_list); in catpt_dai_startup() 315 list_del(&stream->node); in catpt_dai_shutdown()
|