Searched refs:profiles (Results 1 - 25 of 31) sorted by relevance

12

/linux-master/drivers/gpu/drm/radeon/
H A Dr420.c47 rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_off_ps_idx = rdev->pm.default_power_state_index;
48 rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_on_ps_idx = rdev->pm.default_power_state_index;
49 rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_off_cm_idx = 0;
50 rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_on_cm_idx = 0;
52 rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_off_ps_idx = 0;
53 rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_on_ps_idx = 0;
54 rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_off_cm_idx = 0;
55 rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_on_cm_idx = 0;
57 rdev->pm.profiles[PM_PROFILE_MID_SH_IDX].dpms_off_ps_idx = 0;
58 rdev->pm.profiles[PM_PROFILE_MID_SH_ID
[all...]
H A Dr600.c538 rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_off_ps_idx = rdev->pm.default_power_state_index;
539 rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_on_ps_idx = rdev->pm.default_power_state_index;
540 rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_off_cm_idx = 0;
541 rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_on_cm_idx = 0;
543 rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_off_ps_idx = 0;
544 rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_on_ps_idx = 0;
545 rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_off_cm_idx = 0;
546 rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_on_cm_idx = 0;
548 rdev->pm.profiles[PM_PROFILE_MID_SH_IDX].dpms_off_ps_idx = 0;
549 rdev->pm.profiles[PM_PROFILE_MID_SH_ID
[all...]
H A Devergreen.c1502 * sumo_pm_init_profile - Initialize power profiles callback.
1515 rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_off_ps_idx = rdev->pm.default_power_state_index;
1516 rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_on_ps_idx = rdev->pm.default_power_state_index;
1517 rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_off_cm_idx = 0;
1518 rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_on_cm_idx = 0;
1526 rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_off_ps_idx = idx;
1527 rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_on_ps_idx = idx;
1528 rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_off_cm_idx = 0;
1529 rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_on_cm_idx = 0;
1531 rdev->pm.profiles[PM_PROFILE_LOW_MH_ID
[all...]
H A Dr100.c306 * r100_pm_init_profile - Initialize power profiles callback.
317 rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_off_ps_idx = rdev->pm.default_power_state_index;
318 rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_on_ps_idx = rdev->pm.default_power_state_index;
319 rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_off_cm_idx = 0;
320 rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_on_cm_idx = 0;
322 rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_off_ps_idx = 0;
323 rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_on_ps_idx = 0;
324 rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_off_cm_idx = 0;
325 rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_on_cm_idx = 0;
327 rdev->pm.profiles[PM_PROFILE_MID_SH_ID
[all...]
H A Dradeon_pm.c138 rdev->pm.profiles[rdev->pm.profile_index].dpms_off_ps_idx;
140 rdev->pm.profiles[rdev->pm.profile_index].dpms_off_cm_idx;
143 rdev->pm.profiles[rdev->pm.profile_index].dpms_on_ps_idx;
145 rdev->pm.profiles[rdev->pm.profile_index].dpms_on_cm_idx;
197 clock_info[rdev->pm.profiles[PM_PROFILE_HIGH_MH_IDX].dpms_on_cm_idx].mclk;
/linux-master/security/apparmor/
H A Dpolicy.c10 * AppArmor policy is based around profiles, which contain the rules a
13 * visible set of profiles or by following a profiles attachment rules.
16 * visible profiles. Each namespace contains a special "unconfined" profile,
29 * null-XXXX-YYYY - special automatically generated learning profiles
33 * user-XXXX - user defined profiles
39 * The namespace contains the set of visible profiles that are considered
41 * the namespace so that for example a chroot can have its own set of profiles
44 * - it allows for sub profiles or hats, which allows an application to run
50 * - it allows for binary hierarchy of profiles, s
[all...]
H A Dlib.c468 INIT_LIST_HEAD(&policy->profiles);
479 AA_BUG(on_list_rcu(&policy->profiles));
H A Dpolicy_ns.c310 /* release all profiles in this namespace */
311 __aa_profile_list_release(&ns->base.profiles);
H A Dapparmorfs.c1031 * policy/profiles/XXXX/profiles/ *
1526 list_for_each_entry(child, &profile->base.profiles, base.list)
1696 dent = aafs_create_dir("profiles", dent);
1777 list_for_each_entry(child, &profile->base.profiles, base.list) {
1918 list_for_each_entry(child, &ns->base.profiles, base.list)
1964 dent = aafs_create_dir("profiles", dir);
2043 /* profiles */
2044 list_for_each_entry(child, &ns->base.profiles, base.list) {
2115 * @root: namespace that is root of profiles bein
[all...]
H A Ddomain.c376 * Do a linear search on the profiles in the list. There is a matching
593 new = find_attach(bprm, ns, &profile->base.profiles,
597 new = find_attach(bprm, ns, &ns->base.profiles,
665 &profile->ns->base.profiles, name, &info);
1106 /* found a hat for all profiles in ns */
1119 if (!list_empty(&profile->base.profiles)) {
1174 * change_hat only applies to profiles in the current ns, and each profile
1483 /* only transition profiles in the current ns */
/linux-master/drivers/hid/
H A Dhid-roccat-kone.c40 kone->actual_dpi = kone->profiles[new_profile - 1].startup_dpi;
346 memcpy(buf, ((char const *)&kone->profiles[*(uint *)(attr->private)]) + off, count);
366 profile = &kone->profiles[*(uint *)(attr->private)];
672 retval = kone_get_profile(usb_dev, &kone->profiles[i], i + 1);
796 kone->actual_dpi = kone->profiles[event->value - 1].
H A Dhid-roccat-kone.h204 * so only one mutex is used to secure hardware access and profiles and
213 struct kone_profile profiles[5]; member in struct:kone_device
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/
H A Dacpi.c622 * Check the validity of n_profiles. The EWRD profiles start
636 /* The EWRD profiles officially go from 2 to 4, but we
664 u8 profiles; member in struct:__anon969
670 .profiles = ACPI_NUM_GEO_PROFILES_REV3,
676 .profiles = ACPI_NUM_GEO_PROFILES,
681 .profiles = ACPI_NUM_GEO_PROFILES,
701 u32 max_size = hdr_size + profile_size * rev_data[idx].profiles;
718 num_profiles = rev_data[idx].profiles;
721 /* read header that says # of profiles */
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_mbox.c1125 hbqmb->profiles.profile2.seqlenbcnt = hbq_desc->seqlenbcnt;
1126 hbqmb->profiles.profile2.maxlen = hbq_desc->maxlen;
1127 hbqmb->profiles.profile2.seqlenoff = hbq_desc->seqlenoff;
1144 hbqmb->profiles.profile3.seqlenbcnt = hbq_desc->seqlenbcnt;
1145 hbqmb->profiles.profile3.maxlen = hbq_desc->maxlen;
1146 hbqmb->profiles.profile3.cmdcodeoff = hbq_desc->cmdcodeoff;
1147 hbqmb->profiles.profile3.seqlenoff = hbq_desc->seqlenoff;
1148 memcpy(&hbqmb->profiles.profile3.cmdmatch, hbq_desc->cmdmatch,
1149 sizeof(hbqmb->profiles.profile3.cmdmatch));
1167 hbqmb->profiles
[all...]
/linux-master/security/apparmor/include/
H A Dlib.h140 /* struct aa_policy - common part of both namespaces and profiles
144 * @profiles: head of the profiles list contained in the object
150 struct list_head profiles; member in struct:aa_policy
/linux-master/sound/soc/intel/atom/sst/
H A Dsst_drv_interface.c397 .descriptor[0].profiles = 0,
414 .descriptor[1].profiles = 0,
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dscan.h128 * @num_profiles: num of profiles in the list
147 * @profiles: profiles to search for match
151 struct iwl_scan_offload_profile profiles[IWL_SCAN_MAX_PROFILES]; member in struct:iwl_scan_offload_profile_cfg_v1
157 * @profiles: profiles to search for match
161 struct iwl_scan_offload_profile profiles[IWL_SCAN_MAX_PROFILES_V2]; member in struct:iwl_scan_offload_profile_cfg
1170 * @matched_profiles: bitmap of matched profiles, referencing the
1214 * @matched_profiles: bitmap of matched profiles, referencing the
/linux-master/sound/soc/sprd/
H A Dsprd-pcm-compress.c635 codec->descriptor[0].profiles = 0;
646 codec->descriptor[1].profiles = 0;
/linux-master/include/uapi/sound/
H A Dcompress_params.h272 * profiles. Additional options that affect encoding quality and speed can
346 * @profiles: Supported profiles. See SND_AUDIOPROFILE defines.
352 * This structure provides a scalar value for profiles, modes and stream
369 __u32 profiles; member in struct:snd_codec_desc
387 * Encoders may rely on profiles for quality levels.
/linux-master/sound/soc/uniphier/
H A Daio-compress.c403 .descriptor[0].profiles = SND_AUDIOPROFILE_IEC61937_SPDIF,
/linux-master/include/uapi/linux/
H A Dbtrfs_tree.h989 * profiles to operate on, single is denoted by
992 __le64 profiles; member in struct:btrfs_disk_balance_args
H A Dbtrfs.h355 __u64 profiles; member in struct:btrfs_balance_args
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_switch.c2105 * this array is the recipe ID and the element is the mapping of which profiles
4842 * @profiles: bitmap of profiles that will be associated with the new recipe
4866 ice_find_free_recp_res_idx(struct ice_hw *hw, const unsigned long *profiles, argument
4882 * what possible result indexes are usable given this set of profiles.
4884 for_each_set_bit(bit, profiles, ICE_MAX_NUM_PROFILES) {
4910 * @profiles: bitmap of profiles that will be associated.
4914 unsigned long *profiles)
4934 free_res_idx = ice_find_free_recp_res_idx(hw, profiles, result_idx_b
4913 ice_add_sw_recipe(struct ice_hw *hw, struct ice_sw_recipe *rm, unsigned long *profiles) argument
[all...]
/linux-master/drivers/platform/x86/
H A Dsony-laptop.c2130 unsigned int profiles; member in struct:snc_thermal_ctrl
2153 if ((mode && !(th_handle->profiles & mode)) || mode >= THM_PROFILE_MAX)
2181 if (!cnt || (th_handle->profiles & cnt))
2231 ret = sony_call_snc_handle(0x0122, 0x0000, &th_handle->profiles);
2233 pr_warn("couldn't to read the thermal profiles\n");
/linux-master/sound/soc/qcom/qdsp6/
H A Dq6apm-dai.c47 .descriptor[0].profiles = 0,

Completed in 326 milliseconds

12