Home
last modified time | relevance | path

Searched refs:get_name (Results 1 – 13 of 13) sorted by relevance

/u-boot/include/dm/
A Dacpi.h80 int (*get_name)(const struct udevice *dev, char *out_name); member
/u-boot/drivers/rtc/
A Dsandbox_rtc.c78 .get_name = sandbox_rtc_get_name,
/u-boot/arch/x86/cpu/apollolake/
A Dlpc.c124 .get_name = apl_acpi_lpc_get_name,
A Dhostbridge.c371 .get_name = apl_acpi_hb_get_name,
/u-boot/drivers/core/
A Dacpi.c74 if (aops && aops->get_name) in acpi_get_name()
75 return aops->get_name(dev, out_name); in acpi_get_name()
A Droot.c366 .get_name = root_acpi_get_name,
/u-boot/tools/dtoc/
A Dfdt.py310 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 Dsandbox.c264 .get_name = sb_gpio_get_name,
521 .get_name = sb_pinctrl_get_name,
/u-boot/drivers/i2c/
A Dacpi_i2c.c225 .get_name = acpi_i2c_get_name,
/u-boot/fs/fat/
A Dfat.c122 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 Dacpi.c98 .get_name = testacpi_get_name,
/u-boot/tools/
A Dmoveconfig.py1543 if sel.get_name() == config:
/u-boot/scripts/dtc/pylibfdt/
A Dlibfdt.i_shipped332 def get_name(self, nodeoffset):

Completed in 17 milliseconds