Home
last modified time | relevance | path

Searched defs:node (Results 851 – 875 of 2853) sorted by relevance

1...<<31323334353637383940>>...115

/linux-6.14.4/scripts/kconfig/
Dutil.c20 struct hlist_node node; member
/linux-6.14.4/drivers/ptp/
Dptp_ines.c165 struct device_node *node; member
194 struct device_node *node = device->of_node; in ines_clock_init() local
236 static struct ines_port *ines_find_port(struct device_node *node, u32 index) in ines_find_port()
698 struct device_node *node = device->of_node; in ines_ptp_probe_channel() local
/linux-6.14.4/drivers/perf/
Darm-ni.c470 static int arm_ni_init_cd(struct arm_ni *ni, struct arm_ni_node *node, u64 res_start) in arm_ni_init_cd()
578 static void arm_ni_probe_domain(void __iomem *base, struct arm_ni_node *node) in arm_ni_probe_domain()
721 int node; in arm_ni_pmu_online_cpu() local
734 int node; in arm_ni_pmu_offline_cpu() local
Dcxl_pmu.c91 struct list_head node; member
107 struct hlist_node node; member
911 static int cxl_pmu_online_cpu(unsigned int cpu, struct hlist_node *node) in cxl_pmu_online_cpu()
928 static int cxl_pmu_offline_cpu(unsigned int cpu, struct hlist_node *node) in cxl_pmu_offline_cpu()
/linux-6.14.4/drivers/dma/ti/
Ddma-crossbar.c133 struct device_node *node = pdev->dev.of_node; in ti_am335x_xbar_probe() local
325 struct device_node *node = pdev->dev.of_node; in ti_dra7_xbar_probe() local
/linux-6.14.4/drivers/irqchip/
Dirq-loongson-liointc.c204 struct fwnode_handle *domain_handle, struct device_node *node) in liointc_init()
329 static int __init liointc_of_init(struct device_node *node, in liointc_of_init()
Dirq-loongson-htpic.c83 static int __init htpic_of_init(struct device_node *node, struct device_node *parent) in htpic_of_init()
Dirq-renesas-rzg2l.c531 static int rzg2l_irqc_common_init(struct device_node *node, struct device_node *parent, in rzg2l_irqc_common_init()
616 static int __init rzg2l_irqc_init(struct device_node *node, in rzg2l_irqc_init()
622 static int __init rzfive_irqc_init(struct device_node *node, in rzfive_irqc_init()
/linux-6.14.4/include/linux/firmware/
Dxlnx-zynqmp.h759 static inline int zynqmp_pm_request_node(const u32 node, const u32 capabilities, in zynqmp_pm_request_node()
766 static inline int zynqmp_pm_release_node(const u32 node) in zynqmp_pm_release_node()
771 static inline int zynqmp_pm_set_requirement(const u32 node, in zynqmp_pm_set_requirement()
883 static inline int zynqmp_pm_register_notifier(const u32 node, const u32 event, in zynqmp_pm_register_notifier()
917 static inline int zynqmp_pm_request_wake(const u32 node, in zynqmp_pm_request_wake()
940 static inline int zynqmp_pm_set_sd_config(u32 node, in zynqmp_pm_set_sd_config()
947 static inline int zynqmp_pm_set_gem_config(u32 node, in zynqmp_pm_set_gem_config()
/linux-6.14.4/drivers/net/phy/
Dmotorcomm.c832 struct device_node *node = phydev->mdio.dev.of_node; in ytphy_get_delay_reg_value() local
981 struct device_node *node = phydev->mdio.dev.of_node; in yt8531_set_ds() local
1036 struct device_node *node = phydev->mdio.dev.of_node; in yt8521_probe() local
1154 struct device_node *node = phydev->mdio.dev.of_node; in yt8531_probe() local
1650 struct device_node *node = phydev->mdio.dev.of_node; in yt8521_config_init() local
1686 struct device_node *node = phydev->mdio.dev.of_node; in yt8531_config_init() local
1729 struct device_node *node = phydev->mdio.dev.of_node; in yt8531_link_change_notify() local
/linux-6.14.4/mm/
Dhugetlb.c1298 int node = NUMA_NO_NODE; in dequeue_hugetlb_folio_nodemask() local
1434 #define for_each_node_mask_to_alloc(next_node, nr_nodes, node, mask) \ argument
1440 #define for_each_node_mask_to_free(hs, nr_nodes, node, mask) \ argument
1461 int node; in alloc_gigantic_folio() local
1656 struct llist_node *node; in free_hpage_workfn() local
2062 int nr_nodes, node; in alloc_pool_huge_folio() local
2086 int nr_nodes, node; in remove_pool_hugetlb_folio() local
2399 int node; in gather_surplus_pages() local
3156 int nr_nodes, node = nid; in __alloc_bootmem_huge_page() local
3609 int nr_nodes, node; in adjust_pool_surplus() local
[all …]
Dnommu.c136 pgprot_t prot, unsigned long vm_flags, int node, in __vmalloc_node_range_noprof()
143 int node, const void *caller) in __vmalloc_node_noprof()
241 void *vmalloc_node_noprof(unsigned long size, int node) in vmalloc_node_noprof()
259 void *vzalloc_node_noprof(unsigned long size, int node) in vzalloc_node_noprof()
311 void *vm_map_ram(struct page **pages, unsigned int count, int node) in vm_map_ram()
/linux-6.14.4/net/xdp/
Dxsk.h32 struct list_head node; member
/linux-6.14.4/drivers/gpu/drm/xe/
Dxe_guc_debugfs.c19 static struct xe_guc *node_to_guc(struct drm_info_node *node) in node_to_guc()
/linux-6.14.4/drivers/phy/
Dphy-core.c138 static struct phy_provider *of_phy_provider_lookup(struct device_node *node) in of_phy_provider_lookup()
998 struct phy *phy_create(struct device *dev, struct device_node *node, in phy_create()
1076 struct phy *devm_phy_create(struct device *dev, struct device_node *node, in devm_phy_create()
/linux-6.14.4/net/tipc/
Dbcast.c738 void tipc_nlist_add(struct tipc_nlist *nl, u32 node) in tipc_nlist_add()
746 void tipc_nlist_del(struct tipc_nlist *nl, u32 node) in tipc_nlist_del()
790 u32 node, port; in tipc_mcast_filter_msg() local
/linux-6.14.4/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_tc.h154 struct rhash_head node; member
178 struct rhash_head node; member
192 struct rhash_head node; member
/linux-6.14.4/drivers/gpu/drm/mediatek/
Dmtk_disp_ovl_adaptor.c472 static int ovl_adaptor_comp_get_id(struct device *dev, struct device_node *node, in ovl_adaptor_comp_get_id()
500 static int ovl_adaptor_of_get_ddp_comp_type(struct device_node *node, in ovl_adaptor_of_get_ddp_comp_type()
513 bool mtk_ovl_adaptor_is_comp_present(struct device_node *node) in mtk_ovl_adaptor_is_comp_present()
/linux-6.14.4/include/linux/
Dmii_timestamper.h111 struct mii_timestamper *register_mii_timestamper(struct device_node *node, in register_mii_timestamper()
/linux-6.14.4/drivers/dma-buf/
Dsync_debug.h63 struct rb_node node; member
/linux-6.14.4/arch/arm/mach-omap2/
Domap-iommu.c21 struct list_head node; member
/linux-6.14.4/arch/x86/kernel/
Dsetup_percpu.c71 int node = early_cpu_to_node(cpu); in pcpu_need_numa() local
/linux-6.14.4/drivers/watchdog/
Dsun4v_wdt.c95 u64 node; in sun4v_wdt_init() local
/linux-6.14.4/drivers/mmc/host/
Dcavium-thunderx.c60 struct device_node *node = pdev->dev.of_node; in thunder_mmc_probe() local
/linux-6.14.4/drivers/gpu/drm/tilcdc/
Dtilcdc_external.c166 struct device_node *node; in tilcdc_get_external_components() local

1...<<31323334353637383940>>...115