Home
last modified time | relevance | path

Searched refs:wMaxPacketSize (Results 1 – 25 of 60) sorted by relevance

123

/bsp/allwinner/libraries/sunxi-hal/hal/test/usb/udc/
A Dusb_msg.c59 .wMaxPacketSize = 0x0200, /* 512 Bytes */
68 .wMaxPacketSize = 0x0200, /* 512 Bytes */
132 demo_ep_bulk_in.wMaxPacketSize, in usb_msg_ep_init()
142 demo_ep_bulk_out.wMaxPacketSize, in usb_msg_ep_init()
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/device/class/audio/Source/
A Daudio_core.c324 .wMaxPacketSize = MIC_IN_PACKET,
417 .wMaxPacketSize = SPEAKER_OUT_PACKET,
518 .wMaxPacketSize = std_ep.wMaxPacketSize, in audio_init()
538 .wMaxPacketSize = std_ep.wMaxPacketSize, in audio_init()
/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/CDC/
A Dusbh_cdc_core.c71 USBH_CDC_Info.InEpSize = pEpIn->wMaxPacketSize; in USBH_CDC_Init()
73 USBH_CDC_Info.OutEpSize = pEpOut->wMaxPacketSize; in USBH_CDC_Init()
75 USBH_CDC_Info.CtrlEpSize = pEpCtrl->wMaxPacketSize; in USBH_CDC_Init()
/bsp/microchip/samd51-adafruit-metro-m4/bsp/usb/
A Dusb_protocol.h520 le16_t wMaxPacketSize; member
633 #define USB_ENDP_DESC_BYTES(bEndpointAddress, bmAttributes, wMaxPacketSize, bInterval) … in COMPILER_PACK_RESET() argument
636 bEndpointAddress, bmAttributes, LE_BYTE0(wMaxPacketSize), LE_BYTE1(wMaxPacketSize), bInterval in COMPILER_PACK_RESET()
/bsp/microchip/samd51-seeed-wio-terminal/bsp/usb/
A Dusb_protocol.h520 le16_t wMaxPacketSize; member
633 #define USB_ENDP_DESC_BYTES(bEndpointAddress, bmAttributes, wMaxPacketSize, bInterval) … in COMPILER_PACK_RESET() argument
636 bEndpointAddress, bmAttributes, LE_BYTE0(wMaxPacketSize), LE_BYTE1(wMaxPacketSize), bInterval in COMPILER_PACK_RESET()
/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/MSC/
A Dusbh_msc_core.c71 USBH_MSC_Info.InEpSize = pEpIn->wMaxPacketSize; in USBH_MSC_Init()
73 USBH_MSC_Info.OutEpSize = pEpOut->wMaxPacketSize; in USBH_MSC_Init()
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/device/class/printer/Source/
A Dprinter_core.c124 .wMaxPacketSize = PRINTER_IN_PACKET,
137 .wMaxPacketSize = PRINTER_OUT_PACKET,
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/device/class/cdc/Source/
A Dcdc_acm_core.c153 .wMaxPacketSize = USB_CDC_CMD_PACKET_SIZE,
182 .wMaxPacketSize = USB_CDC_DATA_PACKET_SIZE,
195 .wMaxPacketSize = USB_CDC_DATA_PACKET_SIZE,
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/device/class/msc/Source/
A Dusbd_msc_core.c124 .wMaxPacketSize = MSC_EPIN_SIZE,
136 .wMaxPacketSize = MSC_EPOUT_SIZE,
/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/HID/
A Dusbh_hid_core.c76 USBH_HID_Info.InEpSize = pEpIn->wMaxPacketSize; in USBH_HID_Init()
79 USBH_HID_Info.OutEpSize = pEpOut->wMaxPacketSize; in USBH_HID_Init()
/bsp/stm32/libraries/HAL_Drivers/drivers/
A Ddrv_usbh.c99 pipe->ep.wMaxPacketSize); in drv_pipe_xfer()
175 pipe->ep.wMaxPacketSize); in drv_open_pipe()
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/host/class/msc/Source/
A Dusbh_msc_core.c90 msc_handler.ep_size_in = ep_desc->wMaxPacketSize; in usbh_msc_itf_init()
93 msc_handler.ep_size_out = ep_desc->wMaxPacketSize; in usbh_msc_itf_init()
100 msc_handler.ep_size_in = ep_desc->wMaxPacketSize; in usbh_msc_itf_init()
103 msc_handler.ep_size_out = ep_desc->wMaxPacketSize; in usbh_msc_itf_init()
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/device/class/hid/Source/
A Dcustom_hid_core.c125 .wMaxPacketSize = CUSTOMHID_IN_PACKET,
138 .wMaxPacketSize = CUSTOMHID_OUT_PACKET,
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/include/
A Dch9.h396 uint16_t wMaxPacketSize; member
536 return le16_to_cpu(epd->wMaxPacketSize); in usb_endpoint_maxp()
/bsp/nxp/imx/imxrt/libraries/drivers/
A Ddrv_usbh.c330 ….maxPacketSize = (uint16_t)(pipe->ep.wMaxPacketSize & USB_DESCRIPTOR_ENDPOINT_MAXPACKETSIZE_SIZE_M… in _ehci0_open_pipe()
331 ….numberPerUframe = (uint8_t)(pipe->ep.wMaxPacketSize & USB_DESCRIPTOR_ENDPOINT_MAXPACKETSIZE_MULT_… in _ehci0_open_pipe()
608 ….maxPacketSize = (uint16_t)(pipe->ep.wMaxPacketSize & USB_DESCRIPTOR_ENDPOINT_MAXPACKETSIZE_SIZE_M… in _ehci1_open_pipe()
609 ….numberPerUframe = (uint8_t)(pipe->ep.wMaxPacketSize & USB_DESCRIPTOR_ENDPOINT_MAXPACKETSIZE_MULT_… in _ehci1_open_pipe()
/bsp/microchip/samd51-adafruit-metro-m4/bsp/usb/class/cdc/device/
A Dcdcdf_acm.c100 ep_desc.wMaxPacketSize = usb_get_u16(ep + 4); in cdcdf_acm_enable()
101 if (usb_d_ep_init(ep_desc.bEndpointAddress, ep_desc.bmAttributes, ep_desc.wMaxPacketSize)) { in cdcdf_acm_enable()
/bsp/microchip/samd51-seeed-wio-terminal/bsp/usb/class/cdc/device/
A Dcdcdf_acm.c100 ep_desc.wMaxPacketSize = usb_get_u16(ep + 4); in cdcdf_acm_enable()
101 if (usb_d_ep_init(ep_desc.bEndpointAddress, ep_desc.bmAttributes, ep_desc.wMaxPacketSize)) { in cdcdf_acm_enable()
/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/MTP/
A Dusbh_mtp.c105 USBH_MTP_Info.InEpSize = pEpIn->wMaxPacketSize; in USBH_MTP_Init()
107 USBH_MTP_Info.OutEpSize = pEpOut->wMaxPacketSize; in USBH_MTP_Init()
109 USBH_MTP_Info.NotifyEpSize = pEpNotify->wMaxPacketSize; in USBH_MTP_Init()
113 SW_LOG_INFO("InEp: %x, InEpSize: %d", pEpIn->bEndpointAddress, pEpIn->wMaxPacketSize); in USBH_MTP_Init()
114 … SW_LOG_INFO("OutEp: %x, OutEpSize: %d", pEpOut->bEndpointAddress, pEpOut->wMaxPacketSize); in USBH_MTP_Init()
115 …ze: %d, NotifyInterval: %d", pEpNotify->bEndpointAddress, pEpNotify->wMaxPacketSize, pEpNotify->bI… in USBH_MTP_Init()
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/device/class/iap/Source/
A Dusb_iap_core.c122 .wMaxPacketSize = IAP_IN_PACKET,
135 .wMaxPacketSize = IAP_OUT_PACKET,
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/ustd/common/
A Dusb_ch9_std.h229 uint16_t wMaxPacketSize; /*!< size of the endpoint bank, in bytes */ member
/bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/
A DSWM341_usb.h164 …uint16_t wMaxPacketSize; // Maximum Packet Size this endpoint is capable of sending or rece… member
/bsp/at32/libraries/usbotg_library/inc/
A Dusb_std.h351 …uint16_t wMaxPacketSize; /*!< maximum packet size th… member
/bsp/at32/libraries/usbd_library/inc/
A Dusb_std.h359 …uint16_t wMaxPacketSize; /*!< maximum packet size th… member
/bsp/nxp/imx/imx6ull-smart/drivers/usb/include/
A Dusb_spec.h267 uint8_t wMaxPacketSize[2]; member
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/
A Dehci-q.c624 #define hb_mult(wMaxPacketSize) (1 + (((wMaxPacketSize) >> 11) & 0x03)) argument
626 #define max_packet(wMaxPacketSize) ((wMaxPacketSize) & 0x07ff) argument

Completed in 65 milliseconds

123