Lines Matching refs:devh
239 usb_dev_handle *devh; in probe_device_descriptor() local
260 devh = usb_open(dev); in probe_device_descriptor()
261 if (devh == NULL) { in probe_device_descriptor()
321 usb_close(devh); in probe_device_descriptor()
332 ret = usb_get_string_simple(devh, in probe_device_descriptor()
344 usb_close(devh); in probe_device_descriptor()
356 ret = usb_get_driver_np(devh, in probe_device_descriptor()
382 ret = usb_get_descriptor(devh, 0x03, 0xee, buf, sizeof(buf)); in probe_device_descriptor()
391 usb_clear_halt(devh, 0); in probe_device_descriptor()
392 usb_close(devh); in probe_device_descriptor()
404 usb_close(devh); in probe_device_descriptor()
411 usb_close(devh); in probe_device_descriptor()
417 ret = usb_control_msg (devh, in probe_device_descriptor()
436 usb_close(devh); in probe_device_descriptor()
443 usb_close(devh); in probe_device_descriptor()
457 ret = usb_control_msg (devh, in probe_device_descriptor()
487 usb_close(devh); in probe_device_descriptor()
492 usb_close(devh); in probe_device_descriptor()