Searched refs:dev_struct (Results 1 – 1 of 1) sorted by relevance
100 usb_device_struct_t dev_struct; member140 if (dev_state.dev_struct.controllerHandle != NULL) { in usb_dc_reset()141 dev_state.dev_struct.controllerInterface->deviceControl( in usb_dc_reset()142 dev_state.dev_struct.controllerHandle, in usb_dc_reset()159 dev_state.dev_struct.controllerInterface = &mcux_usb_iface; in usb_dc_attach()160 status = dev_state.dev_struct.controllerInterface->deviceInit(CONTROLLER_ID, in usb_dc_attach()161 &dev_state.dev_struct, in usb_dc_attach()162 &dev_state.dev_struct.controllerHandle); in usb_dc_attach()171 status = dev_state.dev_struct.controllerInterface->deviceControl( in usb_dc_attach()172 dev_state.dev_struct.controllerHandle, in usb_dc_attach()[all …]