Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/serial/
H A Dumodem.c123 USB_IFACE_PROTOCOL(UIPROTO_CDC_AT)},
126 USB_IFACE_PROTOCOL(UIPROTO_CDC_NONE)},
132 USB_IFACE_SUBCLASS(0x02), USB_IFACE_PROTOCOL(0x01)},
134 USB_IFACE_SUBCLASS(0x02), USB_IFACE_PROTOCOL(0x02)},
136 USB_IFACE_SUBCLASS(0x02), USB_IFACE_PROTOCOL(0x10)},
138 USB_IFACE_SUBCLASS(0x02), USB_IFACE_PROTOCOL(0x12)},
140 USB_IFACE_SUBCLASS(0x02), USB_IFACE_PROTOCOL(0x61)},
142 USB_IFACE_SUBCLASS(0x02), USB_IFACE_PROTOCOL(0x62)},
145 USB_IFACE_PROTOCOL(0xFF)},
147 USB_IFACE_SUBCLASS(0xF), USB_IFACE_PROTOCOL(0xFF)},
H A Dulpt.c488 USB_IFACE_PROTOCOL(UIPROTO_PRINTER_UNI)},
493 USB_IFACE_PROTOCOL(UIPROTO_PRINTER_BI)},
498 USB_IFACE_PROTOCOL(UIPROTO_PRINTER_1284)},
505 USB_IFACE_PROTOCOL(UIPROTO_PRINTER_BI)},
H A Dugensa.c162 USB_IFACE_SUBCLASS(0x50), USB_IFACE_PROTOCOL(0x01), USB_DRIVER_INFO(10)},
/freebsd/sys/dev/usb/net/
H A Dif_urndis.c165 USB_IFACE_PROTOCOL(0xff)},
167 USB_IFACE_PROTOCOL(UIPROTO_RNDIS)},
169 USB_IFACE_PROTOCOL(UIPROTO_ACTIVESYNC)},
173 USB_IFACE_PROTOCOL(0xff)},
176 USB_IFACE_PROTOCOL(UIPROTO_ACTIVESYNC)},
179 USB_IFACE_PROTOCOL(UIPROTO_RNDIS)},
H A Dif_ipheth.c184 USB_IFACE_PROTOCOL(IPHETH_USBINTF_PROTO)}, in ipheth_get_mac_addr()
208 USB_IFACE_PROTOCOL(pt) in ipheth_probe()
H A Dif_cdce.c285 USB_IFACE_SUBCLASS(0x02), USB_IFACE_PROTOCOL(0x16),
288 USB_IFACE_SUBCLASS(0x02), USB_IFACE_PROTOCOL(0x46),
291 USB_IFACE_SUBCLASS(0x02), USB_IFACE_PROTOCOL(0x76),
294 USB_IFACE_SUBCLASS(0x03), USB_IFACE_PROTOCOL(0x16),
/freebsd/sys/dev/hid/
H A Dxb360gp.c100 USB_IFACE_PROTOCOL(UIPROTO_XBOX360_GAMEPAD),},
/freebsd/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt_rtl.c75 USB_IFACE_PROTOCOL(UDPROTO_BLUETOOTH) },
H A Dng_ubt.c458 USB_IFACE_PROTOCOL(UDPROTO_BLUETOOTH) },
467 USB_IFACE_PROTOCOL(UDPROTO_BLUETOOTH) },
473 USB_IFACE_PROTOCOL(UDPROTO_BLUETOOTH) },
479 USB_IFACE_PROTOCOL(UDPROTO_BLUETOOTH) },
/freebsd/sys/dev/usb/input/
H A Dusbhid.c766 USB_IFACE_PROTOCOL(UIPROTO_XBOX360_GAMEPAD),
771 USB_IFACE_PROTOCOL(UIPROTO_BOOT_KEYBOARD),
776 USB_IFACE_PROTOCOL(UIPROTO_MOUSE),
H A Duhid.c709 USB_IFACE_PROTOCOL(UIPROTO_XBOX360_GAMEPAD),},
H A Dums.c418 USB_IFACE_PROTOCOL(UIPROTO_MOUSE),},
H A Dukbd.c975 USB_IFACE_PROTOCOL(UIPROTO_BOOT_KEYBOARD),},
/freebsd/sys/dev/usb/
H A Dusbdi.h390 #define USB_IFACE_PROTOCOL(ip) \ macro