Home
last modified time | relevance | path

Searched refs:regnode (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/drivers/scsi/aic7xxx/aicasm/
Daicasm_symbol.c371 aic_print_reg_dump_start(FILE *dfile, symbol_node_t *regnode) in aic_print_reg_dump_start() argument
379 regnode->symbol->name); in aic_print_reg_dump_start()
384 symbol_node_t *regnode, u_int num_entries) in aic_print_reg_dump_end() argument
389 lower_name = strdup(regnode->symbol->name); in aic_print_reg_dump_end()
414 num_entries != 0 ? regnode->symbol->name : "NULL", in aic_print_reg_dump_end()
417 regnode->symbol->name, in aic_print_reg_dump_end()
418 regnode->symbol->info.rinfo->address); in aic_print_reg_dump_end()
435 regnode->symbol->name, in aic_print_reg_dump_end()
436 regnode->symbol->info.rinfo->address); in aic_print_reg_dump_end()
475 symbol_node_t *regnode; in symtable_dump() local
[all …]
/linux-6.6.21/drivers/regulator/
Dcore.c434 struct device_node *regnode = NULL; in of_get_child_regulator() local
438 regnode = of_parse_phandle(child, prop_name, 0); in of_get_child_regulator()
440 if (!regnode) { in of_get_child_regulator()
441 regnode = of_get_child_regulator(child, prop_name); in of_get_child_regulator()
442 if (regnode) in of_get_child_regulator()
452 return regnode; in of_get_child_regulator()
466 struct device_node *regnode = NULL; in of_get_regulator() local
472 regnode = of_parse_phandle(dev->of_node, prop_name, 0); in of_get_regulator()
474 if (!regnode) { in of_get_regulator()
475 regnode = of_get_child_regulator(dev->of_node, prop_name); in of_get_regulator()
[all …]
/linux-6.6.21/arch/powerpc/platforms/512x/
Dclock-commonclk.c992 #define NODE_CHK(clkname, clkitem, regnode, regflag) do { \ argument
998 if (regnode) \