Lines Matching refs:notify
36 struct cdc_eth_notification *notify = (struct cdc_eth_notification *)g_cdc_ecm_notify_buf; in usbd_cdc_ecm_send_notify() local
39 notify->bmRequestType = CDC_ECM_BMREQUEST_TYPE_ECM; in usbd_cdc_ecm_send_notify()
40 notify->bNotificationType = notifycode; in usbd_cdc_ecm_send_notify()
44 notify->wValue = value; in usbd_cdc_ecm_send_notify()
45 notify->wIndex = g_cmd_intf; in usbd_cdc_ecm_send_notify()
46 notify->wLength = 0U; in usbd_cdc_ecm_send_notify()
49 notify->data[i] = 0U; in usbd_cdc_ecm_send_notify()
54 notify->wValue = 0U; in usbd_cdc_ecm_send_notify()
55 notify->wIndex = g_cmd_intf; in usbd_cdc_ecm_send_notify()
56 notify->wLength = 0U; in usbd_cdc_ecm_send_notify()
58 notify->data[i] = 0U; in usbd_cdc_ecm_send_notify()
63 notify->wValue = 0U; in usbd_cdc_ecm_send_notify()
64 notify->wIndex = g_cmd_intf; in usbd_cdc_ecm_send_notify()
65 notify->wLength = 0x0008U; in usbd_cdc_ecm_send_notify()
68 memcpy(notify->data, speed, 8); in usbd_cdc_ecm_send_notify()