/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | voltage.c | 246 list_for_each_entry(voltdm, &voltdm_list, node) { in omap_voltage_late_init() 281 list_for_each_entry(temp_voltdm, &voltdm_list, node) { in _voltdm_lookup() 296 list_add(&voltdm->node, &voltdm_list); in _voltdm_register()
|
/kernel/linux/linux-6.6/arch/mips/loongson64/ |
H A D | init.c | 49 void __init szmem(unsigned int node) in szmem() argument 61 if (node_id != node) in szmem() 81 memblock_add_node(mem_start, mem_size, node, in szmem()
|
/kernel/linux/linux-5.10/drivers/irqchip/ |
H A D | irq-mvebu-pic.c | 124 struct device_node *node = pdev->dev.of_node; in mvebu_pic_probe() local 144 pic->parent_irq = irq_of_parse_and_map(node, 0); in mvebu_pic_probe() 150 pic->domain = irq_domain_add_linear(node, PIC_MAX_IRQS, in mvebu_pic_probe()
|
H A D | irq-ts4800.c | 94 struct device_node *node = pdev->dev.of_node; in ts4800_ic_probe() local 111 parent_irq = irq_of_parse_and_map(node, 0); in ts4800_ic_probe() 122 data->domain = irq_domain_add_linear(node, 8, &ts4800_ic_ops, data); in ts4800_ic_probe()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/adreno/ |
H A D | a5xx_debugfs.c | 72 struct drm_info_node *node = (struct drm_info_node *) m->private; in show() local 73 struct drm_device *dev = node->minor->dev; in show() 77 node->info_ent->data; in show()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_tc.h | 154 struct rhash_head node; member 178 struct rhash_head node; member 192 struct rhash_head node; member 200 /* L2 node in l2 hashtable that shares flow's l2 key */ 210 /* L2 node in tunnel-l2 hashtable that shares flow's tunnel l2 key */
|
/kernel/linux/linux-5.10/drivers/phy/broadcom/ |
H A D | phy-bcm-cygnus-pcie.c | 126 struct device_node *node = dev->of_node, *child; in cygnus_pcie_phy_probe() local 133 if (of_get_child_count(node) == 0) { in cygnus_pcie_phy_probe() 134 dev_err(dev, "PHY no child node\n"); in cygnus_pcie_phy_probe() 151 for_each_available_child_of_node(node, child) { in cygnus_pcie_phy_probe()
|
/kernel/linux/linux-5.10/drivers/nfc/nfcmrvl/ |
H A D | spi.c | 120 static int nfcmrvl_spi_parse_dt(struct device_node *node, in nfcmrvl_spi_parse_dt() argument 125 ret = nfcmrvl_parse_dt(node, pdata); in nfcmrvl_spi_parse_dt() 131 ret = irq_of_parse_and_map(node, 0); in nfcmrvl_spi_parse_dt()
|
H A D | uart.c | 70 static int nfcmrvl_uart_parse_dt(struct device_node *node, in nfcmrvl_uart_parse_dt() argument 76 matched_node = of_get_compatible_child(node, "marvell,nfc-uart"); in nfcmrvl_uart_parse_dt() 78 matched_node = of_get_compatible_child(node, "mrvl,nfc-uart"); in nfcmrvl_uart_parse_dt()
|
/kernel/linux/linux-5.10/drivers/soc/ti/ |
H A D | ti_sci_pm_domains.c | 41 * @node: link for the genpd list 48 struct list_head node; member 176 list_add(&pd->node, &pd_provider->pd_list); in ti_sci_pm_domain_probe() 192 list_for_each_entry(pd, &pd_provider->pd_list, node) in ti_sci_pm_domain_probe()
|
/kernel/linux/linux-5.10/drivers/soc/fsl/qbman/ |
H A D | bman_portal.c | 100 struct device_node *node = dev->of_node; in bman_portal_probe() local 124 dev_err(dev, "Can't get %pOF property 'reg::CE'\n", node); in bman_portal_probe() 131 dev_err(dev, "Can't get %pOF property 'reg::CI'\n", node); in bman_portal_probe()
|
/kernel/linux/linux-5.10/include/linux/soc/qcom/ |
H A D | qmi.h | 112 * @node: node of the service 122 unsigned int node; member 143 * @bye: inform a client that all clients from a node are gone 152 void (*bye)(struct qmi_handle *qmi, unsigned int node); 154 unsigned int node, unsigned int port);
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | svga.h | 118 int svga_compute_pll(const struct svga_pll *pll, u32 f_wanted, u16 *m, u16 *n, u16 *r, int node); 119 int svga_check_timings(const struct svga_timing_regs *tm, struct fb_var_screeninfo *var, int node); 120 void svga_set_timings(void __iomem *regbase, const struct svga_timing_regs *tm, struct fb_var_screeninfo *var, u32 hmul, u32 hdiv, u32 vmul, u32 vdiv, u32 hborder, int node);
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | oom.h | 45 __field( int, node) 56 __entry->node = zone_to_nid(zoneref->zone); 66 TP_printk("node=%d zone=%-8s order=%d reclaimable=%lu available=%lu min_wmark=%lu no_progress_loops=%d wmark_check=%d", 67 __entry->node, __print_symbolic(__entry->zone_idx, ZONE_TYPE),
|
/kernel/linux/linux-5.10/drivers/opp/ |
H A D | opp.h | 49 * @node: opp table node. The nodes are maintained throughout the lifetime 68 * @np: OPP's device node. 74 struct list_head node; member 102 * @node: list node 110 struct list_head node; member 126 * @node: table node - contains the devices with OPPs that 134 * @np: struct device_node pointer for opp's DT node 169 struct list_head node; global() member [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_tc.h | 154 struct rhash_head node; member 178 struct rhash_head node; member 192 struct rhash_head node; member 200 /* L2 node in l2 hashtable that shares flow's l2 key */ 210 /* L2 node in tunnel-l2 hashtable that shares flow's tunnel l2 key */
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | nsparse.c | 101 info->node = start_node; in acpi_ns_execute_table() 103 info->node_flags = info->node->flags; in acpi_ns_execute_table() 104 info->full_pathname = acpi_ns_get_normalized_pathname(info->node, TRUE); in acpi_ns_execute_table()
|
/kernel/linux/linux-6.6/include/linux/soc/qcom/ |
H A D | qmi.h | 112 * @node: node of the service 122 unsigned int node; member 143 * @bye: inform a client that all clients from a node are gone 152 void (*bye)(struct qmi_handle *qmi, unsigned int node); 154 unsigned int node, unsigned int port);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | svga.h | 118 int svga_compute_pll(const struct svga_pll *pll, u32 f_wanted, u16 *m, u16 *n, u16 *r, int node); 119 int svga_check_timings(const struct svga_timing_regs *tm, struct fb_var_screeninfo *var, int node); 120 void svga_set_timings(void __iomem *regbase, const struct svga_timing_regs *tm, struct fb_var_screeninfo *var, u32 hmul, u32 hdiv, u32 vmul, u32 vdiv, u32 hborder, int node);
|
/kernel/linux/linux-6.6/drivers/scsi/elx/efct/ |
H A D | efct_scsi.h | 140 efct_scsi_io_alloc(struct efct_node *node); 154 efct_scsi_new_initiator(struct efc *efc, struct efc_node *node); 162 efct_scsi_del_initiator(struct efc *efc, struct efc_node *node, int reason);
|
/kernel/linux/linux-6.6/drivers/soc/fsl/qbman/ |
H A D | bman_portal.c | 100 struct device_node *node = dev->of_node; in bman_portal_probe() local 124 dev_err(dev, "Can't get %pOF property 'reg::CE'\n", node); in bman_portal_probe() 131 dev_err(dev, "Can't get %pOF property 'reg::CI'\n", node); in bman_portal_probe()
|
/kernel/linux/linux-6.6/drivers/pmdomain/ti/ |
H A D | ti_sci_pm_domains.c | 41 * @node: link for the genpd list 48 struct list_head node; member 172 list_add(&pd->node, &pd_provider->pd_list); in ti_sci_pm_domain_probe() 188 list_for_each_entry(pd, &pd_provider->pd_list, node) in ti_sci_pm_domain_probe()
|
/kernel/linux/linux-6.6/drivers/clk/mediatek/ |
H A D | clk-mt8167-apmixedsys.c | 96 struct device_node *node = pdev->dev.of_node; in clk_mt8167_apmixed_probe() local 108 ret = mtk_clk_register_plls(node, plls, ARRAY_SIZE(plls), clk_data); in clk_mt8167_apmixed_probe() 117 ret = of_clk_add_hw_provider(node, of_clk_hw_onecell_get, clk_data); in clk_mt8167_apmixed_probe()
|
/kernel/linux/linux-6.6/drivers/clocksource/ |
H A D | timer-milbeaut.c | 168 static int __init mlb_timer_init(struct device_node *node) in mlb_timer_init() argument 173 ret = timer_of_init(node, &to); in mlb_timer_init() 180 node->name, rate, MLB_TIMER_RATING, 32, in mlb_timer_init()
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | oom.h | 45 __field( int, node) 56 __entry->node = zone_to_nid(zoneref->zone); 66 TP_printk("node=%d zone=%-8s order=%d reclaimable=%lu available=%lu min_wmark=%lu no_progress_loops=%d wmark_check=%d", 67 __entry->node, __print_symbolic(__entry->zone_idx, ZONE_TYPE),
|