Searched refs:USB_EP_DESC_GET_MPS (Results 1 – 3 of 3) sorted by relevance
554 usb_host_transfer_alloc(USB_EP_DESC_GET_MPS(notif_ep_desc), 0, &cdc_dev->notif.xfer), in cdc_acm_transfers_allocate()560 cdc_dev->notif.xfer->num_bytes = USB_EP_DESC_GET_MPS(notif_ep_desc); in cdc_acm_transfers_allocate()580 usb_host_transfer_alloc(USB_EP_DESC_GET_MPS(in_ep_desc), 0, &cdc_dev->data.in_xfer), in cdc_acm_transfers_allocate()585 cdc_dev->data.in_xfer->num_bytes = USB_EP_DESC_GET_MPS(in_ep_desc); in cdc_acm_transfers_allocate()
461 #define USB_EP_DESC_GET_MPS(desc_ptr) ((desc_ptr)->wMaxPacketSize & 0x7FF) macro
1298 USB_EP_DESC_GET_MPS(ep_obj->constant.ep_desc), in usb_host_transfer_submit()