Lines Matching defs:indexp
604 int num_pins, int *indexp)
617 if (indexp)
618 *indexp = i;
659 int *indexp)
673 indexp);
676 indexp);
681 if (idx >= 0 && indexp)
682 *indexp = idx;
700 * @indexp: the pointer to return the index number (for multiple ctls)
709 * If no unique name with a suffix is available and @indexp is non-NULL, the
714 char *label, int maxlen, int *indexp)
721 if (indexp)
722 *indexp = 0;
729 label, maxlen, indexp);
732 label, maxlen, indexp);
735 label, maxlen, indexp);
740 if (cfg && indexp)
748 (*indexp)++;