Searched refs:descriptors_len (Results 1 – 1 of 1) sorted by relevance
142 int descriptors_len; member760 int size = priv->descriptors_len; in op_get_config_descriptor_by_value()819 int i, r, size = priv->descriptors_len; in op_get_config_descriptor()938 memset(priv->descriptors + priv->descriptors_len, in initialize_device()939 0, descriptors_size - priv->descriptors_len); in initialize_device()941 r = read(fd, priv->descriptors + priv->descriptors_len, in initialize_device()942 descriptors_size - priv->descriptors_len); in initialize_device()949 priv->descriptors_len += r; in initialize_device()950 } while (priv->descriptors_len == descriptors_size); in initialize_device()954 if (priv->descriptors_len < DEVICE_DESC_LENGTH) { in initialize_device()[all …]