Searched refs:use_type (Results 1 – 6 of 6) sorted by relevance
477 int type, use_type = 0; in encrypt_support() local494 if (use_type == 0) in encrypt_support()495 use_type = type; in encrypt_support()498 if (use_type) { in encrypt_support()499 ep = findencryption(use_type); in encrypt_support()508 encrypt_mode = use_type; in encrypt_support()510 encrypt_start_output(use_type); in encrypt_support()
512 int type, use_type = 0; in encrypt_support() local529 if (use_type == 0) in encrypt_support()530 use_type = type; in encrypt_support()533 if (use_type) { in encrypt_support()534 ep = findencryption(use_type); in encrypt_support()543 encrypt_mode = use_type; in encrypt_support()545 encrypt_start_output(use_type); in encrypt_support()
183 enum USE_TYPE_E use_type);
2372 enum USE_TYPE_E use_type) in vchiq_use_internal() argument2385 if (use_type == USE_TYPE_VCHIQ) { in vchiq_use_internal()2454 if ((use_type != USE_TYPE_SERVICE_NO_RESUME) && need_resume(state)) { in vchiq_use_internal()
65 printf(" use_type: %d\n", man->use_type); in ttm_mem_type_debug()1040 if (man->has_type && man->use_type) { in ttm_bo_mem_space()1405 man->use_type = false; in ttm_bo_clean_mm()1461 man->use_type = true; in ttm_bo_init_mm()1542 man->use_type = false; in ttm_bo_device_release()
272 bool use_type; member