usb_cdc_notification
struct usb_cdc_notification *buf = &sc->cdce_intr_buf;
struct usb_cdc_notification cdce_intr_buf;
struct usb_cdc_notification sc_intr_msg;
struct usb_cdc_notification *cdcbuf;
cdcbuf = (struct usb_cdc_notification *)sc->sc_intr_buf;
struct usb_cdc_notification sc_notify_buf; /* Notification structure */
struct usb_cdc_notification *buf;
buf = (struct usb_cdc_notification *)sc->sc_intr_buf;
struct usb_cdc_notification sc_intr_buf;