Searched refs:smbus_host_notify_remove_cb (Results 1 – 5 of 5) sorted by relevance
110 ret = smbus_host_notify_remove_cb(dev, &callback); in ZTEST()126 ret = smbus_host_notify_remove_cb(dev, &callback); in ZTEST()
398 smbus_api_host_notify_cb_t smbus_host_notify_remove_cb; member693 __syscall int smbus_host_notify_remove_cb(const struct device *dev,702 if (api->smbus_host_notify_remove_cb == NULL) { in z_impl_smbus_host_notify_remove_cb()706 return api->smbus_host_notify_remove_cb(dev, cb); in z_impl_smbus_host_notify_remove_cb()
272 .smbus_host_notify_remove_cb = NULL,
909 .smbus_host_notify_remove_cb = pch_smbus_host_notify_remove_cb,
338 ret = smbus_host_notify_remove_cb(dev, ¬ify_callback); in ZTEST()