Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/serial/
H A Dumodem.c225 static void *umodem_get_desc(struct usb_attach_arg *, uint8_t, uint8_t);
362 cmd = umodem_get_desc(uaa, UDESC_CS_INTERFACE, UDESCSUB_CDC_CM); in umodem_attach()
547 cmd = umodem_get_desc(uaa, UDESC_CS_INTERFACE, UDESCSUB_CDC_CM); in umodem_get_caps()
554 cad = umodem_get_desc(uaa, UDESC_CS_INTERFACE, UDESCSUB_CDC_ACM); in umodem_get_caps()
924 umodem_get_desc(struct usb_attach_arg *uaa, uint8_t type, uint8_t subtype) in umodem_get_desc() function