Searched refs:get_name (Results 1 - 11 of 11) sorted by relevance

/u-boot/include/dm/
H A Dacpi.h130 * get_name() - Obtain the ACPI name of a device
138 int (*get_name)(const struct udevice *dev, char *out_name); member in struct:acpi_ops
209 * in functions that implement the get_name() method.
/u-boot/drivers/rtc/
H A Dsandbox_rtc.c78 .get_name = sandbox_rtc_get_name,
/u-boot/arch/x86/cpu/apollolake/
H A Dlpc.c124 .get_name = apl_acpi_lpc_get_name,
H A Dhostbridge.c371 .get_name = apl_acpi_hb_get_name,
/u-boot/tools/dtoc/
H A Dfdt.py254 node_name = fdt_obj.get_name(node._offset)
350 name = fdt_obj.get_name(offset)
367 name = fdt_obj.get_name(self._offset)
376 if subnode.name != fdt_obj.get_name(offset):
378 (subnode.name, fdt_obj.get_name(offset)))
/u-boot/drivers/core/
H A Dacpi.c95 if (aops && aops->get_name)
96 return aops->get_name(dev, out_name);
H A Droot.c436 .get_name = root_acpi_get_name,
/u-boot/drivers/gpio/
H A Dsandbox.c311 .get_name = sb_gpio_get_name,
572 .get_name = sb_pinctrl_get_name,
/u-boot/drivers/i2c/
H A Dacpi_i2c.c225 .get_name = acpi_i2c_get_name,
/u-boot/fs/fat/
H A Dfat.c127 static void get_name(dir_entry *dirent, char *s_name) function
1077 get_name(dent, itr->s_name);
/u-boot/test/dm/
H A Dacpi.c126 .get_name = testacpi_get_name,
151 /* Test ACPI get_name() */

Completed in 88 milliseconds