Home
last modified time | relevance | path

Searched defs:ptr (Results 1 – 25 of 78) sorted by relevance

1234

/device/soc/rockchip/rk3399/hardware/mpp/include/
Dmpp_mem.h39 #define mpp_realloc(ptr, type, count) \ argument
42 #define mpp_free(ptr) \ argument
45 #define MPP_FREE(ptr) do { if (ptr) mpp_free(ptr); ptr = NULL; } while (0) argument
Dmpp_list.h91 #define INIT_LIST_HEAD(ptr) do { \ argument
102 #define list_entry(ptr, type, member) \ argument
105 #define list_first_entry(ptr, type, member) \ argument
108 #define list_last_entry(ptr, type, member) \ argument
111 #define list_first_entry_or_null(ptr, type, member) do { \ argument
Dmpp_hash.h52 #define INIT_HLIST_HEAD(ptr) ((ptr)->first = NULL) argument
159 #define hlist_entry(ptr, type, member) container_of(ptr, type, member) argument
168 #define hlist_entry_safe(ptr, type, member) \ argument
344 static inline RK_U32 hash_ptr(const void *ptr, unsigned int bits) in hash_ptr()
350 static inline RK_U32 hash32_ptr(const void *ptr) in hash32_ptr()
/device/soc/rockchip/rk3568/hardware/mpp/include/
Dmpp_mem.h39 #define mpp_realloc(ptr, type, count) \ argument
42 #define mpp_free(ptr) \ argument
45 #define MPP_FREE(ptr) do { if (ptr) mpp_free(ptr); ptr = NULL; } while (0) argument
Dmpp_list.h91 #define INIT_LIST_HEAD(ptr) do { \ argument
102 #define list_entry(ptr, type, member) \ argument
105 #define list_first_entry(ptr, type, member) \ argument
108 #define list_last_entry(ptr, type, member) \ argument
111 #define list_first_entry_or_null(ptr, type, member) do { \ argument
Dmpp_hash.h52 #define INIT_HLIST_HEAD(ptr) ((ptr)->first = NULL) argument
159 #define hlist_entry(ptr, type, member) container_of(ptr, type, member) argument
168 #define hlist_entry_safe(ptr, type, member) \ argument
349 static inline RK_U32 hash_ptr(const void *ptr, unsigned int bits) in hash_ptr()
355 static inline RK_U32 hash32_ptr(const void *ptr) in hash32_ptr()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/tde/driver/src/src/
Dwmalloc.c168 static hi_s32 free_unit(unit_size size, hi_void *ptr) in free_unit()
195 static hi_s32 wfree(hi_void *ptr) in wfree()
209 hi_void *ptr = HI_NULL; in tde_malloc() local
214 hi_void tde_free(hi_void *ptr) in tde_free()
329 hi_u64 wgetphy(hi_void *ptr) in wgetphy()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/
Ddrv_hdmi_infoframe.c51 hi_u8 *ptr = HI_NULL; in hdmi_infoframe_checksum() local
81 hi_u8 *ptr = HI_NULL; in avi_header_pack() local
109 hi_u8 *ptr = HI_NULL; in hdmi_avi_infoframe_pack() local
166 hi_u8 *ptr = HI_NULL; in hdmi_drm_infoframe_pack() local
236 hi_u8 *ptr = HI_NULL; in hdmi_audio_infoframe_pack() local
283 hi_u8 *ptr = HI_NULL; in hdmi_vendor_specific_infoframe_pack() local
/device/soc/rockchip/rk2206/hardware/include/sys/
Ddefs.h55 #define __containerof(ptr, type, field) \ argument
60 #define container_of(ptr, type, field) __containerof(ptr, type, field) argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
Dif_api.h184 #define if_freenameindex(ptr) lwip_if_freenameindex(ptr) argument
191 #define lwip_if_freenameindex(ptr) if_freenameindex(ptr) argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
Dat_printf.c37 hi_s32 uart_puts_at(const hi_char *ptr, hi_u32 len, const hi_void *state) in uart_puts_at()
97 hi_s32 uart_puts_sysinfo(const hi_char *ptr, hi_u32 len, const hi_void *state) in uart_puts_sysinfo()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/extend/
Dext_hash.c66 hi_u8 *ptr = HI_NULL; in ext_hash_update_from_user() local
109 hi_u8 *ptr = HI_NULL; in mbedtls_hash_update() local
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
Dhi_sns_ctrl.h129 #define CMOS_CHECK_POINTER(ptr) \ argument
137 #define CMOS_CHECK_POINTER_VOID(ptr) \ argument
145 #define SENSOR_FREE(ptr) \ argument
Dlist.h29 #define INIT_LIST_HEAD(ptr) \ argument
123 #define list_entry(ptr, type, member) \ argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/include/
Dhi_sns_ctrl.h129 #define CMOS_CHECK_POINTER(ptr) \ argument
137 #define CMOS_CHECK_POINTER_VOID(ptr) \ argument
145 #define SENSOR_FREE(ptr) \ argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/
Dhi_list.h48 #define HI_LIST_INIT_HEAD_PTR(ptr) INIT_LIST_HEAD(ptr) argument
95 #define HI_LIST_ENTRY(ptr, type, member) cbb_list_entry(ptr, type, member) argument
Dlinux_cbb_list.h40 #define INIT_LIST_HEAD(ptr) do { (ptr)->next = (ptr); (ptr)->prev = (ptr); } while (0) argument
133 #define cbb_list_entry(ptr, type, member) \ argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/prot/
Dip.h49 #define IP_HDR_GET_VERSION(ptr) ((*(u8_t*)(ptr)) >> 4) argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/
Dlist.h32 #define INIT_LIST_HEAD(ptr) \ argument
126 #define list_entry(ptr, type, member) \ argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/hi3516cv500/mipi_tx/
Dmipi_tx.h34 #define mipi_tx_check_null_ptr_return(ptr) \ argument
/device/soc/hisilicon/common/hal/display/source/display_device/src/drm/
Dhdi_drm_composition.h32 explicit AtomicReqPtr(drmModeAtomicReqPtr ptr) : mPtr(ptr) {} in AtomicReqPtr()
/device/soc/rockchip/rk3568/hardware/display/src/display_device/
Dhdi_drm_composition.h32 explicit AtomicReqPtr(drmModeAtomicReqPtr ptr) : mPtr(ptr) {} in AtomicReqPtr()
/device/soc/rockchip/rk3399/hardware/display/src/display_device/
Dhdi_drm_composition.h32 explicit AtomicReqPtr(drmModeAtomicReqPtr ptr) : mPtr(ptr) {} in AtomicReqPtr()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/
Dosal_list.h368 #define osal_container_of(ptr, type, member) ({ \ argument
378 #define osal_list_entry(ptr, type, member) \ argument
389 #define osal_list_first_entry(ptr, type, member) \ argument
606 #define INIT_OSAL_HLIST_HEAD(ptr) ((ptr)->first = OSAL_NULL) argument
701 #define osal_hlist_entry(ptr, type, member) osal_container_of(ptr, type, member) argument
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/
Dosal_list.h363 #define osal_container_of(ptr, type, member) ({ \ argument
373 #define osal_list_entry(ptr, type, member) \ argument
384 #define osal_list_first_entry(ptr, type, member) \ argument
601 #define INIT_OSAL_HLIST_HEAD(ptr) ((ptr)->first = OSAL_NULL) argument
696 #define osal_hlist_entry(ptr, type, member) osal_container_of(ptr, type, member) argument

1234