Home
last modified time | relevance | path

Searched refs:tp_pkt (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/dev/usb/
H A Dubcmtp.c328 uint8_t *tp_pkt; member
582 if (sc->tp_pkt != NULL) { in ubcmtp_disable()
583 free(sc->tp_pkt, M_USBDEV, sc->tp_maxlen); in ubcmtp_disable()
584 sc->tp_pkt = NULL; in ubcmtp_disable()
743 sc->tp_pkt = malloc(sc->tp_maxlen, M_USBDEV, M_WAITOK); in ubcmtp_setup_pipes()
744 if (sc->tp_pkt == NULL) in ubcmtp_setup_pipes()
764 if (sc->tp_pkt != NULL) in ubcmtp_setup_pipes()
765 free(sc->tp_pkt, M_USBDEV, sc->tp_maxlen); in ubcmtp_setup_pipes()
799 if (sc->tp_pkt == NULL || pktlen < sc->tp_offset) in ubcmtp_tp_intr()
805 finger = (struct ubcmtp_finger *)(sc->tp_pkt + off); in ubcmtp_tp_intr()
[all …]