Searched refs:acpi_dp_dev_copy_int (Results 1 – 4 of 4) sorted by relevance
/u-boot/include/acpi/ |
A D | acpi_dp.h | 271 int acpi_dp_dev_copy_int(const struct udevice *dev, struct acpi_dp *dp,
|
/u-boot/test/dm/ |
A D | acpi_dp.c | 444 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 D | da7219.c | 95 acpi_dp_dev_copy_int(dev, dsd, "dlg,micbias-lvl"); in da7219_acpi_fill_ssdt()
|
/u-boot/lib/acpi/ |
A D | acpi_dp.c | 375 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