Searched refs:HIL_MMZ_NAME_LEN (Results 1 - 7 of 7) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/ |
H A D | osal_mmz.h | 25 #define HIL_MMZ_NAME_LEN 32 macro 29 char name[HIL_MMZ_NAME_LEN]; 178 char mmz_name[HIL_MMZ_NAME_LEN];
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
H A D | osal_mmz.h | 22 #define HIL_MMZ_NAME_LEN 32 macro 26 char name[HIL_MMZ_NAME_LEN]; 175 char mmz_name[HIL_MMZ_NAME_LEN];
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
H A D | osal_mmz.h | 23 #define HIL_MMZ_NAME_LEN 32 macro 27 char name[HIL_MMZ_NAME_LEN]; 176 char mmz_name[HIL_MMZ_NAME_LEN];
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/mmz/ |
H A D | hisi_allocator.c | 521 if (strncpy_s(zone->name, HIL_MMZ_NAME_LEN, argv[0], HIL_MMZ_NAME_LEN - 1) != EOK) { in __allocator_init() 539 if (strncpy_s(zone->name, HIL_MMZ_NAME_LEN, argv[0], HIL_MMZ_NAME_LEN - 1) != EOK) { in __allocator_init()
|
H A D | cma_allocator.c | 599 if (strncpy_s(zone->name, HIL_MMZ_NAME_LEN, argv[0], HIL_MMZ_NAME_LEN - 1) != EOK) { 620 if (strncpy_s(zone->name, HIL_MMZ_NAME_LEN, argv[0], HIL_MMZ_NAME_LEN - 1) != EOK) {
|
H A D | media_mem.c | 127 if (strncpy_s(p->name, HIL_MMZ_NAME_LEN, name, HIL_MMZ_NAME_LEN - 1) != EOK) { in hil_mmz_create() 167 if (strncpy_s(p->name, HIL_MMZ_NAME_LEN, name, HIL_MMZ_NAME_LEN - 1) != EOK) { in hil_mmz_create_v2()
|
H A D | mmz_userdev.c | 725 mi.mmz_name[HIL_MMZ_NAME_LEN - 1] = '\0';
|
Completed in 6 milliseconds