Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/tests/drivers/smbus/smbus_api/src/
Dtest_smbus.c110 ret = smbus_host_notify_remove_cb(dev, &callback); in ZTEST_USER()
126 ret = smbus_host_notify_remove_cb(dev, &callback); in ZTEST_USER()
/Zephyr-Core-3.5.0/include/zephyr/drivers/
Dsmbus.h389 smbus_api_host_notify_cb_t smbus_host_notify_remove_cb; member
690 __syscall int smbus_host_notify_remove_cb(const struct device *dev,
699 if (api->smbus_host_notify_remove_cb == NULL) { in z_impl_smbus_host_notify_remove_cb()
703 return api->smbus_host_notify_remove_cb(dev, cb); in z_impl_smbus_host_notify_remove_cb()
/Zephyr-Core-3.5.0/tests/drivers/smbus/smbus_emul/src/
Dsmbus.c345 ret = smbus_host_notify_remove_cb(dev, &notify_callback); in ZTEST()
/Zephyr-Core-3.5.0/drivers/smbus/
Dintel_pch_smbus.c935 .smbus_host_notify_remove_cb = pch_smbus_host_notify_remove_cb,