| /linux/drivers/gpu/drm/radeon/ |
| H A D | r420.c | 48 rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_off_ps_idx = rdev->pm.default_power_state_index; in r420_pm_init_profile() 49 rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_on_ps_idx = rdev->pm.default_power_state_index; in r420_pm_init_profile() 50 rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_off_cm_idx = 0; in r420_pm_init_profile() 51 rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_on_cm_idx = 0; in r420_pm_init_profile() 53 rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_off_ps_idx = 0; in r420_pm_init_profile() 54 rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_on_ps_idx = 0; in r420_pm_init_profile() 55 rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_off_cm_idx = 0; in r420_pm_init_profile() 56 rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_on_cm_idx = 0; in r420_pm_init_profile() 58 rdev->pm.profiles[PM_PROFILE_MID_SH_IDX].dpms_off_ps_idx = 0; in r420_pm_init_profile() 59 rdev->pm.profiles[PM_PROFILE_MID_SH_IDX].dpms_on_ps_idx = 1; in r420_pm_init_profile() [all …]
|
| H A D | r600.c | 539 rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_off_ps_idx = rdev->pm.default_power_state_index; in rs780_pm_init_profile() 540 rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_on_ps_idx = rdev->pm.default_power_state_index; in rs780_pm_init_profile() 541 rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_off_cm_idx = 0; in rs780_pm_init_profile() 542 rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_on_cm_idx = 0; in rs780_pm_init_profile() 544 rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_off_ps_idx = 0; in rs780_pm_init_profile() 545 rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_on_ps_idx = 0; in rs780_pm_init_profile() 546 rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_off_cm_idx = 0; in rs780_pm_init_profile() 547 rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_on_cm_idx = 0; in rs780_pm_init_profile() 549 rdev->pm.profiles[PM_PROFILE_MID_SH_IDX].dpms_off_ps_idx = 0; in rs780_pm_init_profile() 550 rdev->pm.profiles[PM_PROFILE_MID_SH_IDX].dpms_on_ps_idx = 0; in rs780_pm_init_profile() [all …]
|
| H A D | r100.c | 318 rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_off_ps_idx = rdev->pm.default_power_state_index; in r100_pm_init_profile() 319 rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_on_ps_idx = rdev->pm.default_power_state_index; in r100_pm_init_profile() 320 rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_off_cm_idx = 0; in r100_pm_init_profile() 321 rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_on_cm_idx = 0; in r100_pm_init_profile() 323 rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_off_ps_idx = 0; in r100_pm_init_profile() 324 rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_on_ps_idx = 0; in r100_pm_init_profile() 325 rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_off_cm_idx = 0; in r100_pm_init_profile() 326 rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_on_cm_idx = 0; in r100_pm_init_profile() 328 rdev->pm.profiles[PM_PROFILE_MID_SH_IDX].dpms_off_ps_idx = 0; in r100_pm_init_profile() 329 rdev->pm.profiles[PM_PROFILE_MID_SH_IDX].dpms_on_ps_idx = 0; in r100_pm_init_profile() [all …]
|
| /linux/security/apparmor/ |
| H A D | policy.c | 206 __aa_profile_list_release(&profile->base.profiles); in __remove_profile() 470 profile = __find_child(&parent->base.profiles, name); in aa_find_child() 501 profile = __strn_find_child(&policy->profiles, hname, in __lookup_parent() 540 profile = __strn_find_child(&policy->profiles, hname, in __create_missing_ancestors() 583 profile = __strn_find_child(&base->profiles, hname, in __lookupn_profile() 594 return __strn_find_child(&base->profiles, hname, n); in __lookupn_profile() 751 p = __find_child(&parent->base.profiles, bname); in aa_new_learning_profile() 756 __add_profile(&parent->base.profiles, profile); in aa_new_learning_profile() 994 if (!list_empty(&old->base.profiles)) { in __replace_profile() 996 list_splice_init_rcu(&old->base.profiles, &lh, synchronize_rcu); in __replace_profile() [all …]
|
| H A D | apparmorfs.c | 1539 list_for_each_entry(child, &profile->base.profiles, base.list) in __aafs_profile_rmdir() 1807 list_for_each_entry(child, &profile->base.profiles, base.list) { in __aafs_profile_mkdir() 1948 list_for_each_entry(child, &ns->base.profiles, base.list) in __aafs_ns_rmdir() 2074 list_for_each_entry(child, &ns->base.profiles, base.list) { in __aafs_ns_mkdir() 2158 if (!list_empty(&ns->base.profiles)) in __first_profile() 2159 return list_first_entry(&ns->base.profiles, in __first_profile() 2182 if (!list_empty(&p->base.profiles)) in __next_profile() 2183 return list_first_entry(&p->base.profiles, typeof(*p), in __next_profile() 2191 if (!list_entry_is_head(p, &parent->base.profiles, base.list)) in __next_profile() 2200 if (!list_entry_is_head(p, &ns->base.profiles, base.list)) in __next_profile()
|
| H A D | lib.c | 498 INIT_LIST_HEAD(&policy->profiles); in aa_policy_init() 509 AA_BUG(on_list_rcu(&policy->profiles)); in aa_policy_destroy()
|
| H A D | domain.c | 600 new = find_attach(bprm, ns, &profile->base.profiles, in x_to_label() 604 new = find_attach(bprm, ns, &ns->base.profiles, in x_to_label() 693 &profile->ns->base.profiles, name, &info); in profile_transition() 1165 if (!list_empty(&profile->base.profiles)) { in change_hat() 1257 empty &= list_empty(&profile->base.profiles); in aa_change_hat()
|
| /linux/Documentation/dev-tools/ |
| H A D | propeller.rst | 51 pair of Propeller profiles via an offline tool. 56 profiles. This build step uses 3 profiles - the AutoFDO profile, 141 This command generates a pair of Propeller profiles: 155 profiles. ::
|
| /linux/Documentation/ABI/obsolete/ |
| H A D | sysfs-driver-hid-roccat-kovaplus | 65 Description: The mouse can store 5 profiles which can be switched by the 80 Description: The mouse can store 5 profiles which can be switched by the 92 Description: The mouse can store 5 profiles which can be switched by the 108 Description: The mouse can store 5 profiles which can be switched by the
|
| H A D | sysfs-driver-hid-roccat-savu | 4 Description: The mouse can store 5 profiles which can be switched by the 28 Description: The mouse can store 5 profiles which can be switched by the 62 Description: The mouse can store 5 profiles which can be switched by the
|
| H A D | sysfs-driver-hid-roccat-pyra | 54 Description: The mouse can store 5 profiles which can be switched by the 69 Description: The mouse can store 5 profiles which can be switched by the 81 Description: The mouse can store 5 profiles which can be switched by the 97 Description: The mouse can store 5 profiles which can be switched by the
|
| H A D | sysfs-driver-hid-roccat-koneplus | 58 Description: The mouse can store 5 profiles which can be switched by the 73 Description: The mouse can store 5 profiles which can be switched by the 85 Description: The mouse can store 5 profiles which can be switched by the 101 Description: The mouse can store 5 profiles which can be switched by the
|
| H A D | sysfs-driver-hid-roccat-konepure | 4 Description: The mouse can store 5 profiles which can be switched by the 43 Description: The mouse can store 5 profiles which can be switched by the 58 Description: The mouse can store 5 profiles which can be switched by the
|
| /linux/drivers/hid/ |
| H A D | hid-roccat-kone.c | 40 kone->actual_dpi = kone->profiles[new_profile - 1].startup_dpi; in kone_profile_activated() 346 memcpy(buf, ((char const *)&kone->profiles[*(uint *)(attr->private)]) + off, count); in kone_sysfs_read_profilex() 366 profile = &kone->profiles[*(uint *)(attr->private)]; in kone_sysfs_write_profilex() 672 retval = kone_get_profile(usb_dev, &kone->profiles[i], i + 1); in kone_init_kone_device_struct() 796 kone->actual_dpi = kone->profiles[event->value - 1]. in kone_keep_values_up_to_date()
|
| H A D | hid-roccat-kone.h | 213 struct kone_profile profiles[5]; member
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_mbox.c | 1125 hbqmb->profiles.profile2.seqlenbcnt = hbq_desc->seqlenbcnt; in lpfc_build_hbq_profile2() 1126 hbqmb->profiles.profile2.maxlen = hbq_desc->maxlen; in lpfc_build_hbq_profile2() 1127 hbqmb->profiles.profile2.seqlenoff = hbq_desc->seqlenoff; in lpfc_build_hbq_profile2() 1144 hbqmb->profiles.profile3.seqlenbcnt = hbq_desc->seqlenbcnt; in lpfc_build_hbq_profile3() 1145 hbqmb->profiles.profile3.maxlen = hbq_desc->maxlen; in lpfc_build_hbq_profile3() 1146 hbqmb->profiles.profile3.cmdcodeoff = hbq_desc->cmdcodeoff; in lpfc_build_hbq_profile3() 1147 hbqmb->profiles.profile3.seqlenoff = hbq_desc->seqlenoff; in lpfc_build_hbq_profile3() 1148 memcpy(&hbqmb->profiles.profile3.cmdmatch, hbq_desc->cmdmatch, in lpfc_build_hbq_profile3() 1149 sizeof(hbqmb->profiles.profile3.cmdmatch)); in lpfc_build_hbq_profile3() 1167 hbqmb->profiles.profile5.seqlenbcnt = hbq_desc->seqlenbcnt; in lpfc_build_hbq_profile5() [all …]
|
| /linux/Documentation/maintainer/ |
| H A D | maintainer-entry-profile.rst | 11 profiles to look across subsystems for opportunities to converge on 95 Existing profiles 98 For now, existing maintainer profiles are listed here; we will likely want
|
| /linux/Documentation/admin-guide/laptops/ |
| H A D | alienware-wmi.rst | 16 profiles, sensor monitoring and overclocking. This interface is named "AWCC" and 68 The AWCC interface exposes various firmware defined thermal profiles. These are
|
| /linux/fs/btrfs/ |
| H A D | Kconfig | 102 profiles (currently: pid, round-robin, 108 support RAID1* profiles on zoned devices,
|
| /linux/Documentation/arch/x86/ |
| H A D | tlb.rst | 43 profiles. If you believe that individual invalidations being 58 profiles, or you can use the trace_tlb_flush() tracepoints. to
|
| /linux/Documentation/wmi/devices/ |
| H A D | alienware-wmi.rst | 17 manage manufacturer predefined thermal profiles. The alienware-wmi driver 116 | | profiles | | 198 If a model supports the User Selectable Thermal Tables (USTT) profiles, it will 199 not support the Legacy profiles and vice-versa.
|
| H A D | lenovo-wmi-gamezone.rst | 11 profiles and overclocking. It is paired with multiple event GUIDs 26 The following platform profiles are supported: 50 of supported profiles, the BIOS will override any user PPT settings when
|
| /linux/Documentation/ABI/testing/ |
| H A D | debugfs-alienware-wmi | 38 Includes internal mapping to platform profiles and thermal
|
| H A D | sysfs-class-platform-profile | 11 Description: This file contains a space-separated list of profiles supported
|
| /linux/sound/soc/sprd/ |
| H A D | sprd-pcm-compress.c | 635 codec->descriptor[0].profiles = 0; in sprd_platform_compr_get_codec_caps() 646 codec->descriptor[1].profiles = 0; in sprd_platform_compr_get_codec_caps()
|