Lines Matching refs:bmAttributes
566 printf (" bmAttributes %d (%s%s)\n", c->bmAttributes,
567 c->bmAttributes & 64 ? "Self-powered" : "",
568 c->bmAttributes & 32 ? "Remote Wakeup" : "");
607 switch (e->bmAttributes & USB_ENDPOINT_TYPE_MASK)
635 printf (" bmAttributes %d (%s)\n",
636 e->bmAttributes, ep_type);
940 printf (" bmAttributes %d (%s%s)\n", c->bmAttributes,
941 c->bmAttributes & 64 ? "Self-powered" : "",
942 c->bmAttributes & 32 ? "Remote Wakeup" : "");
986 switch (e->bmAttributes & LIBUSB_TRANSFER_TYPE_MASK)
1014 printf (" bmAttributes %d (%s)\n",
1015 e->bmAttributes, ep_type);
1486 dev->config[current_config].bmAttributes = number;
1536 .endpoint[current_ep].bmAttributes = number;