Home | History | Annotate | Download | only in qemu

Lines Matching refs:PID

449     if (p->pid == USB_TOKEN_IN)
741 switch(p->pid) {
762 switch (p->pid) {
1383 * auto:bus:dev[:vid:pid]
1384 * auto:bus.dev[:vid:pid]
1389 * pid - product id (hex, * means any)
1395 enum { BUS, DEV, VID, PID, DONE };
1416 case PID: f->product_id = strtol(p, NULL, 16); break;
1466 dprintf("husb: added auto filter: bus_num %d addr %d vid %d pid %d\n",
1486 dprintf("husb: removed auto filter: bus_num %d addr %d vid %d pid %d\n",
1679 char bus[10], addr[10], vid[10], pid[10];
1683 hex2str(f->product_id, pid, sizeof(pid));
1685 bus, addr, vid, pid);