Home
last modified time | relevance | path

Searched defs:session_type (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/media/platform/qcom/venus/
H A Dhfi_platform_v4.c276 get_codec_freq_data(u32 session_type, u32 pixfmt) in get_codec_freq_data()
292 static unsigned long codec_vpp_freq(u32 session_type, u32 codec) in codec_vpp_freq()
303 static unsigned long codec_vsp_freq(u32 session_type, u32 codec) in codec_vsp_freq()
314 static unsigned long codec_lp_freq(u32 session_type, u32 codec) in codec_lp_freq()
H A Dhfi_platform_v6.c276 get_codec_freq_data(u32 session_type, u32 pixfmt) in get_codec_freq_data()
292 static unsigned long codec_vpp_freq(u32 session_type, u32 codec) in codec_vpp_freq()
303 static unsigned long codec_vsp_freq(u32 session_type, u32 codec) in codec_vsp_freq()
314 static unsigned long codec_lp_freq(u32 session_type, u32 codec) in codec_lp_freq()
H A Dhfi_platform.c24 hfi_platform_get_codec_vpp_freq(enum hfi_version version, u32 codec, u32 session_type) in hfi_platform_get_codec_vpp_freq()
40 hfi_platform_get_codec_vsp_freq(enum hfi_version version, u32 codec, u32 session_type) in hfi_platform_get_codec_vsp_freq()
56 hfi_platform_get_codec_lp_freq(enum hfi_version version, u32 codec, u32 session_type) in hfi_platform_get_codec_lp_freq()
H A Dhfi_platform.h43 u32 session_type; member
H A Dpm_helpers.c161 static u32 load_per_type(struct venus_core *core, u32 session_type) in load_per_type()
333 vcodec_control_v3(struct venus_core *core, u32 session_type, bool enable) in vcodec_control_v3()
H A Dhfi_msgs.c506 u32 session_type = inst->session_type; in hfi_session_ftb_done() local
H A Dhelpers.c44 u32 session_type = inst->session_type; in venus_helper_check_codec() local
1707 u32 session_type = inst->session_type; in venus_helper_session_init() local
H A Dhfi_plat_bufs_v6.c1156 static int output_buffer_count(u32 session_type, u32 codec) in output_buffer_count()
1327 int hfi_plat_bufreq_v6(struct hfi_plat_buffers_params *params, u32 session_type, in hfi_plat_bufreq_v6()
H A Dhfi_cmds.c163 u32 session_type, u32 codec) in pkt_session_init()
/linux/tools/testing/selftests/tpm2/
H A Dtpm2.py457 def start_auth_session(self, session_type, name_alg = TPM2_ALG_SHA1): argument