Home
last modified time | relevance | path

Searched refs:scope (Results 1 – 25 of 31) sorted by relevance

12

/u-boot/drivers/sound/
A Dmax98357a.c45 char scope[ACPI_PATH_MAX]; in max98357a_acpi_fill_ssdt() local
51 ret = acpi_device_scope(dev, scope, sizeof(scope)); in max98357a_acpi_fill_ssdt()
59 acpigen_write_scope(ctx, scope); in max98357a_acpi_fill_ssdt()
A Dda7219.c29 char scope[ACPI_PATH_MAX]; in da7219_acpi_fill_ssdt() local
36 ret = acpi_device_scope(dev, scope, sizeof(scope)); in da7219_acpi_fill_ssdt()
44 acpigen_write_scope(ctx, scope); in da7219_acpi_fill_ssdt()
/u-boot/lib/acpi/
A Dacpi_device.c83 ret = acpi_device_path_fill(dev_get_parent(dev), scope, maxlen, 0); in acpi_device_scope()
603 const char *scope) in acpi_device_set_i2c() argument
618 i2c->resource = scope; in acpi_device_set_i2c()
625 char scope[ACPI_PATH_MAX]; in acpi_device_write_i2c_dev() local
629 ret = acpi_device_scope(dev, scope, sizeof(scope)); in acpi_device_write_i2c_dev()
632 ret = acpi_device_set_i2c(dev, &i2c, scope); in acpi_device_write_i2c_dev()
725 const char *scope) in acpi_device_set_spi() argument
741 spi->resource = scope; in acpi_device_set_spi()
748 char scope[ACPI_PATH_MAX]; in acpi_device_write_spi_dev() local
752 ret = acpi_device_scope(dev, scope, sizeof(scope)); in acpi_device_write_spi_dev()
[all …]
A Dacpigen.c314 void acpigen_write_scope(struct acpi_ctx *ctx, const char *scope) in acpigen_write_scope() argument
318 acpigen_emit_namestring(ctx, scope); in acpigen_write_scope()
/u-boot/drivers/i2c/
A Dacpi_i2c.c55 char scope[ACPI_PATH_MAX]; in acpi_i2c_fill_ssdt() local
71 ret = acpi_device_scope(dev, scope, sizeof(scope)); in acpi_i2c_fill_ssdt()
76 acpigen_write_scope(ctx, scope); in acpi_i2c_fill_ssdt()
/u-boot/test/py/tests/test_fs/
A Dconftest.py80 indirect=True, scope='module')
83 indirect=True, scope='module')
86 indirect=True, scope='module')
89 indirect=True, scope='module')
92 indirect=True, scope='module')
/u-boot/test/py/tests/test_efi_capsule/
A Dconftest.py17 @pytest.fixture(scope='session')
/u-boot/test/py/tests/test_efi_secboot/
A Dconftest.py17 @pytest.fixture(scope='session')
130 @pytest.fixture(scope='session')
/u-boot/arch/x86/include/asm/arch-apollolake/acpi/
A Dpmc_ipc.asl13 scope (\_SB) {
A Dgpio.asl14 scope (\_SB) {
186 * _L0F in scope GPE it sets bit for gpio_tier1_sci_en in ACPI enable
A Dlpss.asl7 scope (\_SB.PCI0) {
/u-boot/test/py/tests/test_android/
A Dtest_ab.py50 @pytest.fixture(scope='function')
A Dtest_abootimg.py105 @pytest.fixture(scope='function')
/u-boot/drivers/tpm/
A Dcr50_i2c.c610 char scope[ACPI_PATH_MAX]; in cr50_acpi_fill_ssdt() local
615 ret = acpi_device_scope(dev, scope, sizeof(scope)); in cr50_acpi_fill_ssdt()
627 acpigen_write_scope(ctx, scope); in cr50_acpi_fill_ssdt()
/u-boot/test/py/
A Dconftest.py330 @pytest.fixture(scope='session')
343 @pytest.fixture(scope='session')
356 @pytest.fixture(scope='function')
/u-boot/include/acpi/
A Dacpi_device.h341 int acpi_device_scope(const struct udevice *dev, char *scope, int maxlen);
A Dacpigen.h422 void acpigen_write_scope(struct acpi_ctx *ctx, const char *scope);
/u-boot/test/py/tests/
A Dtest_gpt.py62 @pytest.fixture(scope='function')
A Dtest_env.py90 @pytest.fixture(scope='function')
/u-boot/scripts/kconfig/tests/
A Dconftest.py288 @pytest.fixture(scope="module")
/u-boot/doc/android/
A Davb2.rst23 Integrity of the bootloader (U-Boot BLOB and environment) is out of scope.
/u-boot/board/vamrs/rock960_rk3399/
A DREADME140 Setting up the kernel and rootfs is beyond the scope of this document.
/u-boot/Licenses/
A Dlgpl-2.1.txt143 covered by this License; they are outside its scope. The act of
209 the scope of this License.
244 therefore falls outside the scope of this License.
A Dlgpl-2.0.txt130 covered by this License; they are outside its scope. The act of
196 the scope of this License.
231 therefore falls outside the scope of this License.
A Dgpl-2.0.txt73 covered by this License; they are outside its scope. The act of
132 the scope of this License.

Completed in 47 milliseconds

12