| /linux-6.15/Documentation/devicetree/bindings/phy/ |
| H A D | phy-stm32-usbphyc.yaml | 68 Each port the controller provides must be represented as a sub-node.
|
| /linux-6.15/Documentation/devicetree/bindings/sound/ |
| H A D | cs35l36.txt | 100 Optional properties for the "cirrus,vpbr-config" Sub-node
|
| /linux-6.15/Documentation/iio/ |
| H A D | iio_devbuf.rst | 12 ``/dev/iio:deviceX`` character device node, thus reducing the CPU load.
|
| /linux-6.15/samples/qmi/ |
| H A D | qmi_sample_client.c | 537 struct sockaddr_qrtr sq = { AF_QIPCRTR, service->node, service->port }; in qmi_sample_new_server()
|
| /linux-6.15/arch/powerpc/include/asm/ |
| H A D | spu.h | 120 u32 node; member
|
| /linux-6.15/arch/arm64/boot/dts/qcom/ |
| H A D | sc7180-acer-aspire1.dts | 14 /delete-node/ &tz_mem; 15 /delete-node/ &ipa_fw_mem;
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en.h | 1029 struct mlx5e_xsk_param *xsk, int node, u16 q_counter, 1053 int node; member
|
| /linux-6.15/drivers/phy/st/ |
| H A D | phy-miphy28lp.c | 1109 static int miphy28lp_probe_resets(struct device_node *node, in miphy28lp_probe_resets() argument 1116 of_reset_control_get_shared(node, "miphy-sw-rst"); in miphy28lp_probe_resets()
|
| /linux-6.15/drivers/mtd/nand/raw/ |
| H A D | fsl_ifc_nand.c | 989 struct device_node *node = dev->dev.of_node; in fsl_ifc_nand_probe() local 997 ret = of_address_to_resource(node, 0, &res); in fsl_ifc_nand_probe()
|
| /linux-6.15/drivers/gpu/drm/stm/ |
| H A D | lvds.c | 750 struct device_node *node = lvds->dev->of_node; in lvds_pixel_clk_register() local 762 ret = of_clk_add_hw_provider(node, of_clk_hw_simple_get, in lvds_pixel_clk_register()
|
| /linux-6.15/arch/csky/kernel/ |
| H A D | perf_event.c | 1296 struct device_node *node = pdev->dev.of_node; in csky_pmu_device_probe() local 1305 if (of_property_read_u32(node, "count-width", in csky_pmu_device_probe()
|
| /linux-6.15/include/linux/mlx5/ |
| H A D | driver.h | 1017 struct mlx5_frag_buf *buf, int node); 1054 int node);
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | iommu.c | 913 unsigned long mask, gfp_t flag, int node) in iommu_alloc_coherent() argument 940 page = alloc_pages_node(node, flag, order); in iommu_alloc_coherent()
|
| /linux-6.15/Documentation/sound/codecs/ |
| H A D | cs35l56.rst | 265 No AF01 node 267 node named "AF01" but it was not found.
|
| /linux-6.15/Documentation/mm/ |
| H A D | multigen_lru.rst | 225 An memcg LRU is a per-node LRU of memcgs. It is also an LRU of LRUs, 226 since each node and memcg combination has an LRU of folios (see
|
| /linux-6.15/drivers/rtc/ |
| H A D | rtc-ds1307.c | 1601 struct device_node *node = ds1307->dev->of_node; in ds3231_clks_register() local 1639 if (node) in ds3231_clks_register() 1640 of_clk_add_provider(node, of_clk_src_onecell_get, onecell); in ds3231_clks_register()
|
| /linux-6.15/sound/soc/intel/avs/ |
| H A D | pcm.c | 1002 list_add_tail(&acomp->node, &adev->comp_list); in avs_component_probe() 1022 list_del(&acomp->node); in avs_component_remove() 1348 INIT_LIST_HEAD(&acomp->node); in avs_soc_component_register()
|
| /linux-6.15/net/nfc/ |
| H A D | netlink.c | 392 hlist_for_each_entry_safe(sdres, n, sdres_list, node) { in nfc_genl_llc_send_sdres() 409 hlist_del(&sdres->node); in nfc_genl_llc_send_sdres() 1208 hlist_add_head(&sdreq->node, &sdreq_list); in nfc_genl_llc_sdreq()
|
| /linux-6.15/drivers/net/wireless/realtek/rtw88/ |
| H A D | rtw8703b.c | 533 struct device_node *node = rtwdev->dev->of_node; in try_mac_from_devicetree() local 537 if (node) { in try_mac_from_devicetree() 538 ret = of_get_mac_address(node, efuse->addr); in try_mac_from_devicetree()
|
| /linux-6.15/drivers/iio/adc/ |
| H A D | ad7380.c | 1922 device_for_each_child_node_scoped(dev, node) { in ad7380_probe() 1926 ret = fwnode_property_read_u32(node, "reg", &channel); in ad7380_probe() 1936 ret = fwnode_property_read_u32(node, "adi,gain-milli", in ad7380_probe()
|
| /linux-6.15/drivers/scsi/ |
| H A D | scsi_lib.c | 2637 evt = list_entry(this, struct scsi_event, node); in scsi_evt_thread() 2638 list_del(&evt->node); in scsi_evt_thread() 2667 list_add_tail(&evt->node, &sdev->event_list); in sdev_evt_send() 2688 INIT_LIST_HEAD(&evt->node); in sdev_evt_alloc()
|
| /linux-6.15/tools/perf/ |
| H A D | builtin-stat.c | 154 bool node, socket, die, cluster, cache, core, thread, no_aggr; member 162 if (opt_mode->node) in opt_aggr_mode_to_aggr_mode() 1682 id.node = perf_env__numa_node(data, cpu); in perf_env__get_node_aggr_by_cpu() 2420 OPT_BOOLEAN(0, "per-node", &opt_mode.node, "aggregate counts per numa node"), in cmd_stat()
|
| /linux-6.15/tools/power/pm-graph/ |
| H A D | sleepgraph.py | 326 self.hostname = platform.node() 2078 node = DeviceNode(name, depth) 2085 node.children.append(cnode) 2086 return node 2087 def printTopology(self, node): argument 2089 if node.name: 2094 if node.name in list: 2096 e = list[node.name]['end'] 2097 if list[node.name]['drv']: 2104 if len(node.children) > 0: [all …]
|
| /linux-6.15/drivers/net/ |
| H A D | virtio_net.c | 445 struct hlist_node node; member 3962 static int virtnet_cpu_online(unsigned int cpu, struct hlist_node *node) in virtnet_cpu_online() argument 3964 struct virtnet_info *vi = hlist_entry_safe(node, struct virtnet_info, in virtnet_cpu_online() 3965 node); in virtnet_cpu_online() 3970 static int virtnet_cpu_dead(unsigned int cpu, struct hlist_node *node) in virtnet_cpu_dead() argument 3972 struct virtnet_info *vi = hlist_entry_safe(node, struct virtnet_info, in virtnet_cpu_dead() 3980 struct virtnet_info *vi = hlist_entry_safe(node, struct virtnet_info, in virtnet_cpu_down_prep() 3981 node); in virtnet_cpu_down_prep() 3993 ret = cpuhp_state_add_instance_nocalls(virtionet_online, &vi->node); in virtnet_cpu_notif_add() 4000 cpuhp_state_remove_instance_nocalls(virtionet_online, &vi->node); in virtnet_cpu_notif_add() [all …]
|
| /linux-6.15/net/core/ |
| H A D | skbuff.c | 567 static void *kmalloc_reserve(unsigned int *size, gfp_t flags, int node, in kmalloc_reserve() argument 579 node); in kmalloc_reserve() 585 obj = kmem_cache_alloc_node(net_hotdata.skb_small_head_cache, flags, node); in kmalloc_reserve() 601 node); in kmalloc_reserve() 607 obj = kmalloc_node_track_caller(obj_size, flags, node); in kmalloc_reserve() 640 int flags, int node) in __alloc_skb() argument 655 likely(node == NUMA_NO_NODE || node == numa_mem_id())) in __alloc_skb() 658 skb = kmem_cache_alloc_node(cache, gfp_mask & ~GFP_DMA, node); in __alloc_skb() 668 data = kmalloc_reserve(&size, gfp_mask, node, &pfmemalloc); in __alloc_skb()
|