Home
last modified time | relevance | path

Searched defs:pointer (Results 1 – 15 of 15) sorted by relevance

/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
Dmali_kernel_common.h91 #define MALI_CHECK_NON_NULL(pointer, error_code) MALI_CHECK( ((pointer)!=NULL), (error_code) ) argument
155 #define MALI_DEBUG_ASSERT_POINTER(pointer) do {if( (pointer)== NULL) {MALI_PRINT_ERROR(("NULL poin… argument
166 #define MALI_DEBUG_ASSERT_POINTER(pointer) do {} while(0) argument
/device/soc/hisilicon/common/hal/display/source/utils/include/
Ddisplay_common.h81 #define CHECK_NULLPOINTER_RETURN_VALUE(pointer, ret) \ argument
91 #define CHECK_NULLPOINTER_RETURN(pointer) \ argument
/device/soc/rockchip/rk3588/hardware/display/include/
Ddisplay_common.h82 #define CHECK_NULLPOINTER_RETURN_VALUE(pointer, ret) \ argument
92 #define CHECK_NULLPOINTER_RETURN(pointer) \ argument
/device/soc/rockchip/common/hardware/display/include/
Ddisplay_common.h82 #define CHECK_NULLPOINTER_RETURN_VALUE(pointer, ret) … argument
92 #define CHECK_NULLPOINTER_RETURN(pointer) … argument
/device/soc/rockchip/rk3399/hardware/display/include/
Ddisplay_common.h82 #define CHECK_NULLPOINTER_RETURN_VALUE(pointer, ret) \ argument
92 #define CHECK_NULLPOINTER_RETURN(pointer) \ argument
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
Dmali_kernel_common.h106 #define MALI_CHECK_NON_NULL(pointer, error_code) MALI_CHECK(((pointer) != NULL), (error_code)) argument
190 #define MALI_DEBUG_ASSERT_POINTER(pointer) … argument
223 #define MALI_DEBUG_ASSERT_POINTER(pointer) … argument
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/ump/common/
Dump_kernel_common.h43 #define DEBUG_ASSERT_POINTER(pointer) … argument
70 #define DEBUG_ASSERT_POINTER(pointer) … argument
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/common/
Dump_kernel_common.h43 #define DEBUG_ASSERT_POINTER(pointer) do {if( (pointer)== NULL) MSG_ERR(("NULL pointer " #pointer)… argument
52 #define DEBUG_ASSERT_POINTER(pointer) do {} while(0) argument
/device/board/hihope/dayu210/audio_drivers/soc/src/
Drk3588_dma_ops.c245 static int32_t BytesToFrames(uint32_t frameBits, uint32_t size, uint32_t *pointer) in BytesToFrames()
255 …3588PcmPointer(struct PlatformData *data, const enum AudioStreamType streamType, uint32_t *pointer) in Rk3588PcmPointer()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/
Dhi_gv_gesture.h84 HIGV_TOUCH_POINT_S pointer; member
89 HIGV_TOUCH_POINT_S pointer; member
/device/board/hihope/rk3568/audio_drivers/soc/src/
Drk3568_dma_ops.c346 static int32_t BytesToFrames(uint32_t frameBits, uint32_t size, uint32_t *pointer) in BytesToFrames()
356 …3568PcmPointer(struct PlatformData *data, const enum AudioStreamType streamType, uint32_t *pointer) in Rk3568PcmPointer()
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
Dmem.h112 COAP_STATIC_INLINE void coap_free(void *pointer) { in coap_free()
/device/board/hisilicon/hispark_taurus/audio_drivers/unittest/src/
Dhi3516_dma_ops_test.c155 uint32_t *pointer = NULL; in TestHi3516DmaPointer() local
/device/board/hisilicon/hispark_taurus/audio_drivers/soc/src/
Dhi3516_dma_ops.c304 …3516DmaPointer(struct PlatformData *data, const enum AudioStreamType streamType, uint32_t *pointer) in Hi3516DmaPointer()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
Doal_net.h963 hi_void *pointer; /* Pointer to the data (in user space) */ member