| /device/soc/rockchip/rk3399/hardware/mpp/include/ |
| D | mpp_mem.h | 39 #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
|
| D | mpp_list.h | 91 #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
|
| D | mpp_hash.h | 52 #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/ |
| D | mpp_mem.h | 39 #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
|
| D | mpp_list.h | 91 #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
|
| D | mpp_hash.h | 52 #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/ |
| D | wmalloc.c | 168 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/ |
| D | drv_hdmi_infoframe.c | 51 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/ |
| D | defs.h | 55 #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/ |
| D | if_api.h | 184 #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/ |
| D | at_printf.c | 37 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/ |
| D | ext_hash.c | 66 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/ |
| D | hi_sns_ctrl.h | 129 #define CMOS_CHECK_POINTER(ptr) \ argument 137 #define CMOS_CHECK_POINTER_VOID(ptr) \ argument 145 #define SENSOR_FREE(ptr) \ argument
|
| D | list.h | 29 #define INIT_LIST_HEAD(ptr) \ argument 123 #define list_entry(ptr, type, member) \ argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/include/ |
| D | hi_sns_ctrl.h | 129 #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/ |
| D | hi_list.h | 48 #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
|
| D | linux_cbb_list.h | 40 #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/ |
| D | ip.h | 49 #define IP_HDR_GET_VERSION(ptr) ((*(u8_t*)(ptr)) >> 4) argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/ |
| D | list.h | 32 #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/ |
| D | mipi_tx.h | 34 #define mipi_tx_check_null_ptr_return(ptr) \ argument
|
| /device/soc/hisilicon/common/hal/display/source/display_device/src/drm/ |
| D | hdi_drm_composition.h | 32 explicit AtomicReqPtr(drmModeAtomicReqPtr ptr) : mPtr(ptr) {} in AtomicReqPtr()
|
| /device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
| D | hdi_drm_composition.h | 32 explicit AtomicReqPtr(drmModeAtomicReqPtr ptr) : mPtr(ptr) {} in AtomicReqPtr()
|
| /device/soc/rockchip/rk3399/hardware/display/src/display_device/ |
| D | hdi_drm_composition.h | 32 explicit AtomicReqPtr(drmModeAtomicReqPtr ptr) : mPtr(ptr) {} in AtomicReqPtr()
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/ |
| D | osal_list.h | 368 #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/ |
| D | osal_list.h | 363 #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
|