Home
last modified time | relevance | path

Searched refs:setup_packet (Results 1 – 10 of 10) sorted by relevance

/bsp/nuvoton/libraries/m460/rtt_port/
A Ddrv_hsusbd.c258 struct urequest setup_packet; in NU_SetupStageCallback() local
261 setup_packet.request_type = (uint8_t)(nu_udc->base->SETUP1_0 & 0xfful); in NU_SetupStageCallback()
262 setup_packet.bRequest = (uint8_t)((nu_udc->base->SETUP1_0 >> 8) & 0xfful); in NU_SetupStageCallback()
263 setup_packet.wValue = (uint16_t) nu_udc->base->SETUP3_2; in NU_SetupStageCallback()
264 setup_packet.wIndex = (uint16_t) nu_udc->base->SETUP5_4; in NU_SetupStageCallback()
265 setup_packet.wLength = (uint16_t) nu_udc->base->SETUP7_6; in NU_SetupStageCallback()
267 rt_usbd_ep0_setup_handler(&_rt_obj_udc, (struct urequest *)&setup_packet); in NU_SetupStageCallback()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/include/
A Dusb_host_common.h299 uint8_t *setup_packet; //setup packet (control only) member
336 unsigned char *setup_packet, in usb_fill_control_urb() argument
345 urb->setup_packet = setup_packet; in usb_fill_control_urb()
/bsp/nuvoton/libraries/n9h30/rtt_port/
A Ddrv_usbd.c271 struct urequest setup_packet; in NU_SetupStageCallback() local
274 setup_packet.request_type = (uint8_t)(nu_udc->base->SETUP1_0 & 0xfful); in NU_SetupStageCallback()
275 setup_packet.bRequest = (uint8_t)((nu_udc->base->SETUP1_0 >> 8) & 0xfful); in NU_SetupStageCallback()
276 setup_packet.wValue = (uint16_t) nu_udc->base->SETUP3_2; in NU_SetupStageCallback()
277 setup_packet.wIndex = (uint16_t) nu_udc->base->SETUP5_4; in NU_SetupStageCallback()
278 setup_packet.wLength = (uint16_t) nu_udc->base->SETUP7_6; in NU_SetupStageCallback()
280 rt_usbd_ep0_setup_handler(&_rt_obj_udc, (struct urequest *)&setup_packet); in NU_SetupStageCallback()
/bsp/nuvoton/libraries/nuc980/rtt_port/
A Ddrv_usbd.c272 struct urequest setup_packet; in NU_SetupStageCallback() local
275 setup_packet.request_type = (uint8_t)(nu_udc->base->SETUP1_0 & 0xfful); in NU_SetupStageCallback()
276 setup_packet.bRequest = (uint8_t)((nu_udc->base->SETUP1_0 >> 8) & 0xfful); in NU_SetupStageCallback()
277 setup_packet.wValue = (uint16_t) nu_udc->base->SETUP3_2; in NU_SetupStageCallback()
278 setup_packet.wIndex = (uint16_t) nu_udc->base->SETUP5_4; in NU_SetupStageCallback()
279 setup_packet.wLength = (uint16_t) nu_udc->base->SETUP7_6; in NU_SetupStageCallback()
281 rt_usbd_ep0_setup_handler(&_rt_obj_udc, (struct urequest *)&setup_packet); in NU_SetupStageCallback()
/bsp/nuvoton/libraries/m480/rtt_port/
A Ddrv_hsusbd.c257 struct urequest setup_packet; in NU_SetupStageCallback() local
260 setup_packet.request_type = (uint8_t)(nu_udc->Instance->SETUP1_0 & 0xfful); in NU_SetupStageCallback()
261 setup_packet.bRequest = (uint8_t)((nu_udc->Instance->SETUP1_0 >> 8) & 0xfful); in NU_SetupStageCallback()
262 setup_packet.wValue = (uint16_t) nu_udc->Instance->SETUP3_2; in NU_SetupStageCallback()
263 setup_packet.wIndex = (uint16_t) nu_udc->Instance->SETUP5_4; in NU_SetupStageCallback()
264 setup_packet.wLength = (uint16_t) nu_udc->Instance->SETUP7_6; in NU_SetupStageCallback()
266 rt_usbd_ep0_setup_handler(&_rt_obj_udc, (struct urequest *)&setup_packet); in NU_SetupStageCallback()
/bsp/hpmicro/libraries/hpm_sdk/components/usb/host/
A Dhpm_usb_host.c476 bool usb_host_setup_send(usb_host_handle_t *handle, uint8_t dev_addr, const uint8_t *setup_packet) in usb_host_setup_send() argument
483 if (setup_packet != NULL) { in usb_host_setup_send()
484 p = (uint32_t *)core_local_mem_to_sys_address(USB_HOST_MCU_CORE, (uint32_t)setup_packet); in usb_host_setup_send()
A Dhpm_usb_host.h282 bool usb_host_setup_send(usb_host_handle_t *handle, uint8_t dev_addr, const uint8_t *setup_packet);
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/core/
A Durb.c61 __inf("setup_packet = %x", urb_input->setup_packet); in _debug_print_urb()
A Dusb_gen_hcd_rh.c432 cmd = (struct usb_ctrlrequest *) urb->setup_packet; in rh_call_control()
A Dusb_gen_hcd.c827 urb->setup_dma = __va_to_pa((unsigned long)urb->setup_packet); in hcd_ops_submit_urb()

Completed in 27 milliseconds