Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_cdc.h39 #define UDESCSUB_CDC_CM 1 /* Call Management */ macro
/freebsd/sys/dev/usb/serial/
H A Dumodem.c362 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()
H A Dufoma.c1034 cmd = ufoma_get_intconf(cd, id, UDESC_CS_INTERFACE, UDESCSUB_CDC_CM); in ufoma_modem_setup()
/freebsd/sys/dev/usb/net/
H A Dif_urndis.c241 UDESC_CS_INTERFACE, 0xFF, UDESCSUB_CDC_CM, 0xFF); in urndis_attach()
/freebsd/sys/dev/usb/template/
H A Dusb_template.c245 (raw[2] == UDESCSUB_CDC_CM)) { in usb_make_raw_desc()