Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/device/
Dusb_dc_mcux.c132 usb_device_struct_t dev_struct; member
172 if (dev_state.dev_struct.controllerHandle != NULL) { in usb_dc_reset()
173 dev_state.dev_struct.controllerInterface->deviceControl( in usb_dc_reset()
174 dev_state.dev_struct.controllerHandle, in usb_dc_reset()
191 dev_state.dev_struct.controllerInterface = &mcux_usb_iface; in usb_dc_attach()
192 status = dev_state.dev_struct.controllerInterface->deviceInit(CONTROLLER_ID, in usb_dc_attach()
193 &dev_state.dev_struct, in usb_dc_attach()
194 &dev_state.dev_struct.controllerHandle); in usb_dc_attach()
203 status = dev_state.dev_struct.controllerInterface->deviceControl( in usb_dc_attach()
204 dev_state.dev_struct.controllerHandle, in usb_dc_attach()
[all …]