| /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 | evergreen.c | 1515 rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_off_ps_idx = rdev->pm.default_power_state_index; in sumo_pm_init_profile() 1516 rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_on_ps_idx = rdev->pm.default_power_state_index; in sumo_pm_init_profile() 1517 rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_off_cm_idx = 0; in sumo_pm_init_profile() 1518 rdev->pm.profiles[PM_PROFILE_DEFAULT_IDX].dpms_on_cm_idx = 0; in sumo_pm_init_profile() 1526 rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_off_ps_idx = idx; in sumo_pm_init_profile() 1527 rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_on_ps_idx = idx; in sumo_pm_init_profile() 1528 rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_off_cm_idx = 0; in sumo_pm_init_profile() 1529 rdev->pm.profiles[PM_PROFILE_LOW_SH_IDX].dpms_on_cm_idx = 0; in sumo_pm_init_profile() 1531 rdev->pm.profiles[PM_PROFILE_LOW_MH_IDX].dpms_off_ps_idx = idx; in sumo_pm_init_profile() 1532 rdev->pm.profiles[PM_PROFILE_LOW_MH_IDX].dpms_on_ps_idx = idx; in sumo_pm_init_profile() [all …]
|
| /linux/security/apparmor/ |
| H A D | policy.c | 198 __aa_profile_list_release(&profile->base.profiles); in __remove_profile() 456 profile = __find_child(&parent->base.profiles, name); in aa_find_child() 487 profile = __strn_find_child(&policy->profiles, hname, in __lookup_parent() 526 profile = __strn_find_child(&policy->profiles, hname, in __create_missing_ancestors() 569 profile = __strn_find_child(&base->profiles, hname, in __lookupn_profile() 580 return __strn_find_child(&base->profiles, hname, n); in __lookupn_profile() 734 p = __find_child(&parent->base.profiles, bname); in aa_new_learning_profile() 739 __add_profile(&parent->base.profiles, profile); in aa_new_learning_profile() 977 if (!list_empty(&old->base.profiles)) { in __replace_profile() 979 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() 1794 list_for_each_entry(child, &profile->base.profiles, base.list) { in __aafs_profile_mkdir() 1935 list_for_each_entry(child, &ns->base.profiles, base.list) in __aafs_ns_rmdir() 2061 list_for_each_entry(child, &ns->base.profiles, base.list) { in __aafs_ns_mkdir() 2145 if (!list_empty(&ns->base.profiles)) in __first_profile() 2146 return list_first_entry(&ns->base.profiles, in __first_profile() 2169 if (!list_empty(&p->base.profiles)) in __next_profile() 2170 return list_first_entry(&p->base.profiles, typeof(*p), in __next_profile() 2178 if (!list_entry_is_head(p, &parent->base.profiles, base.list)) in __next_profile() 2187 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() 1163 if (!list_empty(&profile->base.profiles)) { in change_hat() 1255 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/drivers/net/wireless/intel/iwlwifi/fw/ |
| H A D | acpi.c | 714 u8 profiles; in iwl_acpi_get_wgds_table() member 720 .profiles = ACPI_NUM_GEO_PROFILES_REV3, in iwl_acpi_get_wgds_table() 726 .profiles = ACPI_NUM_GEO_PROFILES, in iwl_acpi_get_wgds_table() 731 .profiles = ACPI_NUM_GEO_PROFILES, in iwl_acpi_get_wgds_table() 751 u32 max_size = hdr_size + profile_size * rev_data[idx].profiles; in iwl_acpi_get_wgds_table() 768 num_profiles = rev_data[idx].profiles; in iwl_acpi_get_wgds_table()
|
| /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 | 104 profiles (currently: pid, round-robin, 113 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.
|
| /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/security/apparmor/include/ |
| H A D | lib.h | 169 struct list_head profiles; member
|