Home
last modified time | relevance | path

Searched full:profiles (Results 1 – 25 of 160) sorted by relevance

1234567

/linux/drivers/gpu/drm/radeon/
H A Dr420.c48 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 Dr600.c539 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 Dr100.c307 * r100_pm_init_profile - Initialize power profiles callback.
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()
[all …]
/linux/security/apparmor/include/
H A Dpolicy_ns.h22 /* 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 Dpolicy.h68 * FIXME: currently need a clean way to replace and remove profiles as a
70 * Either, with a set of profiles loaded at the namespace level or via
206 /* struct aa_attachment - data and rules for a profiles attachment
239 * @dents: dentries for the profiles file entries in apparmorfs
251 * Profiles have a hierarchy where hats and children profiles keep
H A Dlib.h182 /* struct aa_policy - common part of both namespaces and profiles
186 * @profiles: head of the profiles list contained in the object
192 struct list_head profiles; member
/linux/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, so that execution history
146 * __add_profile - add a profiles to list and label tree
[all …]
H A Dapparmorfs.c1044 * policy/profiles/XXXX/profiles/ *
1539 list_for_each_entry(child, &profile->base.profiles, base.list) in __aafs_profile_rmdir()
1726 dent = aafs_create_dir("profiles", dent); in __aafs_profile_mkdir()
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()
1994 dent = aafs_create_dir("profiles", dir); in __aafs_ns_mkdir_entries()
2073 /* profiles */ in __aafs_ns_mkdir()
2074 list_for_each_entry(child, &ns->base.profiles, base.list) { in __aafs_ns_mkdir()
2145 * @root: namespace that is root of profiles being displayed (NOT NULL)
2158 if (!list_empty(&ns->base.profiles)) in __first_profile()
[all …]
H A Ddomain.c380 * Do a linear search on the profiles in the list. There is a matching
409 /* Find the "best" matching profile. Profiles must in find_attach()
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()
884 * only check profiles in scope for permission to change at exec in handle_onexec()
1152 /* found a hat for all profiles in ns */ in change_hat()
1165 if (!list_empty(&profile->base.profiles)) { in change_hat()
1220 * change_hat only applies to profiles in the current ns, and each profile
1257 empty &= list_empty(&profile->base.profiles); in aa_change_hat()
[all …]
/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Drif_mac_profile_scale.sh4 # 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 Drif_mac_profiles_occ.sh37 # 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 Di40e_ddp.c27 * 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/devicetree/bindings/riscv/
H A Dextensions.yaml129 ratified in RVA23 Profiles Version 1.0, with commit 0273f3c921b6
141 Profiles Version 1.0, with commit b1d806605f87 ("Updated to
149 also be supported. It is ratified in RISC-V Profiles Version 1.0,
156 the ISA. It is ratified in RISC-V Profiles Version 1.0, with
162 modes supported in satp, as ratified in RISC-V Profiles Version 1.0,
168 values as ratified in RISC-V Profiles Version 1.0, with commit
174 as ratified in RISC-V Profiles Version 1.0, with commit b1d806605f87
213 Profiles Version 1.0, with commit b1d806605f87 ("Updated to
226 Profiles Version 1.0, with commit b1d806605f87 ("Updated to
238 state-enable extension, as ratified in RISC-V Profiles Version 1.0,
[all …]
/linux/Documentation/dev-tools/
H A Dpropeller.rst51 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/maintainer/
H A Dmaintainer-entry-profile.rst11 profiles to look across subsystems for opportunities to converge on
32 - Links to any other Maintainer Entry Profiles? For example a
95 Existing profiles
98 For now, existing maintainer profiles are listed here; we will likely want
/linux/Documentation/ABI/obsolete/
H A Dsysfs-driver-hid-roccat-kovaplus65 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 Dsysfs-driver-hid-roccat-pyra54 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 Dsysfs-driver-hid-roccat-savu4 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 Dsysfs-driver-hid-roccat-koneplus58 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 Dsysfs-driver-hid-roccat-konepure4 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/xen/interface/
H A Dxenpmu.h46 * - XENPMU_MODE_HV: Guests can profile themselves, dom0 profiles
48 * - XENPMU_MODE_ALL: Only dom0 has access to VPMU and it profiles
/linux/fs/btrfs/
H A DKconfig102 profiles (currently: pid, round-robin,
108 support RAID1* profiles on zoned devices,
/linux/Documentation/arch/x86/
H A Dtlb.rst43 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 Dgw.h145 /* 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.
/linux/lib/dim/
H A Dnet_dim.c10 * Net DIM profiles:
11 * There are different set of profiles for each CQ period mode.
12 * There are different set of profiles for RX/TX CQs.

1234567