Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_video.c28 …ic usb_status_t USB_HostVideoControlOpenInterface(usb_host_video_instance_struct_t *videoInstance);
37 …tic usb_status_t USB_HostVideoStreamOpenInterface(usb_host_video_instance_struct_t *videoInstance);
110 …tic usb_status_t USB_HostVideoControlOpenInterface(usb_host_video_instance_struct_t *videoInstance) in USB_HostVideoControlOpenInterface() argument
118 if (videoInstance->interruptPipe != NULL) in USB_HostVideoControlOpenInterface()
120 status = USB_HostClosePipe(videoInstance->hostHandle, videoInstance->interruptPipe); in USB_HostVideoControlOpenInterface()
128 videoInstance->interruptPipe = NULL; in USB_HostVideoControlOpenInterface()
132 temp = (void *)videoInstance->controlIntfHandle; in USB_HostVideoControlOpenInterface()
141 pipe_init.devInstance = videoInstance->deviceHandle; in USB_HostVideoControlOpenInterface()
152 videoInstance->interruptInPacketSize = pipe_init.maxPacketSize; in USB_HostVideoControlOpenInterface()
153 videoInstance->interruptInEpNum = pipe_init.endpointAddress; in USB_HostVideoControlOpenInterface()
[all …]