Home | History | Annotate | Download | only in gamepad

Lines Matching refs:device_

159     : device_(NULL),
174 if (device_ && device_is_open_)
175 (*device_)->USBDeviceClose(device_);
194 (LPVOID *)&device_);
195 if (!SUCCEEDED(res) || !device_)
199 kr = (*device_)->GetDeviceVendor(device_, &vendor_id);
203 kr = (*device_)->GetDeviceProduct(device_, &product_id);
210 kr = (*device_)->USBDeviceOpen(device_);
218 kr = (*device_)->GetConfigurationDescriptorPtr(device_, 0, &config_desc);
221 kr = (*device_)->SetConfiguration(device_, config_desc->bConfigurationValue);
245 kr = (*device_)->CreateInterfaceIterator(device_, &request, &iter);
340 kr = (*device_)->GetLocationID(device_, &location_id_);