Lines Matching refs:index
116 * increments the array index pindex after each .so is read
347 /* ploaded is the highest index that had a module entry */
405 * FAILURE on match return the bus index for this
576 * A match means we have a plugin index which essentially tells us
676 * index simply points to the index of the
1085 usb_get_string(usb_dev_handle *dev, int index, int langid, char *buf,
1098 return ((*hdl)(dev, index, langid, buf, buflen));
1102 usb_get_string_simple(usb_dev_handle *dev, int index, char *buf,
1115 return ((*hdl)(dev, index, buf, buflen));
1120 unsigned char type, unsigned char index, void *buf, int size)
1134 return ((*hdl)(dev, ep, type, index, buf, size));
1139 unsigned char index, void *buf, int size)
1152 return ((*hdl)(dev, type, index, buf, size));
1222 int value, int index, char *bytes, int size, int timeout)
1234 return ((*hdl)(dev, requesttype, request, value, index,