Searched refs:dev_info_data (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_usb.c253 * dev_info_data: a pointer to an SP_DEVINFO_DATA to be filled (or NULL if not needed)
262 HDEVINFO *dev_info, SP_DEVINFO_DATA *dev_info_data, const char* usb_class, unsigned _index)
271 dev_info_data->cbSize = sizeof(SP_DEVINFO_DATA);
272 if (!pSetupDiEnumDeviceInfo(*dev_info, _index, dev_info_data)) {
289 * dev_info_data: a pointer to an SP_DEVINFO_DATA to be filled (or NULL if not needed)
298 HDEVINFO *dev_info, SP_DEVINFO_DATA *dev_info_data, const GUID* guid, unsigned _index)
308 if (dev_info_data != NULL) {
309 dev_info_data->cbSize = sizeof(SP_DEVINFO_DATA);
310 if (!pSetupDiEnumDeviceInfo(*dev_info, _index, dev_info_data)) {
367 HDEVINFO *dev_info, SP_DEVINFO_DATA *dev_info_data, cons
261 get_devinfo_data(struct libusb_context *ctx, HDEVINFO *dev_info, SP_DEVINFO_DATA *dev_info_data, const char* usb_class, unsigned _index) argument
297 get_interface_details(struct libusb_context *ctx, HDEVINFO *dev_info, SP_DEVINFO_DATA *dev_info_data, const GUID* guid, unsigned _index) argument
366 get_interface_details_filter(struct libusb_context *ctx, HDEVINFO *dev_info, SP_DEVINFO_DATA *dev_info_data, const GUID* guid, unsigned _index, char* filter_path) argument
1188 get_api_type(struct libusb_context *ctx, HDEVINFO *dev_info, SP_DEVINFO_DATA *dev_info_data, int *api, int *sub_api) argument
1333 SP_DEVINFO_DATA dev_info_data = { 0 }; local
2698 SP_DEVINFO_DATA dev_info_data; local
[all...]

Completed in 55 milliseconds