/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 | 1502 * 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; 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() [all …]
|
/linux/security/apparmor/include/ |
H A D | policy_ns.h | 22 /* struct aa_ns_acct - accounting of profiles in namespace 23 * @max_size: maximum space allowed for all profiles in namespace 24 * @max_count: maximum number of profiles that can be in this namespace 25 * @size: current size of profiles 26 * @count: current count of profiles (includes null profiles) 35 /* struct aa_ns - namespace for a set of profiles 42 * @uniq_null: uniq value used for null learning profiles 43 * @uniq_id: a unique id count for the profiles in the namespace 47 * An aa_ns defines the set profiles that are searched to determine which 48 * profile to attach to a task. Profiles can not be shared between aa_ns [all …]
|
H A D | policy.h | 63 * FIXME: currently need a clean way to replace and remove profiles as a 65 * Either, with a set of profiles loaded at the namespace level or via 178 /* struct aa_attachment - data and rules for a profiles attachment 208 * @dents: dentries for the profiles file entries in apparmorfs 217 * Profiles have a hierarchy where hats and children profiles keep
|
H A D | lib.h | 139 /* struct aa_policy - common part of both namespaces and profiles 143 * @profiles: head of the profiles list contained in the object 149 struct list_head profiles; 150 struct list_head profiles; global() member
|
/linux/security/apparmor/ |
H A D | policy.c | 10 * 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...] |
/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | rif_mac_profile_scale.sh | 4 # Test for RIF MAC profiles resource. The test adds VLAN netdevices according to 5 # the maximum number of RIF MAC profiles, sets each of them with a random 7 # profiles equals the maximum number of RIF MAC profiles. 46 check_err_fail $should_fail $? "Attempt to use $count profiles (actual result $occ)"
|
H A D | rif_mac_profiles_occ.sh | 37 # Reload in order to clean all the RIFs and RIF MAC profiles created 118 # MAC replacement should fail because all the MAC profiles are in use
|
/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_ddp.c | 27 * i40e_ddp_profiles_eq - checks if DDP profiles are the equivalent 31 * checks if DDP profiles are the equivalent. 32 * Returns true if profiles are the same. 74 * i40e_ddp_profiles_overlap - checks if DDP profiles overlap. 78 * checks if DDP profiles overlap. 79 * Returns true if profiles are overlap. 93 /* otherwise only profiles from the same group are compatible*/ in i40e_ddp_profiles_overlap() 136 * Register a profile to the list of loaded profiles. 336 netdev_err(netdev, "Failed to fetch loaded profiles."); in i40e_ddp_load() 346 netdev_err(netdev, "Failed to fetch loaded profiles."); in i40e_ddp_load() [all …]
|
/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. ::
|
H A D | autofdo.rst | 20 AutoFDO profiles are created by converting hardware sampling using 43 One can collect profiles using AutoFDO build for the previous kernel. 44 AutoFDO employs relative line numbers to match the profiles, offering
|
/linux/Documentation/maintainer/ |
H A D | maintainer-entry-profile.rst | 11 profiles to look across subsystems for opportunities to converge on 32 - Links to any other Maintainer Entry Profiles? For example a 93 Existing profiles 96 For now, existing maintainer profiles are listed here; we will likely want
|
/linux/drivers/net/wireless/intel/iwlwifi/fw/ |
H A D | acpi.c | 617 * Check the validity of n_profiles. The EWRD profiles start in iwl_acpi_get_ewrd_table() 632 /* parse non-cdb chains for all profiles */ in iwl_acpi_get_ewrd_table() 636 /* The EWRD profiles officially go from 2 to 4, but we in iwl_acpi_get_ewrd_table() 655 /* parse cdb chains for all profiles */ in iwl_acpi_get_ewrd_table() 690 u8 profiles; in iwl_acpi_get_wgds_table() member 696 .profiles = ACPI_NUM_GEO_PROFILES_REV3, in iwl_acpi_get_wgds_table() 702 .profiles = ACPI_NUM_GEO_PROFILES, in iwl_acpi_get_wgds_table() 707 .profiles = ACPI_NUM_GEO_PROFILES, in iwl_acpi_get_wgds_table() 727 u32 max_size = hdr_size + profile_size * rev_data[idx].profiles; in iwl_acpi_get_wgds_table() 744 num_profiles = rev_data[idx].profiles; in iwl_acpi_get_wgds_table() [all …]
|
H A D | uefi.h | 97 * @num_profiles: how many additional profiles we have in this table (0-3) 98 * @sar_profiles: the additional SAR profiles (#2-#4) 110 * @num_profiles: the number of geo profiles we have in the table.
|
/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-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-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-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/include/uapi/sound/ |
H A D | compress_params.h | 272 * 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 387 * Encoders may rely on profiles for quality levels.
|
/linux/include/xen/interface/ |
H A D | xenpmu.h | 46 * - XENPMU_MODE_HV: Guests can profile themselves, dom0 profiles 48 * - XENPMU_MODE_ALL: Only dom0 has access to VPMU and it profiles
|
/linux/Documentation/userspace-api/ |
H A D | sysfs-platform_profile.rst | 12 one of several platform profiles, with either a bias towards low power 32 uses strings to describe the various profiles. To make sure that userspace
|
/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/include/uapi/linux/can/ |
H A D | gw.h | 145 /* CRC8 profiles (compute CRC for additional data elements - see below) */ 212 * defined in the handling of 'checksum profiles' e.g. shown in AUTOSAR specs 216 * So far only three profiles have been implemented for illustration.
|