Searched refs:smbus_host_notify_set_cb (Results 1 – 5 of 5) sorted by relevance
397 smbus_api_host_notify_cb_t smbus_host_notify_set_cb; member669 static inline int smbus_host_notify_set_cb(const struct device *dev, in smbus_host_notify_set_cb() function675 if (api->smbus_host_notify_set_cb == NULL) { in smbus_host_notify_set_cb()679 return api->smbus_host_notify_set_cb(dev, cb); in smbus_host_notify_set_cb()
118 ret = smbus_host_notify_set_cb(dev, &callback); in ZTEST()
271 .smbus_host_notify_set_cb = NULL,
908 .smbus_host_notify_set_cb = pch_smbus_host_notify_set_cb,
342 ret = smbus_host_notify_set_cb(dev, ¬ify_callback); in ZTEST()