Searched refs:ptp_errors (Results 1 – 1 of 1) sorted by relevance
4178 } ptp_errors[] = { variable4252 for (i=0; ptp_errors[i].txt != NULL; i++) in ptp_strerror()4253 …if ((ptp_errors[i].rc == ret) && ((ptp_errors[i].vendor == 0) || (ptp_errors[i].vendor == vendor))) in ptp_strerror()4254 return ptp_errors[i].txt; in ptp_strerror()