Home
last modified time | relevance | path

Searched refs:policy_type (Results 1 – 7 of 7) sorted by relevance

/linux/security/safesetid/
H A Dsecurityfs.c140 const char __user *ubuf, size_t len, enum setid_type policy_type) in handle_policy_update() argument
153 pol->type = policy_type; in handle_policy_update()
184 rule->type = policy_type; in handle_policy_update()
214 if (policy_type == UID) { in handle_policy_update()
219 } else if (policy_type == GID) { in handle_policy_update()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dcoex.h297 void rtw89_btc_set_policy(struct rtw89_dev *rtwdev, u16 policy_type);
298 void rtw89_btc_set_policy_v1(struct rtw89_dev *rtwdev, u16 policy_type);
/linux/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Damdgpu_smu.h430 enum pp_pm_policy policy_type; member
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Darcturus_ppt.c322 policy->policy_type = PP_PM_POLICY_XGMI_PLPD; in arcturus_allocate_dpm_context()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Daldebaran_ppt.c309 policy->policy_type = PP_PM_POLICY_XGMI_PLPD; in aldebaran_allocate_dpm_context()
H A Dsmu_v13_0_6_ppt.c708 policy->policy_type = PP_PM_POLICY_SOC_PSTATE; in smu_v13_0_6_allocate_dpm_context()
720 policy->policy_type = PP_PM_POLICY_XGMI_PLPD; in smu_v13_0_6_allocate_dpm_context()
/linux/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c3828 if (policy_ctxt->policies[i].policy_type == p_type) in smu_get_pm_policy()