/device/soc/rockchip/common/sdk_linux/drivers/devfreq/ |
H A D | devfreq.c | 125 unsigned long *freq_table = devfreq->profile->freq_table; in get_freq_range() 135 if (freq_table[0] < freq_table[devfreq->profile->max_state - 1]) { in get_freq_range() 137 *max_freq = freq_table[devfreq->profile->max_state - 1]; in get_freq_range() 139 *min_freq = freq_table[devfreq->profile->max_state - 1]; in get_freq_range() 169 for (lev = 0; lev < devfreq->profile->max_state; lev++) { in devfreq_get_freq_level() 170 if (freq == devfreq->profile->freq_table[lev]) { in devfreq_get_freq_level() 180 struct devfreq_dev_profile *profile = devfreq->profile; in set_freq_table() local 191 profile->max_state = count; in set_freq_table() 192 profile in set_freq_table() 770 devfreq_add_device(struct device *dev, struct devfreq_dev_profile *profile, const char *governor_name, void *data) devfreq_add_device() argument 958 devm_devfreq_add_device(struct device *dev, struct devfreq_dev_profile *profile, const char *governor_name, void *data) devm_devfreq_add_device() argument [all...] |
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/inc/ |
H A D | mpp_2str.h | 31 const char *strof_profle(MppCodingType coding, RK_U32 profile);
|
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/ |
H A D | governor.h | 73 return df->profile->get_dev_status(df->dev.parent, &df->last_status); in devfreq_update_stats()
|
/device/soc/rockchip/rk3588/kernel/drivers/devfreq/ |
H A D | governor.h | 73 return df->profile->get_dev_status(df->dev.parent, &df->last_status); in devfreq_update_stats()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/ |
H A D | x509_crt.h | 104 * Security profile for certificate verification. 205 * Default security profile. Should provide a good balance between security 211 * Expected next default profile. Recommended for new deployments. 217 * NSA Suite B profile. 355 * default security profile. 394 * \brief Verify the certificate signature according to profile 397 * security profile. 406 * \param profile security profile for verification 423 const mbedtls_x509_crt_profile *profile, [all...] |
H A D | ssl.h | 897 const mbedtls_x509_crt_profile *cert_profile; /*!< verification profile */ 2000 * \brief Set the X.509 security profile used for verification 2007 * \param profile Profile to use 2010 const mbedtls_x509_crt_profile *profile ); 2229 * and by the cert profile. 2252 * verification profile, see \c mbedtls_ssl_conf_cert_profile().
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
H A D | aacdec.h | 120 Complexity profile. Most probably the bitstream is
132 in the BSAC profile. */
150 int profile; /* profile */
member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
H A D | aacdec.h | 120 Complexity profile. Most probably the bitstream is
132 in the BSAC profile. */
150 int profile; /* profile */
member
|
/device/soc/rockchip/rk3568/hardware/codec/include/ |
H A D | hdi_mpp.h | 25 int32_t profile; member
|
/device/soc/rockchip/rk3588/hardware/codec/include/ |
H A D | hdi_mpp.h | 25 int32_t profile; member
|
/device/soc/rockchip/common/hardware/mpp/include/ |
H A D | rk_venc_cmd.h | 540 /* change on svc / profile / level */ 615 * 66 - Baseline profile 616 * 77 - Main profile 617 * 100 - High profile 619 signed int profile; member 642 * This flag can only be enable under High profile 903 signed int profile; member 1019 * profile, level, qp, etc. while jpeg encoder can configure qp
|
/device/soc/rockchip/rk3568/hardware/omx_il/include/rockchip/ |
H A D | Rockchip_OMX_Def.h | 149 OMX_S32 profile; member
|
/device/soc/rockchip/rk3399/hardware/mpp/include/ |
H A D | rk_venc_cmd.h | 541 /* change on svc / profile / level */ 616 * 66 - Baseline profile 617 * 77 - Main profile 618 * 100 - High profile 620 RK_S32 profile; member 643 * This flag can only be enable under High profile 904 RK_S32 profile; member 1020 * profile, level, qp, etc. while jpeg encoder can configure qp
|
/device/soc/rockchip/rk3568/hardware/mpp/include/ |
H A D | rk_venc_cmd.h | 541 /* change on svc / profile / level */ 616 * 66 - Baseline profile 617 * 77 - Main profile 618 * 100 - High profile 620 RK_S32 profile; member 643 * This flag can only be enable under High profile 904 RK_S32 profile; member 1020 * profile, level, qp, etc. while jpeg encoder can configure qp
|
/device/soc/rockchip/rk3588/hardware/mpp/include/ |
H A D | rk_venc_cmd.h | 623 /* change on svc / profile / level */ 698 * 66 - Baseline profile 699 * 77 - Main profile 700 * 100 - High profile 702 RK_S32 profile; member 725 * This flag can only be enable under High profile 989 RK_S32 profile; member 1105 * profile, level, qp, etc. while jpeg encoder can configure qp
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/ |
H A D | mali_devfreq.c | 215 struct devfreq_dev_profile *dp = mdev->devfreq->profile; in mali_devfreq_term_freq_table()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/ |
H A D | mali_devfreq.c | 216 struct devfreq_dev_profile *dp = mdev->devfreq->profile; in mali_devfreq_term_freq_table()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/backend/gpu/ |
H A D | mali_kbase_devfreq.c | 244 struct devfreq_dev_profile *dp = kbdev->devfreq->profile; in kbase_devfreq_term_freq_table()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/backend/gpu/ |
H A D | mali_kbase_devfreq.c | 236 struct devfreq_dev_profile *dp = kbdev->devfreq->profile; in kbase_devfreq_term_freq_table()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | wl_cfg80211.c | 752 * cfg profile utilities 16109 WL_ERR(("No SSID found in the saved profile \n")); in wl_cfg80211_verify_bss() 16967 struct wl_profile *profile = wl_get_profile_by_netdev(cfg, ndev); in wl_init_prof() local 16969 if (!profile) { in wl_init_prof() 16970 WL_ERR(("profile null\n")); in wl_init_prof() 16975 bzero(profile, sizeof(struct wl_profile)); in wl_init_prof() 19539 struct wl_profile *profile = wl_get_profile_by_netdev(cfg, ndev); in wl_read_prof() local 19541 if (!profile) in wl_read_prof() 19546 rptr = &profile->sec; in wl_read_prof() 19549 rptr = &profile in wl_read_prof() 19577 struct wl_profile *profile = wl_get_profile_by_netdev(cfg, ndev); wl_update_prof() local [all...] |
H A D | wl_cfg80211.h | 566 /* driver profile list */ 709 /* cfg driver profile */ 752 struct wl_profile profile; member 1847 prof = &_net_info->profile; in wl_get_profile_by_netdev()
|
/device/soc/rockchip/rk3568/hardware/codec/src/ |
H A D | hdi_mpp_config.c | 495 * 66 - Baseline profile in SetMimeSettings() 496 * 77 - Main profile in SetMimeSettings() 497 * 100 - High profile in SetMimeSettings() 499 codecMimeSet->avcSetup.profile = AVC_SETUP_PROFILE_DEFAULT; in SetMimeSettings() 608 mppApi->HdiMppEncCfgSetS32(pBaseComponent->cfg, "h264:profile", setup->codecMime.avcSetup.profile); in SetEncCfg()
|
/device/soc/rockchip/rk3588/hardware/codec/src/ |
H A D | hdi_mpp_config.c | 495 * 66 - Baseline profile in SetMimeSettings() 496 * 77 - Main profile in SetMimeSettings() 497 * 100 - High profile in SetMimeSettings() 499 codecMimeSet->avcSetup.profile = AVC_SETUP_PROFILE_DEFAULT; in SetMimeSettings() 608 mppApi->HdiMppEncCfgSetS32(pBaseComponent->cfg, "h264:profile", setup->codecMime.avcSetup.profile); in SetEncCfg()
|
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/ |
H A D | vpu_api_legacy.cpp | 107 RK_S32 profile = cfg->profileIdc; in vpu_api_set_enc_cfg() local 118 HDF_LOGI("profile %d level %d cabac %d", profile, level, cabac_en); in vpu_api_set_enc_cfg() 164 (*(mRKMppApi.HdiMppEncCfgSetS32))(enc_cfg, "h264:profile", profile); in vpu_api_set_enc_cfg()
|
/device/soc/rockchip/common/sdk_linux/init/ |
H A D | main.c | 42 #include <linux/profile.h>
|