Home | History | Annotate | Download | only in usb

Lines Matching defs:qd

660 	const struct umq_data *qd;
663 for (qd=q->quirks; qd->type; qd++)
664 printf("%s%s", quirk_name[qd->type],
665 (qd+1)->type?", ":")\n");
674 const struct umq_data *qd;
676 for (qd=q->quirks; qd->type; qd++)
677 if (qd->type == type)
678 return qd->data;