Home
last modified time | relevance | path

Searched refs:profiles (Results 1 – 25 of 73) sorted by relevance

123

/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.c318 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/Documentation/userspace-api/
H A Dsysfs-platform_profile.rst12 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
46 The platform_profile class also supports profiles advertising a "custom"
54 platform profile handler core will only advertise the profiles that are
66 To discover available profiles from the class interface the user can read the
72 This will allow users to set different profiles for different drivers on the
75 that the profiles are not the same.
/linux/security/apparmor/
H A Dpolicy.c208 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()
494 profile = __find_child(&parent->base.profiles, name); in aa_find_child()
525 profile = __strn_find_child(&policy->profiles, hname, in __lookup_parent()
564 profile = __strn_find_child(&policy->profiles, hname, in __create_missing_ancestors()
607 profile = __strn_find_child(&base->profiles, hname, in __lookupn_profile()
618 return __strn_find_child(&base->profiles, hname, n); in __lookupn_profile()
[all …]
H A Dapparmorfs.c1615 list_for_each_entry(child, &profile->base.profiles, base.list) in __aafs_profile_rmdir()
1871 list_for_each_entry(child, &profile->base.profiles, base.list) { in __aafs_profile_mkdir()
2012 list_for_each_entry(child, &ns->base.profiles, base.list) in __aafs_ns_rmdir()
2117 list_for_each_entry(child, &ns->base.profiles, base.list) { in __aafs_ns_mkdir()
2201 if (!list_empty(&ns->base.profiles)) in __first_profile()
2202 return list_first_entry(&ns->base.profiles, in __first_profile()
2225 if (!list_empty(&p->base.profiles)) in __next_profile()
2226 return list_first_entry(&p->base.profiles, typeof(*p), in __next_profile()
2234 if (!list_entry_is_head(p, &parent->base.profiles, base.list)) in __next_profile()
2243 if (!list_entry_is_head(p, &ns->base.profiles, base.list)) in __next_profile()
H A Dlib.c498 INIT_LIST_HEAD(&policy->profiles); in aa_policy_init()
509 AA_BUG(on_list_rcu(&policy->profiles)); in aa_policy_destroy()
H A Ddomain.c600 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 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. ::
H A Dautofdo.rst20 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/ABI/testing/
H A Dsysfs-platform_profile4 Description: This file contains a space-separated list of profiles supported for this device.
38 that multiple platform profiles drivers are in use but
/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-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-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-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/drivers/hid/
H A Dhid-roccat-kone.c40 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()
/linux/drivers/scsi/lpfc/
H A Dlpfc_mbox.c1125 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 Dmaintainer-entry-profile.rst11 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 Dacpi.c759 u8 profiles; in iwl_acpi_get_wgds_table() member
765 .profiles = ACPI_NUM_GEO_PROFILES_REV3, in iwl_acpi_get_wgds_table()
771 .profiles = ACPI_NUM_GEO_PROFILES, in iwl_acpi_get_wgds_table()
776 .profiles = ACPI_NUM_GEO_PROFILES, in iwl_acpi_get_wgds_table()
796 u32 max_size = hdr_size + profile_size * rev_data[idx].profiles; in iwl_acpi_get_wgds_table()
813 num_profiles = rev_data[idx].profiles; in iwl_acpi_get_wgds_table()
/linux/fs/btrfs/
H A DKconfig102 profiles (currently: pid, round-robin,
108 support RAID1* profiles on zoned devices,
/linux/Documentation/admin-guide/laptops/
H A Dalienware-wmi.rst16 profiles, sensor monitoring and overclocking. This interface is named "AWCC" and
68 The AWCC interface exposes various firmware defined thermal profiles. These are
/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/Documentation/wmi/devices/
H A Dalienware-wmi.rst17 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/networking/
H A Dnet_dim.rst71 the predefined profiles.
180 outcomes of DIM-enabled network devices, related to a mismatch in profiles.
197 Querying the current profiles using::
209 If the network device does not support specific fields of DIM profiles,

123