| /linux-6.15/drivers/media/platform/renesas/rcar-vin/ |
| H A D | rcar-dma.c | 1200 struct rvin_buffer *buf, *node; in return_unused_buffers() local 1205 list_for_each_entry_safe(buf, node, &vin->buf_list, list) { in return_unused_buffers()
|
| /linux-6.15/drivers/pinctrl/nuvoton/ |
| H A D | pinctrl-ma35.c | 1055 struct device_node *node = to_of_node(child); in ma35_pinctrl_parse_functions() local 1057 groups[i] = node->name; in ma35_pinctrl_parse_functions()
|
| /linux-6.15/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx6qdl-apalis.dtsi | 506 /* These GPIOs are muxed with the iomuxc node */ 715 /* These GPIOs are muxed with the iomuxc node */
|
| /linux-6.15/drivers/media/pci/mgb4/ |
| H A D | mgb4_vin.c | 177 struct mgb4_frame_buffer *buf, *node; in return_all_buffers() local 181 list_for_each_entry_safe(buf, node, &vindev->buf_list, list) { in return_all_buffers()
|
| /linux-6.15/drivers/tty/serial/8250/ |
| H A D | 8250_exar.c | 1139 const struct software_node *node) in __xr17v35x_register_gpio() argument 1150 if (device_add_software_node(&pdev->dev, node) < 0 || in __xr17v35x_register_gpio()
|
| /linux-6.15/drivers/crypto/hisilicon/sec2/ |
| H A D | sec_main.c | 405 int node = cpu_to_node(raw_smp_processor_id()); in sec_create_qps() local 414 ret = hisi_qm_alloc_qps_node(&sec_devices, ctx_num, 0, node, qps); in sec_create_qps()
|
| /linux-6.15/drivers/char/ |
| H A D | Kconfig | 126 If you say Y here, a special character device node, /dev/op_panel, 153 If you say Y here and create a character device node /dev/nwbutton
|
| /linux-6.15/drivers/media/platform/nxp/ |
| H A D | imx-mipi-csis.c | 1432 struct device_node *node = csis->dev->of_node; in mipi_csis_parse_dt() local 1434 if (of_property_read_u32(node, "clock-frequency", in mipi_csis_parse_dt()
|
| /linux-6.15/drivers/md/ |
| H A D | dm-stats.c | 146 static void *dm_kvzalloc(size_t alloc_size, int node) in dm_kvzalloc() argument 153 p = kvzalloc_node(alloc_size, GFP_KERNEL | __GFP_NOMEMALLOC, node); in dm_kvzalloc()
|
| H A D | raid1.c | 54 #define START(node) ((node)->start) argument 55 #define LAST(node) ((node)->last) argument 56 INTERVAL_TREE_DEFINE(struct serial_info, node, sector_t, _subtree_last,
|
| /linux-6.15/kernel/sched/ |
| H A D | debug.c | 1140 void print_numa_stats(struct seq_file *m, int node, unsigned long tsf, in print_numa_stats() argument 1143 SEQ_printf(m, "numa_faults node=%d ", node); in print_numa_stats()
|
| /linux-6.15/include/linux/ |
| H A D | blkdev.h | 556 int node; member 876 struct gendisk *__blk_alloc_disk(struct queue_limits *lim, int node,
|
| /linux-6.15/net/batman-adv/ |
| H A D | network-coding.c | 514 static bool batadv_nc_hash_compare(const struct hlist_node *node, in batadv_nc_hash_compare() argument 519 nc_path1 = container_of(node, struct batadv_nc_path, hash_entry); in batadv_nc_hash_compare()
|
| H A D | distributed-arp-table.c | 215 static bool batadv_compare_dat(const struct hlist_node *node, const void *data2) in batadv_compare_dat() argument 217 const void *data1 = container_of(node, struct batadv_dat_entry, in batadv_compare_dat()
|
| /linux-6.15/drivers/gpu/drm/sti/ |
| H A D | sti_hqvdp.c | 567 struct drm_info_node *node = s->private; in hqvdp_dbg_show() local 568 struct sti_hqvdp *hqvdp = (struct sti_hqvdp *)node->info_ent->data; in hqvdp_dbg_show()
|
| H A D | sti_hdmi.c | 672 struct drm_info_node *node = s->private; in hdmi_dbg_show() local 673 struct sti_hdmi *hdmi = (struct sti_hdmi *)node->info_ent->data; in hdmi_dbg_show()
|
| /linux-6.15/drivers/hwtracing/ptt/ |
| H A D | hisi_ptt.c | 1383 static int hisi_ptt_cpu_teardown(unsigned int cpu, struct hlist_node *node) in hisi_ptt_cpu_teardown() argument 1389 hisi_ptt = hlist_entry_safe(node, struct hisi_ptt, hotplug_node); in hisi_ptt_cpu_teardown()
|
| /linux-6.15/drivers/crypto/ |
| H A D | omap-aes.c | 958 struct device_node *node = dev->of_node; in omap_aes_get_res_of() local 968 err = of_address_to_resource(node, 0, res); in omap_aes_get_res_of()
|
| /linux-6.15/Documentation/locking/ |
| H A D | ww-mutex-design.rst | 236 e.g. when adjusting edges in a graph where each node has its own ww_mutex lock, 245 or keep track off which looks are already held (when using more than one node
|
| /linux-6.15/sound/soc/ti/ |
| H A D | omap-mcbsp.c | 1370 struct device_node *node = pdev->dev.of_node; in asoc_mcbsp_probe() local 1380 if (!of_property_read_u32(node, "ti,buffer-size", &buffer_size)) in asoc_mcbsp_probe()
|
| /linux-6.15/drivers/clk/tegra/ |
| H A D | clk-tegra210.c | 3735 struct device_node *node; in tegra210_clock_init() local 3744 node = of_find_matching_node(NULL, pmc_match); in tegra210_clock_init() 3745 if (!node) { in tegra210_clock_init() 3751 pmc_base = of_iomap(node, 0); in tegra210_clock_init() 3752 of_node_put(node); in tegra210_clock_init()
|
| /linux-6.15/drivers/of/ |
| H A D | unittest.c | 357 struct hlist_node node; member 373 hash_for_each_possible(phandle_ht, nh, node, np->phandle) { in of_unittest_check_phandles() 387 hash_add(phandle_ht, &nh->node, np->phandle); in of_unittest_check_phandles() 394 hash_for_each_safe(phandle_ht, i, tmp, nh, node) { in of_unittest_check_phandles() 395 hash_del(&nh->node); in of_unittest_check_phandles()
|
| /linux-6.15/drivers/net/ethernet/ti/ |
| H A D | cpsw_new.c | 1225 struct device_node *node = cpsw->dev->of_node, *tmp_node, *port_np; in cpsw_probe_dt() local 1231 if (!node) in cpsw_probe_dt() 1234 tmp_node = of_get_child_by_name(node, "ethernet-ports"); in cpsw_probe_dt()
|
| /linux-6.15/drivers/pci/ |
| H A D | setup-bus.c | 1666 list_for_each_entry(child, &b->children, node) in pci_bus_allocate_resources() 1846 list_for_each_entry(child_bus, &bus->children, node) { in pci_bus_get_depth() 2339 list_for_each_entry(root_bus, &pci_root_buses, node) { in pci_assign_unassigned_resources()
|
| /linux-6.15/mm/ |
| H A D | page-writeback.c | 281 int node; in highmem_dirtyable_memory() local 285 for_each_node_state(node, N_HIGH_MEMORY) { in highmem_dirtyable_memory() 293 z = &NODE_DATA(node)->node_zones[i]; in highmem_dirtyable_memory()
|