Lines Matching defs:functions
72 struct oxnas_desc_function *functions;
91 const struct oxnas_function *functions;
276 .functions = (struct oxnas_desc_function[]){ \
571 return pctl->functions[func].name;
581 *groups = pctl->functions[func].groups;
582 *num_groups = pctl->functions[func].ngroups;
592 const struct oxnas_function *pf = &pctl->functions[func];
594 struct oxnas_desc_function *functions = pg->functions;
597 while (functions->name) {
598 if (!strcmp(functions->name, fname)) {
602 functions->fct, mask);
609 (functions->fct == 1 ?
616 (functions->fct == 2 ?
623 (functions->fct == 3 ?
629 functions++;
642 const struct oxnas_function *pf = &pctl->functions[func];
644 struct oxnas_desc_function *functions = pg->functions;
648 while (functions->name) {
649 if (!strcmp(functions->name, fname)) {
653 functions->fct, mask);
658 (functions->fct == 1 ?
663 (functions->fct == 2 ?
668 (functions->fct == 3 ?
673 (functions->fct == 4 ?
678 (functions->fct == 5 ?
684 functions++;
1095 .functions = oxnas_ox810se_functions,
1114 .functions = oxnas_ox820_functions,
1179 pctl->functions = data->pctl->functions;