Searched refs:read_node (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/kernel/scripts/genksyms/ |
| H A D | genksyms.c | 408 static struct string_list *read_node(FILE *f) in read_node() function 464 sym = read_node(f); in read_reference() 469 sym = read_node(f); in read_reference() 473 def = read_node(f); in read_reference() 478 def = read_node(f); in read_reference() 483 def = read_node(f); in read_reference()
|
| /OK3568_Linux_fs/u-boot/tools/binman/etype/ |
| H A D | entry.py | 46 def __init__(self, image, etype, node, read_node=True): argument 59 if read_node:
|
| /OK3568_Linux_fs/u-boot/tools/binman/ |
| H A D | entry_test.py | 17 base_entry = entry.Entry(None, None, None, read_node=False)
|