Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/usb/device/
Dusb_dc_mcux.c134 usb_device_struct_t dev_struct; member
174 if (dev_state.dev_struct.controllerHandle != NULL) { in usb_dc_reset()
175 dev_state.dev_struct.controllerInterface->deviceControl( in usb_dc_reset()
176 dev_state.dev_struct.controllerHandle, in usb_dc_reset()
193 dev_state.dev_struct.controllerInterface = &mcux_usb_iface; in usb_dc_attach()
194 status = dev_state.dev_struct.controllerInterface->deviceInit(CONTROLLER_ID, in usb_dc_attach()
195 &dev_state.dev_struct, in usb_dc_attach()
196 &dev_state.dev_struct.controllerHandle); in usb_dc_attach()
205 status = dev_state.dev_struct.controllerInterface->deviceControl( in usb_dc_attach()
206 dev_state.dev_struct.controllerHandle, in usb_dc_attach()
[all …]