| /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 | 208 if (!list_empty(&profile->base.profiles)) { in __remove_profile() 209 curr = list_first_entry(&profile->base.profiles, struct aa_profile, base.list); in __remove_profile() 213 while (!list_empty(&curr->base.profiles)) in __remove_profile() 214 curr = list_first_entry(&curr->base.profiles, in __remove_profile() 219 &aa_deref_parent(curr)->base.profiles)) in __remove_profile() 501 profile = __find_child(&parent->base.profiles, name); in aa_find_child() 532 profile = __strn_find_child(&policy->profiles, hname, in __lookup_parent() 571 profile = __strn_find_child(&policy->profiles, hname, in __create_missing_ancestors() 614 profile = __strn_find_child(&base->profiles, hname, in __lookupn_profile() 625 return __strn_find_child(&base->profiles, hname, n); in __lookupn_profile() [all …]
|
| 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 | apparmorfs.c | 1606 list_for_each_entry(child, &profile->base.profiles, base.list) in __aafs_profile_rmdir() 1914 list_for_each_entry(child, &profile->base.profiles, base.list) { in __aafs_profile_mkdir() 2055 list_for_each_entry(child, &ns->base.profiles, base.list) in __aafs_ns_rmdir() 2160 list_for_each_entry(child, &ns->base.profiles, base.list) { in __aafs_ns_mkdir() 2244 if (!list_empty(&ns->base.profiles)) in __first_profile() 2245 return list_first_entry(&ns->base.profiles, in __first_profile() 2268 if (!list_empty(&p->base.profiles)) in __next_profile() 2269 return list_first_entry(&p->base.profiles, typeof(*p), in __next_profile() 2277 if (!list_entry_is_head(p, &parent->base.profiles, base.list)) in __next_profile() 2286 if (!list_entry_is_head(p, &ns->base.profiles, base.list)) in __next_profile()
|
| H A D | domain.c | 601 new = find_attach(bprm, ns, &profile->base.profiles, in x_to_label() 605 new = find_attach(bprm, ns, &ns->base.profiles, in x_to_label() 694 &profile->ns->base.profiles, name, &info); in profile_transition() 1200 if (!list_empty(&profile->base.profiles)) { in change_hat() 1291 empty &= list_empty(&profile->base.profiles); in aa_change_hat()
|
| H A D | policy_ns.c | 313 __aa_profile_list_release(&ns->base.profiles); in destroy_ns()
|
| /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/net/wireless/intel/iwlwifi/fw/ |
| H A D | acpi.c | 813 u8 profiles; in iwl_acpi_get_wgds_table() member 819 .profiles = ACPI_NUM_GEO_PROFILES_REV3, in iwl_acpi_get_wgds_table() 825 .profiles = ACPI_NUM_GEO_PROFILES_REV3, in iwl_acpi_get_wgds_table() 831 .profiles = ACPI_NUM_GEO_PROFILES, in iwl_acpi_get_wgds_table() 836 .profiles = ACPI_NUM_GEO_PROFILES, in iwl_acpi_get_wgds_table() 856 u32 max_size = hdr_size + profile_size * rev_data[idx].profiles; in iwl_acpi_get_wgds_table() 878 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 | 98 profiles (currently: pid, round-robin, 104 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/drivers/hid/ |
| H A D | hid-roccat-kone.h | 213 struct kone_profile profiles[5]; member
|
| /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()
|
| /linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| H A D | scan.h | 157 struct iwl_scan_offload_profile profiles[IWL_SCAN_MAX_PROFILES]; member 167 struct iwl_scan_offload_profile profiles[IWL_SCAN_MAX_PROFILES_V2]; member
|
| /linux/security/apparmor/include/ |
| H A D | lib.h | 204 struct list_head profiles; member
|