Searched refs:profile (Results 101 - 125 of 313) sorted by relevance

1234567891011>>

/linux-master/drivers/media/platform/mediatek/vcodec/encoder/venc/
H A Dvenc_h264_if.c77 * @profile: as specified in standard
91 u32 profile; member in struct:venc_h264_vpu_config
145 * @profile: as specified in standard
162 u32 profile; member in struct:venc_h264_vpu_config_ext
232 unsigned int profile)
234 switch (profile) {
248 mtk_venc_debug(inst->ctx, "unsupported profile %d", profile);
720 inst->vsi->config.profile =
739 inst->vsi_34->config.profile
231 h264_get_profile(struct venc_h264_inst *inst, unsigned int profile) argument
[all...]
/linux-master/security/tomoyo/
H A Ddomain.c535 * profile for that domain is not yet created.
538 !entry->ns->profile_ptr[entry->profile])
566 e.profile = domain->profile;
595 entry->profile);
628 ee->r.profile = r->domain->profile;
629 ee->r.mode = tomoyo_get_mode(r->domain->ns, ee->r.profile,
H A Daudit.c166 "#%04u/%02u/%02u %02u:%02u:%02u# profile=%u mode=%s granted=%s (global-pid=%u) task={ pid=%u ppid=%u uid=%u gid=%u euid=%u egid=%u suid=%u sgid=%u fsuid=%u fsgid=%u }",
168 stamp.min, stamp.sec, r->profile, tomoyo_mode[r->mode],
321 * @profile: Profile number.
329 const u8 profile, const u8 index,
340 p = tomoyo_profile(ns, profile);
373 if (!tomoyo_get_audit(r->domain->ns, r->profile, r->type,
328 tomoyo_get_audit(const struct tomoyo_policy_namespace *ns, const u8 profile, const u8 index, const struct tomoyo_acl_info *matched_acl, const bool is_granted) argument
/linux-master/security/apparmor/
H A Dlsm.c175 struct aa_profile *profile; local
178 label_for_each_confined(i, label, profile) {
180 if (COMPLAIN_MODE(profile))
182 rules = list_first_entry(&profile->rules,
625 static int profile_uring(struct aa_profile *profile, u32 request, argument
633 AA_BUG(!profile);
635 rules = list_first_entry(&profile->rules, typeof(*rules), list);
641 aa_label_match(profile, rules, new, state,
646 aa_apply_modes_to_perms(profile, &perms);
647 error = aa_check_perms(profile,
663 struct aa_profile *profile; local
687 struct aa_profile *profile; local
1042 struct aa_profile *profile; local
[all...]
/linux-master/drivers/media/platform/qcom/venus/
H A Dhelpers.c850 v4l2_id_profile_level(u32 hfi_codec, struct hfi_profile_level *pl, u32 *profile, u32 *level) argument
852 u32 hfi_pf = pl->profile;
857 *profile = find_v4l2_id(hfi_pf, h264_profiles, ARRAY_SIZE(h264_profiles));
861 *profile = find_v4l2_id(hfi_pf, mpeg2_profiles, ARRAY_SIZE(mpeg2_profiles));
865 *profile = find_v4l2_id(hfi_pf, mpeg4_profiles, ARRAY_SIZE(mpeg4_profiles));
869 *profile = find_v4l2_id(hfi_pf, vp8_profiles, ARRAY_SIZE(vp8_profiles));
873 *profile = find_v4l2_id(hfi_pf, vp9_profiles, ARRAY_SIZE(vp9_profiles));
877 *profile = find_v4l2_id(hfi_pf, hevc_profiles, ARRAY_SIZE(hevc_profiles));
890 pl->profile = find_hfi_id(v4l2_pf, h264_profiles, ARRAY_SIZE(h264_profiles));
894 pl->profile
918 venus_helper_get_profile_level(struct venus_inst *inst, u32 *profile, u32 *level) argument
934 venus_helper_set_profile_level(struct venus_inst *inst, u32 profile, u32 level) argument
[all...]
H A Dvenc_ctrls.c109 ctr->profile.mpeg4 = ctrl->val;
112 ctr->profile.h264 = ctrl->val;
115 ctr->profile.hevc = ctrl->val;
118 ctr->profile.vp8 = ctrl->val;
327 if (ctr->profile.h264 != V4L2_MPEG_VIDEO_H264_PROFILE_HIGH &&
328 ctr->profile.h264 != V4L2_MPEG_VIDEO_H264_PROFILE_CONSTRAINED_HIGH)
333 * high profile(HP) and constrained high profile(CHP).
335 * it is better to set profile as main profile(M
[all...]
H A Dvenc.c676 u32 profile, level; local
729 if (ctr->profile.h264 == V4L2_MPEG_VIDEO_H264_PROFILE_HIGH ||
730 ctr->profile.h264 == V4L2_MPEG_VIDEO_H264_PROFILE_CONSTRAINED_HIGH)
754 ctr->profile.hevc == V4L2_MPEG_VIDEO_HEVC_PROFILE_MAIN_10) {
927 profile = ctr->profile.h264;
931 profile = ctr->profile.mpeg4;
935 profile = ctr->profile
[all...]
/linux-master/drivers/hid/
H A Dhid-roccat-kone.c170 * Reads profile data from mouse and stores it in @buf
171 * @number: profile number to read
196 * Writes profile data to mouse.
197 * @number: profile number to write
202 struct kone_profile const *profile, int number)
212 kone_command_profile, number, (void *)profile,
359 struct kone_profile *profile; local
366 profile = &kone->profiles[*(uint *)(attr->private)];
369 difference = memcmp(buf, profile, sizeof(struct kone_profile));
375 memcpy(profile, bu
201 kone_set_profile(struct usb_device *usb_dev, struct kone_profile const *profile, int number) argument
[all...]
H A Dhid-corsair.c100 MODULE_PARM_DESC(profilekey_codes, "Key codes for the profile buttons");
364 dev_warn(dev, "Read invalid current profile: %02hhx.\n",
384 int profile; local
386 if (kstrtoint(buf, 10, &profile))
388 if (profile < 1 || profile > 3)
394 USB_RECIP_DEVICE, profile, 0, NULL, 0,
397 dev_warn(dev, "Failed to change current profile (error %d).\n",
/linux-master/arch/m68k/coldfire/
H A Dtimers.c17 #include <linux/profile.h>
62 /* Timer2 is to be used as a high speed profile timer */
150 * Choose a reasonably fast profile timer. Make it an odd value to
173 printk(KERN_INFO "PROFILE: lodging TIMER2 @ %dHz as profile timer\n",
176 /* Set up TIMER 2 as high speed profile clock */
184 "profile timer", NULL);
186 pr_err("Failed to request irq %d (profile timer): %pe\n",
H A Dsltimers.c20 #include <linux/profile.h>
39 * Choose a reasonably fast profile timer. Make it an odd value to
57 printk(KERN_INFO "PROFILE: lodging TIMER 1 @ %dHz as profile timer\n",
61 "profile timer", NULL);
63 pr_err("Failed to request irq %d (profile timer): %pe\n",
67 /* Set up TIMER 2 as high speed profile clock */
/linux-master/arch/m68k/kernel/
H A Dtime.c32 #include <linux/profile.h>
/linux-master/security/apparmor/include/
H A Dlabel.h81 FLAG_HAT = 1, /* profile is a hat */
83 FLAG_NULL = 4, /* profile is null learning profile */
86 FLAG_USER_DEFINED = 0x20, /* user based profile - lower privs */
87 FLAG_NO_LIST_REF = 0x40, /* list doesn't keep profile ref */
90 FLAG_PROFILE = 0x200, /* label is a profile */
155 /* for each profile in a label */
189 /* for each profile that is enforcing confinement in a label */
260 struct aa_profile *profile; \
263 label_for_each(i, (L), profile) { \
[all...]
H A Dfile.h75 struct aa_profile *profile, struct aa_perms *perms,
/linux-master/drivers/platform/x86/
H A Dideapad-laptop.c164 "Enable DYTC version 4 platform-profile support. "
668 * DYTC Platform profile
703 static int convert_dytc_to_profile(int dytcmode, enum platform_profile_option *profile) argument
707 *profile = PLATFORM_PROFILE_LOW_POWER;
710 *profile = PLATFORM_PROFILE_BALANCED;
713 *profile = PLATFORM_PROFILE_PERFORMANCE;
722 static int convert_profile_to_dytc(enum platform_profile_option profile, int *perfmode) argument
724 switch (profile) {
734 default: /* Unknown profile */
743 * handler. Returns current platform profile
745 dytc_profile_get(struct platform_profile_handler *pprof, enum platform_profile_option *profile) argument
798 dytc_profile_set(struct platform_profile_handler *pprof, enum platform_profile_option profile) argument
840 enum platform_profile_option profile; local
[all...]
/linux-master/drivers/platform/x86/amd/pmf/
H A Dsps.c286 enum platform_profile_option *profile)
290 *profile = pmf->current_profile;
340 dev_err(dev->dev, "unsupported platform profile\n");
356 dev_err(dev->dev, "unsupported platform profile\n");
367 enum platform_profile_option profile)
372 pmf->current_profile = profile;
285 amd_pmf_profile_get(struct platform_profile_handler *pprof, enum platform_profile_option *profile) argument
366 amd_pmf_profile_set(struct platform_profile_handler *pprof, enum platform_profile_option profile) argument
/linux-master/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_common.h355 enum v4l2_mpeg_video_h264_profile profile; member in struct:s5p_mfc_h264_enc_params
405 enum v4l2_mpeg_video_mpeg4_profile profile; member in struct:s5p_mfc_mpeg4_enc_params
436 u8 profile; member in struct:s5p_mfc_vp8_enc_params
440 enum v4l2_mpeg_video_hevc_profile profile; member in struct:s5p_mfc_hevc_enc_params
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c126 if (priv->profile->update_carrier)
127 priv->profile->update_carrier(priv);
137 priv->profile->update_stats(priv);
143 if (!priv->profile->update_stats)
1359 const struct mlx5e_profile *profile,
1362 if (profile->get_tisn)
1363 return profile->get_tisn(mdev, priv, lag_port, tc);
1938 csp.tisn = mlx5e_profile_get_tisn(c->mdev, c->priv, c->priv->profile,
2225 tisn = mlx5e_profile_get_tisn(c->mdev, c->priv, c->priv->profile,
3143 priv->profile
1357 mlx5e_profile_get_tisn(struct mlx5_core_dev *mdev, struct mlx5e_priv *priv, const struct mlx5e_profile *profile, u8 lag_port, u8 tc) argument
5596 mlx5e_profile_max_num_channels(struct mlx5_core_dev *mdev, const struct mlx5e_profile *profile) argument
5609 mlx5e_calc_max_nch(struct mlx5_core_dev *mdev, struct net_device *netdev, const struct mlx5e_profile *profile) argument
5651 mlx5e_priv_init(struct mlx5e_priv *priv, const struct mlx5e_profile *profile, struct net_device *netdev, struct mlx5_core_dev *mdev) argument
5739 mlx5e_get_max_num_txqs(struct mlx5_core_dev *mdev, const struct mlx5e_profile *profile) argument
5757 mlx5e_get_max_num_rxqs(struct mlx5_core_dev *mdev, const struct mlx5e_profile *profile) argument
5764 mlx5e_create_netdev(struct mlx5_core_dev *mdev, const struct mlx5e_profile *profile) argument
5815 const struct mlx5e_profile *profile = priv->profile; local
5898 const struct mlx5e_profile *profile = priv->profile; local
6102 const struct mlx5e_profile *profile = &mlx5e_nic_profile; local
[all...]
/linux-master/drivers/media/platform/allegro-dvt/
H A Dnal-hevc.h324 * nal_hevc_profile() - Get profile_idc for v4l2 hevc profile
325 * @profile: the profile as &enum v4l2_mpeg_video_hevc_profile
332 static inline int nal_hevc_profile(enum v4l2_mpeg_video_hevc_profile profile) argument
334 switch (profile) {
/linux-master/drivers/media/platform/st/sti/hva/
H A Dhva.h55 * @profile: profile string
62 u8 profile[32]; member in struct:hva_streaminfo
74 * @profile: H.264 profile
92 enum v4l2_mpeg_video_h264_profile profile; member in struct:hva_controls
/linux-master/drivers/devfreq/
H A Dtegra30-devfreq.c255 u32 band = avg_band_freq * tegra->devfreq->profile->polling_ms;
268 u32 val = tegra->cur_freq * tegra->devfreq->profile->polling_ms;
347 target_freq = dev->avg_count / tegra->devfreq->profile->polling_ms;
507 dev->avg_count = tegra->cur_freq * tegra->devfreq->profile->polling_ms;
548 if (!tegra->devfreq->profile->polling_ms || !tegra->started)
551 actmon_writel(tegra, tegra->devfreq->profile->polling_ms - 1,
616 if (!tegra->devfreq->profile->polling_ms || !tegra->started)
679 stat->total_time = tegra->devfreq->profile->polling_ms * cur_freq;
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.h132 * enum brcmf_profile_fwauth - firmware authenticator profile
145 * struct brcmf_cfg80211_profile - profile information.
211 * @profile: profile information.
223 struct brcmf_cfg80211_profile profile; member in struct:brcmf_cfg80211_vif
424 return &ifp->vif->profile;
H A Dcfg80211.c1755 if (vif->profile.use_fwsup != BRCMF_PROFILE_FWSUP_NONE) {
1758 vif->profile.use_fwsup = BRCMF_PROFILE_FWSUP_NONE;
1769 struct brcmf_cfg80211_profile *profile = &ifp->vif->profile; local
1864 memcpy(profile->bssid, params->bssid, ETH_ALEN);
1867 eth_zero_addr(profile->bssid);
1941 struct brcmf_cfg80211_profile *profile = ndev_to_prof(ndev); local
1961 sec = &profile->sec;
1970 struct brcmf_cfg80211_profile *profile = ndev_to_prof(ndev); local
2000 sec = &profile
2010 struct brcmf_cfg80211_profile *profile = ndev_to_prof(ndev); local
2086 struct brcmf_cfg80211_profile *profile = &ifp->vif->profile; local
2235 struct brcmf_cfg80211_profile *profile = ndev_to_prof(ndev); local
2360 struct brcmf_cfg80211_profile *profile = &ifp->vif->profile; local
2599 struct brcmf_cfg80211_profile *profile = &ifp->vif->profile; local
2907 struct brcmf_cfg80211_profile *profile = &ifp->vif->profile; local
5094 struct brcmf_cfg80211_profile *profile = &ifp->vif->profile; local
5341 struct brcmf_cfg80211_profile *profile = &ifp->vif->profile; local
6344 struct brcmf_cfg80211_profile *profile = &ifp->vif->profile; local
6417 struct brcmf_cfg80211_profile *profile = &ifp->vif->profile; local
6504 struct brcmf_cfg80211_profile *profile = &ifp->vif->profile; local
[all...]
/linux-master/block/
H A Dbio-integrity.c450 if (!bi->profile->verify_fn ||
454 if (!bi->profile->generate_fn ||
507 bi->profile->generate_fn);
541 bi->profile->verify_fn);
563 (bip->bip_flags & BIP_BLOCK_INTEGRITY) && bi->profile->verify_fn) {
/linux-master/drivers/media/dvb-frontends/cxd2880/
H A Dcxd2880_tnrdmd_dvbt2_mon.c182 enum cxd2880_dvbt2_profile profile; local
231 ret = cxd2880_tnrdmd_dvbt2_mon_profile(tnr_dmd, &profile);
297 if (profile == CXD2880_DVBT2_PROFILE_BASE) {
322 } else if (profile == CXD2880_DVBT2_PROFILE_LITE) {
1741 *profile)
1746 if (!tnr_dmd || !profile)
1769 *profile = CXD2880_DVBT2_PROFILE_LITE;
1771 *profile = CXD2880_DVBT2_PROFILE_BASE;
1778 profile);
1738 cxd2880_tnrdmd_dvbt2_mon_profile(struct cxd2880_tnrdmd *tnr_dmd, enum cxd2880_dvbt2_profile *profile) argument

Completed in 263 milliseconds

1234567891011>>