Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/smbus/smbus_api/src/
Dtest_smbus.c110 ret = smbus_host_notify_remove_cb(dev, &callback); in ZTEST()
126 ret = smbus_host_notify_remove_cb(dev, &callback); in ZTEST()
/Zephyr-latest/include/zephyr/drivers/
Dsmbus.h398 smbus_api_host_notify_cb_t smbus_host_notify_remove_cb; member
693 __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()
/Zephyr-latest/drivers/smbus/
Dsmbus_stm32.c272 .smbus_host_notify_remove_cb = NULL,
Dintel_pch_smbus.c909 .smbus_host_notify_remove_cb = pch_smbus_host_notify_remove_cb,
/Zephyr-latest/tests/drivers/smbus/smbus_emul/src/
Dsmbus.c338 ret = smbus_host_notify_remove_cb(dev, &notify_callback); in ZTEST()