Lines Matching refs:device_handle_t
72 typedef int16_t device_handle_t; typedef
431 Z_DEVICE_DEPS_CONST device_handle_t *deps;
457 static inline device_handle_t device_handle_get(const struct device *dev) in device_handle_get()
459 device_handle_t ret = DEVICE_HANDLE_NULL; in device_handle_get()
466 ret = 1 + (device_handle_t)(dev - STRUCT_SECTION_START(device)); in device_handle_get()
481 device_from_handle(device_handle_t dev_handle) in device_from_handle()
537 static inline const device_handle_t *
540 const device_handle_t *rv = dev->deps; in device_required_handles_get()
573 static inline const device_handle_t *
576 const device_handle_t *rv = dev->deps; in device_injected_handles_get()
617 static inline const device_handle_t *
620 const device_handle_t *rv = dev->deps; in device_supported_handles_get()
866 extern Z_DEVICE_DEPS_CONST device_handle_t Z_DEVICE_DEPS_NAME( \
868 Z_DEVICE_DEPS_CONST Z_DECL_ALIGN(device_handle_t) \