Home
last modified time | relevance | path

Searched refs:path_type (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/common_modules/code_sign/
H A Dverify_cert_chain.c70 static void set_file_ownerid(struct cs_info *cs_info, int path_type, in set_file_ownerid() argument
77 if((path_type > DEBUG_CODE_START) && (path_type < DEBUG_CODE_END)) { in set_file_ownerid()
97 if((path_type = MAY_LOCAL_CODE) && in set_file_ownerid()
117 } else if (source->path_type == block_type) { in find_matched_source()
208 set_file_ownerid(cs_info, source->path_type, pkcs7->signed_infos); in code_sign_verify_certchain()
209 *ret = source->path_type; in code_sign_verify_certchain()
H A Dcode_sign_ioctl.c98 if (!(cert->path_type == RELEASE_DEVELOPER_CODE in cert_chain_insert()
99 || cert->path_type == DEBUG_DEVELOPER_CODE)) { in cert_chain_insert()
100 code_sign_log_error("no permission to insert code %d", cert->path_type); in cert_chain_insert()
154 if (matched_cert->path_type == RELEASE_DEVELOPER_CODE in cert_chain_remove()
155 || matched_cert->path_type == DEBUG_DEVELOPER_CODE) { in cert_chain_remove()
165 code_sign_log_error("can not remove cert type %x", cert->path_type); in cert_chain_remove()
253 source->path_type = info.cert_type; in parse_cert_source()
296 ret = code_sign_check_code(source->path_type); in code_sign_ioctl()
320 ret = code_sign_check_code(source->path_type); in code_sign_ioctl()
H A Dcode_sign_ioctl.h27 int path_type; member
/kernel/linux/linux-5.10/sound/soc/qcom/qdsp6/
H A Dq6routing.c324 int path_type; member
376 session->path_type = pdata->path_type; in q6routing_stream_open()
384 session->path_type, session->sample_rate, in q6routing_stream_open()
406 q6adm_matrix_map(routing_data->dev, session->path_type, in q6routing_stream_open()
1038 int path_type; in routing_hw_params() local
1041 path_type = ADM_PATH_PLAYBACK; in routing_hw_params()
1043 path_type = ADM_PATH_LIVE_REC; in routing_hw_params()
1052 session->path_type = path_type; in routing_hw_params()
[all...]
/kernel/linux/linux-6.6/sound/soc/qcom/qdsp6/
H A Dq6routing.c328 int path_type; member
386 session->path_type = pdata->path_type; in q6routing_stream_open()
394 session->path_type, session->sample_rate, in q6routing_stream_open()
416 q6adm_matrix_map(routing_data->dev, session->path_type, in q6routing_stream_open()
1055 int path_type; in routing_hw_params() local
1058 path_type = ADM_PATH_PLAYBACK; in routing_hw_params()
1060 path_type = ADM_PATH_LIVE_REC; in routing_hw_params()
1069 session->path_type = path_type; in routing_hw_params()
[all...]

Completed in 5 milliseconds