Home
last modified time | relevance | path

Searched refs:get_max_id (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/drivers/
Dhwspinlock.h56 hwspinlock_api_get_max_id get_max_id; member
145 if (api->get_max_id == NULL) in z_impl_hwspinlock_get_max_id()
148 return api->get_max_id(dev); in z_impl_hwspinlock_get_max_id()
/Zephyr-Core-3.5.0/drivers/hwspinlock/
Dhwspinlock_handlers.c36 Z_OOPS(Z_SYSCALL_DRIVER_HWSPINLOCK(dev, get_max_id)); in z_vrfy_hwspinlock_get_max_id()
Dsqn_hwspinlock.c127 .get_max_id = sqn_hwspinlock_get_max_id,