Home | History | Annotate | Download | only in libusb

Lines Matching refs:bDescriptorType

117 	if (header.bDescriptorType != LIBUSB_DT_ENDPOINT) {
119 header.bDescriptorType, LIBUSB_DT_ENDPOINT);
156 if ((header.bDescriptorType == LIBUSB_DT_ENDPOINT) ||
157 (header.bDescriptorType == LIBUSB_DT_INTERFACE) ||
158 (header.bDescriptorType == LIBUSB_DT_CONFIG) ||
159 (header.bDescriptorType == LIBUSB_DT_DEVICE))
162 usbi_dbg("skipping descriptor %x", header.bDescriptorType);
242 if (ifp->bDescriptorType != LIBUSB_DT_INTERFACE) {
244 ifp->bDescriptorType, LIBUSB_DT_INTERFACE);
296 if ((header.bDescriptorType == LIBUSB_DT_INTERFACE) ||
297 (header.bDescriptorType == LIBUSB_DT_ENDPOINT) ||
298 (header.bDescriptorType == LIBUSB_DT_CONFIG) ||
299 (header.bDescriptorType == LIBUSB_DT_DEVICE))
348 ifp->bDescriptorType != LIBUSB_DT_INTERFACE ||
387 if (config->bDescriptorType != LIBUSB_DT_CONFIG) {
389 config->bDescriptorType, LIBUSB_DT_CONFIG);
442 if ((header.bDescriptorType == LIBUSB_DT_ENDPOINT) ||
443 (header.bDescriptorType == LIBUSB_DT_INTERFACE) ||
444 (header.bDescriptorType == LIBUSB_DT_CONFIG) ||
445 (header.bDescriptorType == LIBUSB_DT_DEVICE))
448 usbi_dbg("skipping descriptor 0x%x", header.bDescriptorType);
771 if (header.bDescriptorType != LIBUSB_DT_SS_ENDPOINT_COMPANION) {
819 if (bos_header.bDescriptorType != LIBUSB_DT_BOS) {
821 bos_header.bDescriptorType, LIBUSB_DT_BOS);
851 if (dev_cap.bDescriptorType != LIBUSB_DT_DEVICE_CAPABILITY) {
853 dev_cap.bDescriptorType, LIBUSB_DT_DEVICE_CAPABILITY);