Searched refs:get_name (Results 1 – 13 of 13) sorted by relevance
/u-boot/include/dm/ |
A D | acpi.h | 80 int (*get_name)(const struct udevice *dev, char *out_name); member
|
/u-boot/drivers/rtc/ |
A D | sandbox_rtc.c | 78 .get_name = sandbox_rtc_get_name,
|
/u-boot/arch/x86/cpu/apollolake/ |
A D | lpc.c | 124 .get_name = apl_acpi_lpc_get_name,
|
A D | hostbridge.c | 371 .get_name = apl_acpi_hb_get_name,
|
/u-boot/drivers/core/ |
A D | acpi.c | 74 if (aops && aops->get_name) in acpi_get_name() 75 return aops->get_name(dev, out_name); in acpi_get_name()
|
A D | root.c | 366 .get_name = root_acpi_get_name,
|
/u-boot/tools/dtoc/ |
A D | fdt.py | 310 name = fdt_obj.get_name(offset) 329 if subnode.name != fdt_obj.get_name(offset): 331 (subnode.name, fdt_obj.get_name(offset)))
|
/u-boot/drivers/gpio/ |
A D | sandbox.c | 264 .get_name = sb_gpio_get_name, 521 .get_name = sb_pinctrl_get_name,
|
/u-boot/drivers/i2c/ |
A D | acpi_i2c.c | 225 .get_name = acpi_i2c_get_name,
|
/u-boot/fs/fat/ |
A D | fat.c | 122 static void get_name(dir_entry *dirent, char *s_name) in get_name() function 1019 get_name(dent, itr->s_name); in fat_itr_next()
|
/u-boot/test/dm/ |
A D | acpi.c | 98 .get_name = testacpi_get_name,
|
/u-boot/tools/ |
A D | moveconfig.py | 1543 if sel.get_name() == config:
|
/u-boot/scripts/dtc/pylibfdt/ |
A D | libfdt.i_shipped | 332 def get_name(self, nodeoffset):
|
Completed in 17 milliseconds