| /device/board/hisilicon/hispark_phoenix/ |
| D | README_zh.md | 52 ### 系统要求<a name = "section149127526335"></a> 58 ### 基于IDE(DevEco Device Tool)的环境<a name = "section724948309150"></a> 77 ### 基于命令行的环境<a name = "section204672979943"></a> 136 ### 编译源码 141 ### 烧录 155 ### hdc 工具<a name="section129654513264"></a> 163 ### 点屏配置<a name="section864408051434"></a>
|
| /device/soc/hisilicon/hi3751v350/ |
| D | README_zh.md | 89 ### 系统要求<a name = "section149127526335"></a> 95 ### IDE(DevEco Device Tool)方式<a name = "section724948309150"></a> 105 ### 安装包方式<a name = "section204672979943"></a> 156 ### 编译源码 161 ### 烧录 170 ### hdc 工具<a name="section129654513264"></a> 178 ### 点屏配置<a name="section864408051434"></a>
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
| D | memp.h | 48 #define LWIP_MEMPOOL(name, num, size, desc) argument 53 #define LWIP_MEMPOOL(name, num, size, desc) MEMP_##name, argument 71 #define LWIP_MEMPOOL_PROTOTYPE(name) extern const struct memp_desc memp_ ## name argument 75 #define LWIP_MEMPOOL_DECLARE(name, num, size, desc) \ argument 99 #define LWIP_MEMPOOL_DECLARE(name, num, size, desc) \ argument 121 #define LWIP_MEMPOOL_INIT(name) memp_init_pool(&memp_ ## name) argument 126 #define LWIP_MEMPOOL_ALLOC(name) memp_malloc_pool(&memp_ ## name) argument 131 #define LWIP_MEMPOOL_FREE(name, x) memp_free_pool(&memp_ ## name, (x)) argument
|
| /device/soc/rockchip/common/sdk_linux/include/trace/hooks/ |
| D | vendor_hooks.h | 49 #define DECLARE_RESTRICTED_HOOK(name, proto, args, cond) DEFINE_HOOK_FN(name, NULL, NULL, PARAMS(pr… argument 56 #define I_DO_RESTRICTED_HOOK_CALL(name, args) … argument 67 #define I_DO_RESTRICTED_HOOK_CALL(name, args) __traceiter_##name(NULL, args) argument 70 #define DO_RESTRICTED_HOOK(name, args, cond) … argument 78 #define I_DECLARE_RESTRICTED_HOOK(name, proto, args, cond, data_proto) … argument 101 #define DECLARE_RESTRICTED_HOOK(name, proto, args, cond) … argument 109 #define DECLARE_RESTRICTED_HOOK(name, proto, args, cond) DECLARE_EVENT_NOP((name), PARAMS(proto), P… argument
|
| /device/soc/rockchip/rk3568/hardware/omx_il/osal/ |
| D | Rockchip_OSAL_Env.c | 29 OMX_ERRORTYPE Rockchip_OSAL_GetEnvU32(const char *name, OMX_U32 *value, OMX_U32 default_value) in Rockchip_OSAL_GetEnvU32() 50 OMX_ERRORTYPE Rockchip_OSAL_GetEnvStr(const char *name, char *value, OMX_U32 valueSize, char *defau… in Rockchip_OSAL_GetEnvStr() 72 OMX_ERRORTYPE Rockchip_OSAL_SetEnvU32(const char *name, OMX_U32 value) in Rockchip_OSAL_SetEnvU32() 91 OMX_ERRORTYPE Rockchip_OSAL_SetEnvStr(const char *name, char *value) in Rockchip_OSAL_SetEnvStr() 122 OMX_ERRORTYPE Rockchip_OSAL_GetEnvU32(const char *name, OMX_U32 *value, OMX_U32 default_value) in Rockchip_OSAL_GetEnvU32() 143 OMX_ERRORTYPE Rockchip_OSAL_GetEnvStr(const char *name, char *value, OMX_U32 valueSize, char *defau… in Rockchip_OSAL_GetEnvStr() 157 OMX_ERRORTYPE Rockchip_OSAL_SetEnvU32(const char *name, OMX_U32 value) in Rockchip_OSAL_SetEnvU32() 170 OMX_ERRORTYPE Rockchip_OSAL_SetEnvStr(const char *name, char *value) in Rockchip_OSAL_SetEnvStr()
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/ |
| D | osal_platform.c | 25 int osal_platform_get_modparam_uint(void *pdev, const char *name, unsigned int *value) in osal_platform_get_modparam_uint() 39 int osal_platform_get_modparam_int(void *pdev, const char *name, int *value) in osal_platform_get_modparam_int() 53 int osal_platform_get_modparam_uchar(void *pdev, const char *name, unsigned char *value) in osal_platform_get_modparam_uchar() 67 int osal_platform_get_modparam_ushort(void *pdev, const char *name, unsigned short *value) in osal_platform_get_modparam_ushort() 81 int osal_platform_get_modparam_string(void *pdev, const char *name, unsigned int size, char *value) in osal_platform_get_modparam_string() 116 const char *name) in osal_platform_get_resource_byname() 134 int osal_platform_get_irq_byname(void *dev, const char *name) in osal_platform_get_irq_byname()
|
| D | osal_proc.c | 106 osal_proc_entry_t *osal_create_proc(const char *name, osal_proc_entry_t *parent) in osal_create_proc() 173 void osal_remove_proc(const char *name, osal_proc_entry_t *parent) in osal_remove_proc() 196 osal_proc_entry_t *osal_create_proc_entry(const char *name, osal_proc_entry_t *parent) in osal_create_proc_entry() 204 void osal_remove_proc_entry(const char *name, osal_proc_entry_t *parent) in osal_remove_proc_entry() 212 osal_proc_entry_t *osal_proc_mkdir(const char *name, osal_proc_entry_t *parent) in osal_proc_mkdir() 278 void osal_remove_proc_root(const char *name, osal_proc_entry_t *parent) in osal_remove_proc_root()
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/ |
| D | common_env.py | 514 def insert_module_dir(name, path): argument 517 def insert_lib_cfg(name, cfg): argument 520 def insert_env_defs(name, defs): argument 523 def insert_os_include(name, includes): argument 526 def insert_common_include(name, includes): argument 529 def insert_ar_flags(name, flags): argument 532 def insert_as_flags(name, flags): argument 535 def insert_ld_flags(name, flags): argument 538 def insert_cc_flags(name, flags): argument
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/priv/ |
| D | tcpip_priv.h | 56 #define API_VAR_REF(name) (*(name)) argument 57 #define API_VAR_DECLARE(type, name) type * name argument 58 #define API_VAR_ALLOC(type, pool, name, errorval) do { \ argument 64 #define API_VAR_ALLOC_POOL(type, pool, name, errorval) do { \ argument 70 #define API_VAR_FREE(pool, name) memp_free(pool, name) argument 71 #define API_VAR_FREE_POOL(pool, name) LWIP_MEMPOOL_FREE(pool, name) argument 82 #define API_VAR_REF(name) name argument 83 #define API_VAR_DECLARE(type, name) type name argument 84 #define API_VAR_ALLOC(type, pool, name, errorval) argument 85 #define API_VAR_ALLOC_POOL(type, pool, name, errorval) argument [all …]
|
| D | memp_priv.h | 82 #define LWIP_MEMPOOL(name, num, size, desc) argument 91 #define LWIP_MEMPOOL(name, num, size, desc) argument 141 #define LWIP_MEMPOOL_DECLARE_STATS_INSTANCE(name) static struct stats_mem name; argument 142 #define LWIP_MEMPOOL_DECLARE_STATS_REFERENCE(name) &name, argument 144 #define LWIP_MEMPOOL_DECLARE_STATS_INSTANCE(name) argument 145 #define LWIP_MEMPOOL_DECLARE_STATS_REFERENCE(name) argument
|
| /device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/ |
| D | osal_proc.c | 227 osal_proc_entry *osal_proc_find_node(const char *name, struct osal_list_head *list) in osal_proc_find_node() 240 osal_proc_entry *osal_proc_create_dir(const char *name, osal_proc_entry *parent, struct osal_list_h… in osal_proc_create_dir() 295 osal_proc_entry *osal_proc_create_entry(const char *name, osal_proc_entry *parent, struct osal_list… in osal_proc_create_entry() 353 void osal_proc_destory_node(const char *name, osal_proc_entry *parent, struct osal_list_head *list) in osal_proc_destory_node() 402 osal_proc_entry *osal_proc_user_create_dir(const char *name) in osal_proc_user_create_dir() 408 void osal_proc_user_destory_dir(const char *name) in osal_proc_user_destory_dir() 414 osal_proc_entry *osal_proc_user_add(const char *name, osal_proc_entry *dir) in osal_proc_user_add() 420 void osal_proc_user_remove(const char *name, osal_proc_entry *dir) in osal_proc_user_remove() 461 osal_proc_entry *osal_proc_add(const char *name, unsigned long name_size) in osal_proc_add() 473 void osal_proc_remove(const char *name, unsigned long name_size) in osal_proc_remove()
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/debug/backend/ |
| D | mali_kbase_debug_linux_ktrace_jm.h | 49 #define DEFINE_MALI_JM_SLOT_EVENT(name) \ argument 107 #define DEFINE_MALI_JM_REFCOUNT_EVENT(name) \ argument 143 #define DEFINE_MALI_JM_ADD_EVENT(name) \ argument
|
| D | mali_kbase_debug_linux_ktrace_csf.h | 124 #define DEFINE_MALI_CSF_GRP_EVENT(name) \ argument 171 #define DEFINE_MALI_CSF_GRP_Q_EVENT(name) \ argument 227 #define DEFINE_MALI_CSF_KCPU_EVENT(name) \ argument
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/debug/backend/ |
| D | mali_kbase_debug_linux_ktrace_jm.h | 41 #define DEFINE_MALI_JM_SLOT_EVENT(name) … argument 82 #define DEFINE_MALI_JM_REFCOUNT_EVENT(name) … argument 108 #define DEFINE_MALI_JM_ADD_EVENT(name) … argument
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
| D | mali_linux_kbase_trace.h | 41 #define DEFINE_MALI_SLOT_EVENT(name) \ argument 87 #define DEFINE_MALI_REFCOUNT_EVENT(name) \ argument 123 #define DEFINE_MALI_ADD_EVENT(name) \ argument
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
| D | mali_linux_kbase_trace.h | 32 #define DEFINE_MALI_SLOT_EVENT(name) … argument 68 #define DEFINE_MALI_REFCOUNT_EVENT(name) … argument 94 #define DEFINE_MALI_ADD_EVENT(name) … argument
|
| /device/board/hihope/dayu210/distributedhardware/ |
| D | distributed_hardware_components_cfg.json | 19 "name": "distributed_camera", string 31 "name": "distributed_audio", string 43 "name": "distributed_screen", string 55 "name": "distributed_input", string
|
| /device/soc/rockchip/rk3588/hardware/mpp/include/ |
| D | mpp_time.h | 133 #define AUTO_TIMER_STRING(name, cnt) name ## cnt argument 134 #define AUTO_TIMER_NAME_STRING(name, cnt) AUTO_TIMER_STRING(name, cnt) argument 135 #define AUTO_TIMER_NAME(name) AUTO_TIMER_NAME_STRING(name, __COUNTER__) argument
|
| D | mpp_hash.h | 52 #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } argument 191 #define DEFINE_HASHTABLE(name, bits) \ argument 195 #define DECLARE_HASHTABLE(name, bits) \ argument 267 #define HASH_SIZE(name) (ARRAY_SIZE(name)) argument 268 #define HASH_BITS(name) ilog2(HASH_SIZE(name)) argument 293 #define hash_for_each(name, bkt, obj, member) \ argument 307 #define hash_for_each_safe(name, bkt, tmp, obj, member) \ argument 312 #define hash_for_each_possible(name, obj, member, key) \ argument
|
| /device/soc/rockchip/rk3399/hardware/mpp/include/ |
| D | mpp_time.h | 131 #define AUTO_TIMER_STRING(name, cnt) name ## cnt argument 132 #define AUTO_TIMER_NAME_STRING(name, cnt) AUTO_TIMER_STRING(name, cnt) argument 133 #define AUTO_TIMER_NAME(name) AUTO_TIMER_NAME_STRING(name, __COUNTER__) argument
|
| D | mpp_hash.h | 51 #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } argument 195 #define DEFINE_HASHTABLE(name, bits) \ argument 199 #define DECLARE_HASHTABLE(name, bits) \ argument 271 #define HASH_SIZE(name) (ARRAY_SIZE(name)) argument 272 #define HASH_BITS(name) ilog2(HASH_SIZE(name)) argument 297 #define hash_for_each(name, bkt, obj, member) \ argument 311 #define hash_for_each_safe(name, bkt, tmp, obj, member) \ argument 316 #define hash_for_each_possible(name, obj, member, key) \ argument
|
| /device/soc/rockchip/common/hardware/mpp/include/ |
| D | mpp_time.h | 82 #define AUTO_TIMER_STRING(name, cnt) name##cnt argument 83 #define AUTO_TIMER_NAME_STRING(name, cnt) AUTO_TIMER_STRING(name, cnt) argument 84 #define AUTO_TIMER_NAME(name) AUTO_TIMER_NAME_STRING(name, __COUNTER__) argument
|
| /device/soc/rockchip/rk3568/hardware/mpp/include/ |
| D | mpp_time.h | 81 #define AUTO_TIMER_STRING(name, cnt) name ## cnt argument 82 #define AUTO_TIMER_NAME_STRING(name, cnt) AUTO_TIMER_STRING(name, cnt) argument 83 #define AUTO_TIMER_NAME(name) AUTO_TIMER_NAME_STRING(name, __COUNTER__) argument
|
| D | mpp_hash.h | 51 #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } argument 200 #define DEFINE_HASHTABLE(name, bits) \ argument 204 #define DECLARE_HASHTABLE(name, bits) \ argument 276 #define HASH_SIZE(name) (ARRAY_SIZE(name)) argument 277 #define HASH_BITS(name) ilog2(HASH_SIZE(name)) argument 302 #define hash_for_each(name, bkt, obj, member) \ argument 316 #define hash_for_each_safe(name, bkt, tmp, obj, member) \ argument 321 #define hash_for_each_possible(name, obj, member, key) \ argument
|
| /device/soc/rockchip/common/sdk_linux/drivers/opp/ |
| D | debugfs.c | 21 static void opp_set_dev_name(const struct device *dev, char *name) in opp_set_dev_name() 55 char name[11]; in opp_debug_create_bw() local 76 char name[15]; in opp_debug_create_supplies() local 98 char name[25]; /* 20 chars for 64 bit value + 5 (opp:\0) */ in opp_debug_create_one() local 147 char name[NAME_MAX]; in opp_list_debug_create_link() local
|