Home
last modified time | relevance | path

Searched refs:acpi_dp_dev_copy_int (Results 1 – 4 of 4) sorted by relevance

/u-boot/include/acpi/
A Dacpi_dp.h271 int acpi_dp_dev_copy_int(const struct udevice *dev, struct acpi_dp *dp,
/u-boot/test/dm/
A Dacpi_dp.c444 ut_assertok(acpi_dp_dev_copy_int(dev, dp, "int-value")); in dm_test_acpi_dp_copy()
445 ut_asserteq(-EINVAL, acpi_dp_dev_copy_int(dev, dp, "missing-value")); in dm_test_acpi_dp_copy()
446 ut_assertok(acpi_dp_dev_copy_int(dev, dp, "uint-value")); in dm_test_acpi_dp_copy()
/u-boot/drivers/sound/
A Dda7219.c95 acpi_dp_dev_copy_int(dev, dsd, "dlg,micbias-lvl"); in da7219_acpi_fill_ssdt()
/u-boot/lib/acpi/
A Dacpi_dp.c375 int acpi_dp_dev_copy_int(const struct udevice *dev, struct acpi_dp *dp, in acpi_dp_dev_copy_int() function

Completed in 5 milliseconds