Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/
H A Dasus-armoury.c66 struct rog_tunables { struct
92 struct rog_tunables *rog_tunables[2]; argument
746 static inline struct rog_tunables *get_current_tunables(void) in get_current_tunables()
749 return asus_armoury.rog_tunables[ASUS_ROG_TUNABLE_AC]; in get_current_tunables()
751 return asus_armoury.rog_tunables[ASUS_ROG_TUNABLE_DC]; in get_current_tunables()
880 const struct rog_tunables *const ac_rog_tunables = in asus_fw_attr_add()
881 asus_armoury.rog_tunables[ASUS_ROG_TUNABLE_AC]; in asus_fw_attr_add()
995 struct rog_tunables *ac_rog_tunables = NULL, *dc_rog_tunables = NULL; in init_rog_tunables()
1016 ac_rog_tunables = kzalloc_obj(*asus_armoury.rog_tunables[ASUS_ROG_TUNABLE_AC]); in init_rog_tunables()
1020 asus_armoury.rog_tunables[ASUS_ROG_TUNABLE_AC] = ac_rog_tunables; in init_rog_tunables()
[all …]