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.c224 static void *umodem_get_desc(struct usb_attach_arg *, uint8_t, uint8_t);
361 cmd = umodem_get_desc(uaa, UDESC_CS_INTERFACE, UDESCSUB_CDC_CM); in umodem_attach()
546 cmd = umodem_get_desc(uaa, UDESC_CS_INTERFACE, UDESCSUB_CDC_CM); in umodem_get_caps()
553 cad = umodem_get_desc(uaa, UDESC_CS_INTERFACE, UDESCSUB_CDC_ACM); in umodem_get_caps()
923 umodem_get_desc(struct usb_attach_arg *uaa, uint8_t type, uint8_t subtype) in umodem_get_desc() function