Searched refs:regnode (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_symbol.c | 370 aic_print_reg_dump_start(FILE *dfile, symbol_node_t *regnode) in aic_print_reg_dump_start() argument 378 regnode->symbol->name); in aic_print_reg_dump_start() 383 symbol_node_t *regnode, u_int num_entries) in aic_print_reg_dump_end() argument 388 lower_name = strdup(regnode->symbol->name); in aic_print_reg_dump_end() 413 num_entries != 0 ? regnode->symbol->name : "NULL", in aic_print_reg_dump_end() 416 regnode->symbol->name, in aic_print_reg_dump_end() 417 regnode->symbol->info.rinfo->address); in aic_print_reg_dump_end() 434 regnode->symbol->name, in aic_print_reg_dump_end() 435 regnode->symbol->info.rinfo->address); in aic_print_reg_dump_end() 474 symbol_node_t *regnode; in symtable_dump() local [all …]
|
/kernel/linux/linux-5.10/drivers/regulator/ |
D | core.c | 377 struct device_node *regnode = NULL; in of_get_child_regulator() local 381 regnode = of_parse_phandle(child, prop_name, 0); in of_get_child_regulator() 383 if (!regnode) { in of_get_child_regulator() 384 regnode = of_get_child_regulator(child, prop_name); in of_get_child_regulator() 385 if (regnode) in of_get_child_regulator() 395 return regnode; in of_get_child_regulator() 409 struct device_node *regnode = NULL; in of_get_regulator() local 415 regnode = of_parse_phandle(dev->of_node, prop_name, 0); in of_get_regulator() 417 if (!regnode) { in of_get_regulator() 418 regnode = of_get_child_regulator(dev->of_node, prop_name); in of_get_regulator() [all …]
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/512x/ |
D | clock-commonclk.c | 990 #define NODE_CHK(clkname, clkitem, regnode, regflag) do { \ argument 996 if (regnode) \
|