fsl_mc_pool_type_strings  152 drivers/bus/fsl-mc/fsl-mc-allocator.c static const char *const fsl_mc_pool_type_strings[] = {
fsl_mc_pool_type_strings  165 drivers/bus/fsl-mc/fsl-mc-allocator.c 	for (i = 0; i < ARRAY_SIZE(fsl_mc_pool_type_strings); i++) {
fsl_mc_pool_type_strings  166 drivers/bus/fsl-mc/fsl-mc-allocator.c 		if (strcmp(object_type, fsl_mc_pool_type_strings[i]) == 0) {
fsl_mc_pool_type_strings  184 drivers/bus/fsl-mc/fsl-mc-allocator.c 	BUILD_BUG_ON(ARRAY_SIZE(fsl_mc_pool_type_strings) !=
fsl_mc_pool_type_strings  203 drivers/bus/fsl-mc/fsl-mc-allocator.c 			fsl_mc_pool_type_strings[pool_type]);