Symbol: rog_tunables
drivers/platform/x86/asus-armoury.c
1016
ac_rog_tunables = kzalloc_obj(*asus_armoury.rog_tunables[ASUS_ROG_TUNABLE_AC]);
drivers/platform/x86/asus-armoury.c
1020
asus_armoury.rog_tunables[ASUS_ROG_TUNABLE_AC] = ac_rog_tunables;
drivers/platform/x86/asus-armoury.c
1063
dc_rog_tunables = kzalloc_obj(*asus_armoury.rog_tunables[ASUS_ROG_TUNABLE_DC]);
drivers/platform/x86/asus-armoury.c
1069
asus_armoury.rog_tunables[ASUS_ROG_TUNABLE_DC] = dc_rog_tunables;
drivers/platform/x86/asus-armoury.c
1156
kfree(asus_armoury.rog_tunables[ASUS_ROG_TUNABLE_AC]);
drivers/platform/x86/asus-armoury.c
1157
kfree(asus_armoury.rog_tunables[ASUS_ROG_TUNABLE_DC]);
drivers/platform/x86/asus-armoury.c
746
static inline struct rog_tunables *get_current_tunables(void)
drivers/platform/x86/asus-armoury.c
749
return asus_armoury.rog_tunables[ASUS_ROG_TUNABLE_AC];
drivers/platform/x86/asus-armoury.c
751
return asus_armoury.rog_tunables[ASUS_ROG_TUNABLE_DC];
drivers/platform/x86/asus-armoury.c
880
const struct rog_tunables *const ac_rog_tunables =
drivers/platform/x86/asus-armoury.c
881
asus_armoury.rog_tunables[ASUS_ROG_TUNABLE_AC];
drivers/platform/x86/asus-armoury.c
92
struct rog_tunables *rog_tunables[2];
drivers/platform/x86/asus-armoury.c
995
struct rog_tunables *ac_rog_tunables = NULL, *dc_rog_tunables = NULL;
drivers/platform/x86/asus-armoury.h
226
struct rog_tunables *tunables = get_current_tunables(); \
drivers/platform/x86/asus-armoury.h
240
struct rog_tunables *tunables = get_current_tunables(); \
drivers/platform/x86/asus-armoury.h
259
struct rog_tunables *tunables = get_current_tunables(); \
drivers/platform/x86/asus-armoury.h
276
struct rog_tunables *tunables = get_current_tunables(); \