Symbol: rog_tunables
drivers/platform/x86/asus-armoury.c
1008
ac_rog_tunables = kzalloc_obj(*asus_armoury.rog_tunables[ASUS_ROG_TUNABLE_AC]);
drivers/platform/x86/asus-armoury.c
1012
asus_armoury.rog_tunables[ASUS_ROG_TUNABLE_AC] = ac_rog_tunables;
drivers/platform/x86/asus-armoury.c
1055
dc_rog_tunables = kzalloc_obj(*asus_armoury.rog_tunables[ASUS_ROG_TUNABLE_DC]);
drivers/platform/x86/asus-armoury.c
1061
asus_armoury.rog_tunables[ASUS_ROG_TUNABLE_DC] = dc_rog_tunables;
drivers/platform/x86/asus-armoury.c
1148
kfree(asus_armoury.rog_tunables[ASUS_ROG_TUNABLE_AC]);
drivers/platform/x86/asus-armoury.c
1149
kfree(asus_armoury.rog_tunables[ASUS_ROG_TUNABLE_DC]);
drivers/platform/x86/asus-armoury.c
738
static inline struct rog_tunables *get_current_tunables(void)
drivers/platform/x86/asus-armoury.c
741
return asus_armoury.rog_tunables[ASUS_ROG_TUNABLE_AC];
drivers/platform/x86/asus-armoury.c
743
return asus_armoury.rog_tunables[ASUS_ROG_TUNABLE_DC];
drivers/platform/x86/asus-armoury.c
872
const struct rog_tunables *const ac_rog_tunables =
drivers/platform/x86/asus-armoury.c
873
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
987
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(); \