Home
last modified time | relevance | path

Searched refs:rog_tunables (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/platform/x86/
H A Dasus-armoury.c67 struct rog_tunables { struct
93 struct rog_tunables *rog_tunables[2]; member
765 static inline struct rog_tunables *get_current_tunables(void) in get_current_tunables()
768 return asus_armoury.rog_tunables[ASUS_ROG_TUNABLE_AC]; in get_current_tunables()
770 return asus_armoury.rog_tunables[ASUS_ROG_TUNABLE_DC]; in get_current_tunables()
899 const struct rog_tunables *const ac_rog_tunables = in asus_fw_attr_add()
900 asus_armoury.rog_tunables[ASUS_ROG_TUNABLE_AC]; in asus_fw_attr_add()
1014 struct rog_tunables *ac_rog_tunables __free(kfree) = NULL; in init_rog_tunables()
1015 struct rog_tunables *dc_rog_tunables __free(kfree) = NULL; in init_rog_tunables()
1127 asus_armoury.rog_tunables[ASUS_ROG_TUNABLE_AC] = no_free_ptr(ac_rog_tunables); in init_rog_tunables()
[all …]
H A Dasus-armoury.h226 struct rog_tunables *tunables = get_current_tunables(); \
240 struct rog_tunables *tunables = get_current_tunables(); \
259 struct rog_tunables *tunables = get_current_tunables(); \
276 struct rog_tunables *tunables = get_current_tunables(); \