Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/
Dhwspinlock.h56 hwspinlock_api_get_max_id get_max_id; member
148 if (api->get_max_id == NULL) { in z_impl_hwspinlock_get_max_id()
152 return api->get_max_id(dev); in z_impl_hwspinlock_get_max_id()
/Zephyr-latest/drivers/hwspinlock/
Dhwspinlock_handlers.c36 K_OOPS(K_SYSCALL_DRIVER_HWSPINLOCK(dev, get_max_id)); in z_vrfy_hwspinlock_get_max_id()
Dsqn_hwspinlock.c130 .get_max_id = sqn_hwspinlock_get_max_id,