Searched refs:smbus_host_notify_remove_cb (Results 1 – 4 of 4) sorted by relevance
110 ret = smbus_host_notify_remove_cb(dev, &callback); in ZTEST_USER()126 ret = smbus_host_notify_remove_cb(dev, &callback); in ZTEST_USER()
389 smbus_api_host_notify_cb_t smbus_host_notify_remove_cb; member690 __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()
345 ret = smbus_host_notify_remove_cb(dev, ¬ify_callback); in ZTEST()
935 .smbus_host_notify_remove_cb = pch_smbus_host_notify_remove_cb,