Lines Matching refs:pqe
720 struct usb_quirk_entry *pqe;
778 pqe = usb_quirk_get_entry(pgq->vid, pgq->pid,
780 if (pqe == NULL) {
785 if (pqe->quirks[x] == UQ_NONE) {
786 pqe->quirks[x] = y;
816 pqe = usb_quirk_get_entry(pgq->vid, pgq->pid,
818 if (pqe == NULL) {
823 if (pqe->quirks[x] == y) {
824 pqe->quirks[x] = UQ_NONE;
833 if (pqe->quirks[x] != UQ_NONE) {
839 (void)memset_s(pqe, sizeof(*pqe), 0, sizeof(*pqe));