Searched refs:thunderbay_funcs (Results 1 – 1 of 1) sorted by relevance
817 struct function_desc *thunderbay_funcs; in thunderbay_build_functions() local826 thunderbay_funcs = kcalloc(tpc->soc->npins * 8, in thunderbay_build_functions()827 sizeof(*thunderbay_funcs), GFP_KERNEL); in thunderbay_build_functions()828 if (!thunderbay_funcs) in thunderbay_build_functions()840 for (func = thunderbay_funcs; func->name; func++) { in thunderbay_build_functions()857 ptr = krealloc(thunderbay_funcs, in thunderbay_build_functions()858 tpc->nfuncs * sizeof(*thunderbay_funcs), GFP_KERNEL); in thunderbay_build_functions()862 thunderbay_funcs = ptr; in thunderbay_build_functions()863 return thunderbay_add_functions(tpc, thunderbay_funcs); in thunderbay_build_functions()