Home
last modified time | relevance | path

Searched refs:PM_DEVICE_GET (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/tests/subsys/shell/shell_device/src/
Dmain.c31 DEVICE_DEFINE(device_1, "device@1", NULL, PM_DEVICE_GET(dummy_pm_driver_1),
35 DEVICE_DEFINE(device_2, "device@2", NULL, PM_DEVICE_GET(dummy_pm_driver_2),
39 DEVICE_DEFINE(device_3, "device@3", NULL, PM_DEVICE_GET(dummy_pm_driver_3),
43 DEVICE_DEFINE(device_4, "device@4", NULL, PM_DEVICE_GET(dummy_pm_driver_4),
/Zephyr-latest/tests/subsys/pm/power_mgmt/src/
Ddummy_driver.c42 PM_DEVICE_GET(dummy_driver), NULL, NULL, POST_KERNEL,
/Zephyr-latest/samples/subsys/pm/device_pm/src/
Ddummy_parent.c55 PM_DEVICE_GET(dummy_parent), NULL, NULL, POST_KERNEL,
Ddummy_driver.c118 PM_DEVICE_GET(dummy_driver), NULL, NULL, POST_KERNEL,
/Zephyr-latest/tests/benchmarks/footprints/src/
Dpm_device.c29 PM_DEVICE_GET(dummy_pm_driver), NULL, NULL, POST_KERNEL,
/Zephyr-latest/tests/subsys/pm/device_runtime_api/src/
Dtest_driver.c84 PM_DEVICE_GET(test_driver), &data, NULL, POST_KERNEL,
/Zephyr-latest/include/zephyr/pm/
Ddevice.h378 #define PM_DEVICE_GET(dev_id) \ macro
390 PM_DEVICE_GET(Z_DEVICE_DT_DEV_ID(node_id))
/Zephyr-latest/tests/net/pm/src/
Dmain.c99 NULL, PM_DEVICE_GET(fake_dev),
/Zephyr-latest/tests/subsys/pm/power_domain/src/
Dmain.c107 DEVICE_DEFINE(devc, "devc", NULL, PM_DEVICE_GET(devc),
/Zephyr-latest/drivers/gpio/
Dgpio_sedi.c335 PM_DEVICE_GET(gpio_##n), \
Dgpio_smartbond.c435 PM_DEVICE_GET(id), \
/Zephyr-latest/drivers/spi/
Dspi_sedi.c412 PM_DEVICE_GET(spi_##num), \
/Zephyr-latest/doc/services/pm/
Ddevice.rst207 Drivers can use :c:macro:`PM_DEVICE_GET` or
/Zephyr-latest/doc/releases/
Drelease-notes-3.0.rst770 :c:macro:`PM_DEVICE_GET`, :c:macro:`PM_DEVICE_DT_GET` or