Home
last modified time | relevance | path

Searched refs:funcs (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/tests/kernel/device/src/
Ddummy_driver.c26 static const struct dummy_driver_api funcs = { variable
39 POST_KERNEL, CONFIG_KERNEL_INIT_PRIORITY_DEFAULT, &funcs);
Dbad_driver.c26 static const struct bad_driver_api funcs = { variable
40 CONFIG_KERNEL_INIT_PRIORITY_DEFAULT, &funcs);
/Zephyr-latest/tests/subsys/pm/power_mgmt/src/
Ddummy_driver.c29 static const struct dummy_driver_api funcs = { variable
43 CONFIG_KERNEL_INIT_PRIORITY_DEFAULT, &funcs);
/Zephyr-latest/samples/subsys/pm/device_pm/src/
Ddummy_parent.c43 static const struct dummy_parent_api funcs = { variable
56 CONFIG_KERNEL_INIT_PRIORITY_DEFAULT, &funcs);
Ddummy_driver.c98 static const struct dummy_driver_api funcs = { variable
119 CONFIG_KERNEL_INIT_PRIORITY_DEVICE, &funcs);
/Zephyr-latest/tests/drivers/smbus/smbus_emul/src/
Dsmbus.c102 CONFIG_KERNEL_INIT_PRIORITY_DEFAULT, &funcs);
/Zephyr-latest/drivers/smbus/
Dintel_pch_smbus.c889 static DEVICE_API(smbus, funcs) = {
1024 &funcs); \
/Zephyr-latest/drivers/i2c/
Di2c_dw.c1019 static DEVICE_API(i2c, funcs) = {
1218 &funcs); \