Home
last modified time | relevance | path

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

/src/sys/dev/usb/
H A Dusb_cdc.h146 #define UCDC_NOTIFICATION 0xa1 macro
/src/sys/dev/usb/net/
H A Dif_cdce.c1283 req.bmRequestType = UCDC_NOTIFICATION; in cdce_intr_write_callback()
1297 req.bmRequestType = UCDC_NOTIFICATION; in cdce_intr_write_callback()
H A Duhso.c1410 if (cdc.bmRequestType == UCDC_NOTIFICATION && in uhso_bs_intr_callback()
H A Dif_umb.c2811 if (notification.bmRequestType != UCDC_NOTIFICATION) { in umb_intr()
/src/sys/dev/usb/serial/
H A Dumodem.c801 if (pkt.bmRequestType != UCDC_NOTIFICATION) { in umodem_intr_read_callback()
H A Dufoma.c709 if (pkt.bmRequestType != UCDC_NOTIFICATION) { in ufoma_intr_callback()
H A Du3g.c1295 if (pkt.bmRequestType == UCDC_NOTIFICATION in u3g_intr_callback()