Searched refs:read_node (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/powerpc/platforms/ps3/ |
H A D | repository.c | 109 static int read_node(unsigned int lpar_id, u64 n1, u64 n2, u64 n3, u64 n4, in read_node() function 152 return read_node(PS3_LPAR_ID_PME, in ps3_repository_read_bus_str() 161 return read_node(PS3_LPAR_ID_PME, make_first_field("bus", bus_index), in ps3_repository_read_bus_id() 171 result = read_node(PS3_LPAR_ID_PME, in ps3_repository_read_bus_type() 186 result = read_node(PS3_LPAR_ID_PME, in ps3_repository_read_bus_num_dev() 198 return read_node(PS3_LPAR_ID_PME, in ps3_repository_read_dev_str() 209 return read_node(PS3_LPAR_ID_PME, make_first_field("bus", bus_index), in ps3_repository_read_dev_id() 220 result = read_node(PS3_LPAR_ID_PME, in ps3_repository_read_dev_type() 238 result = read_node(PS3_LPAR_ID_PME, in ps3_repository_read_dev_intr() 256 result = read_node(PS3_LPAR_ID_PME, in ps3_repository_read_dev_reg_type() [all …]
|
/openbmc/u-boot/tools/binman/ |
H A D | entry_test.py | 53 base_entry = entry.Entry(None, None, None, read_node=False) 71 base_entry = entry.Entry(None, None, base_node, read_node=False) 74 sub_entry = entry.Entry(None, None, sub_node, read_node=False) 80 base_entry = entry.Entry(None, None, None, read_node=False)
|
H A D | entry.py | 63 def __init__(self, section, etype, node, read_node=True, name_prefix=''): argument 80 if read_node:
|
/openbmc/linux/scripts/genksyms/ |
H A D | genksyms.c | 415 static struct string_list *read_node(FILE *f) in read_node() function 471 sym = read_node(f); in read_reference() 476 sym = read_node(f); in read_reference() 480 def = read_node(f); in read_reference() 485 def = read_node(f); in read_reference() 490 def = read_node(f); in read_reference()
|