Searched refs:smbus_host_notify_set_cb (Results 1 – 4 of 4) sorted by relevance
388 smbus_api_host_notify_cb_t smbus_host_notify_set_cb; member663 __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()
118 ret = smbus_host_notify_set_cb(dev, &callback); in ZTEST_USER()
349 ret = smbus_host_notify_set_cb(dev, ¬ify_callback); in ZTEST()
934 .smbus_host_notify_set_cb = pch_smbus_host_notify_set_cb,