Lines Matching refs:index
58 cnt = sscanf(buf, "%u %d", &req.extts.index, &enable);
61 if (req.extts.index >= ops->n_ext_ts)
102 event.index, event.t.sec, event.t.nsec);
118 cnt = sscanf(buf, "%u %lld %u %lld %u", &req.perout.index,
123 if (req.perout.index >= ops->n_per_out)
173 vclock->clock->index);
229 vclock->clock->index;
232 vclock->clock->index);
395 int index;
397 index = ptp_pin_name2index(ptp, attr->attr.name);
398 if (index < 0)
404 func = ptp->info->pin_config[index].func;
405 chan = ptp->info->pin_config[index].chan;
417 int cnt, err, index;
423 index = ptp_pin_name2index(ptp, attr->attr.name);
424 if (index < 0)
429 err = ptp_set_pinfunc(ptp, index, func, chan);