Lines Matching refs:devh
223 usb_dev_handle *devh; in probe_device_descriptor() local
242 devh = usb_open(dev); in probe_device_descriptor()
243 if (devh == NULL) { in probe_device_descriptor()
271 ret = usb_get_string_simple(devh, in probe_device_descriptor()
284 usb_close(devh); in probe_device_descriptor()
292 usb_close(devh); in probe_device_descriptor()
310 usb_dev_handle *devh; in probe_device_descriptor() local
321 devh = usb_open(dev); in probe_device_descriptor()
322 if (devh == NULL) { in probe_device_descriptor()
352 ret = usb_get_string_simple(devh, in probe_device_descriptor()
364 usb_close(devh); in probe_device_descriptor()
376 ret = usb_get_driver_np(devh, in probe_device_descriptor()
395 ret = usb_get_descriptor(devh, 0x03, 0xee, buf, sizeof(buf)); in probe_device_descriptor()
405 usb_close(devh); in probe_device_descriptor()
412 usb_close(devh); in probe_device_descriptor()
418 ret = usb_control_msg (devh, in probe_device_descriptor()
437 usb_close(devh); in probe_device_descriptor()
444 usb_close(devh); in probe_device_descriptor()
451 ret = usb_control_msg (devh, in probe_device_descriptor()
494 usb_close(devh); in probe_device_descriptor()