Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/drivers/
Dsmbus.h388 smbus_api_host_notify_cb_t smbus_host_notify_set_cb; member
663 __syscall int smbus_host_notify_set_cb(const struct device *dev,
672 if (api->smbus_host_notify_set_cb == NULL) { in z_impl_smbus_host_notify_set_cb()
676 return api->smbus_host_notify_set_cb(dev, cb); in z_impl_smbus_host_notify_set_cb()
/Zephyr-Core-3.5.0/tests/drivers/smbus/smbus_api/src/
Dtest_smbus.c118 ret = smbus_host_notify_set_cb(dev, &callback); in ZTEST_USER()
/Zephyr-Core-3.5.0/tests/drivers/smbus/smbus_emul/src/
Dsmbus.c349 ret = smbus_host_notify_set_cb(dev, &notify_callback); in ZTEST()
/Zephyr-Core-3.5.0/drivers/smbus/
Dintel_pch_smbus.c934 .smbus_host_notify_set_cb = pch_smbus_host_notify_set_cb,