/third_party/backends/tools/ |
H A D | check-usb-chip.c | 176 usb_control_msg (handle, 0x40, 0x01, 0x2010, 0x3f40, req, 64, TIMEOUT); in check_gt6801() 186 usb_control_msg (handle, 0xc0, 0x01, 0x2011, 0x3f00, req, 64, TIMEOUT); in check_gt6801() 326 usb_control_msg (handle, 0x40, 0x04, 0x2012, 0x3f40, req, 64, TIMEOUT); in check_gt6816() 336 usb_control_msg (handle, 0xc0, 0x01, 0x2013, 0x3f00, req, 64, TIMEOUT); in check_gt6816() 343 usb_control_msg (handle, 0xc0, 0x01, 0x2013, 0x3f00, req, 8, TIMEOUT); in check_gt6816() 535 usb_control_msg (handle, 0xc0, 0x10, 0x41, 0x0000, req, 64, TIMEOUT); in check_gt8911() 546 usb_control_msg (handle, 0xc0, 0x10, 0x05, 0x0000, req, 64, TIMEOUT); in check_gt8911() 1222 usb_control_msg (handle, 0x00, 0x00, 0x83, 0x00, (char *) ®, 0x01, in gl646_write_reg() 1228 usb_control_msg (handle, 0x00, 0x00, 0x85, 0x00, (char *) &val, 0x01, in gl646_write_reg() 1243 usb_control_msg (handl in gl646_read_reg() [all...] |
H A D | sane-find-scanner.c | 427 if (usb_control_msg (handle, in get_libusb_string_descriptor() 452 if (usb_control_msg (handle, in get_libusb_string_descriptor()
|
/third_party/backends/backend/ |
H A D | sm3840_lib.c | 196 usb_control_msg (udev, 0x40, 0x0c, 0x0090, 0x0000, buff + i, in idle_ab() 220 usb_control_msg (udev, 0x40, 0x04, 0x00b0, 0x0000, buff, in write_regs() 228 return usb_control_msg (udev, 0x40, request, value, index, in write_vctl() 236 return usb_control_msg (udev, 0xc0, request, value, index, in read_vctl()
|
H A D | sm3840_lib.h | 64 #define usb_control_msg my_usb_control_msg macro
|
H A D | hp3900_usb.c | 370 rst = usb_control_msg (usb_handle, 0x40, /* Request type */ in usb_ctl_write() 413 rst = usb_control_msg (usb_handle, 0xc0, /* Request type */ in usb_ctl_read()
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
H A D | usb.h | 184 * b) second argument passed to "usb_control_msg()" 288 int usb_control_msg(struct usb_device *dev, struct usb_host_endpoint *ep,
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
H A D | linux_usb.c | 575 return (usb_control_msg(dev, &dev->ep0, in usb_clear_halt() 633 * usb_control_msg 647 usb_control_msg(struct usb_device *dev, struct usb_host_endpoint *uhe, in usb_control_msg() function
|
/third_party/backends/sanei/ |
H A D | sanei_usb.c | 4685 result = usb_control_msg (devices[dn].libusb_handle, rtype, req, in sanei_usb_control_msg() 4743 DBG (5, "rc of usb_control_msg = %d\n",result); in sanei_usb_control_msg()
|