Home
last modified time | relevance | path

Searched defs:libusb_device_handle (Results 1 – 23 of 23) sorted by relevance

/dports/astro/phd2/phd2-2.6.10/cam_KWIQGuider/
H A DKWIQGuider.h13 typedef struct libusb_device_handle libusb_device_handle; typedef
/dports/astro/phd2/phd2-2.6.10/thirdparty/openssag/src/
H A Dopenssag.h13 typedef struct libusb_device_handle libusb_device_handle; typedef
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libusb/src/libusb/
H A Dlibusbi.h320 struct libusb_device_handle { struct
322 usbi_mutex_t lock;
323 unsigned long claimed_interfaces;
325 struct list_head list;
326 struct libusb_device *dev;
327 int auto_detach_kernel_driver;
328 unsigned char os_priv
H A Dlibusb.h973 typedef struct libusb_device_handle libusb_device_handle; typedef
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libusb/src/libusb/
H A Dlibusbi.h320 struct libusb_device_handle { struct
322 usbi_mutex_t lock;
323 unsigned long claimed_interfaces;
325 struct list_head list;
326 struct libusb_device *dev;
327 int auto_detach_kernel_driver;
328 unsigned char os_priv
H A Dlibusb.h973 typedef struct libusb_device_handle libusb_device_handle; typedef
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/libusb/libusb-1.0.9/libusb/
H A Dlibusbi.h331 struct libusb_device_handle { struct
333 usbi_mutex_t lock;
334 unsigned long claimed_interfaces;
336 struct list_head list;
337 struct libusb_device *dev;
338 unsigned char os_priv[0];
H A Dlibusb.h709 typedef struct libusb_device_handle libusb_device_handle; typedef
/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/mac/libusb/
H A Dlibusbi.h433 struct libusb_device_handle { struct
435 usbi_mutex_t lock;
436 unsigned long claimed_interfaces;
438 struct list_head list;
439 struct libusb_device *dev;
440 int auto_detach_kernel_driver;
442 PTR_ALIGNED unsigned char os_priv[ZERO_SIZED_ARRAY];
H A Dlibusb.h966 typedef struct libusb_device_handle libusb_device_handle; typedef
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/karalabe/usb/libusb/libusb/
H A Dlibusbi.h433 struct libusb_device_handle { struct
435 usbi_mutex_t lock;
436 unsigned long claimed_interfaces;
438 struct list_head list;
439 struct libusb_device *dev;
440 int auto_detach_kernel_driver;
442 PTR_ALIGNED unsigned char os_priv[ZERO_SIZED_ARRAY];
H A Dlibusb.h966 typedef struct libusb_device_handle libusb_device_handle; typedef
/dports/comms/gammu/gammu-1.42.0/libgammu/device/usb/
H A Dusb.h19 #define libusb_device_handle void macro
/dports/sysutils/fluxengine/fluxengine-61ff48c/lib/usb/
H A Dusb.h8 class libusb_device_handle; variable
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/libusb/libusb/
H A Dlibusbi.h444 struct libusb_device_handle { struct
446 usbi_mutex_t lock;
447 unsigned long claimed_interfaces;
449 struct list_head list;
450 struct libusb_device *dev;
451 int auto_detach_kernel_driver;
453 PTR_ALIGNED unsigned char os_priv[ZERO_SIZED_ARRAY];
H A Dlibusb.h970 typedef struct libusb_device_handle libusb_device_handle; typedef
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/tests/ui/
H A Dnon_send_fields_in_send_ty.rs36 type libusb_device_handle; typedef
/dports/devel/urjtag/urjtag-2021.03/src/tap/usbconn/
H A Dlibusb.h51 # define libusb_device_handle usb_dev_handle macro
/dports/devel/py-libusb1/libusb1-1.9.3/usb1/
H A Dlibusb1.py541 class libusb_device_handle(Structure): class
/dports/comms/linrad/linrad-04.02/
H A Dloadusb.h319 typedef struct libusb_device_handle libusb_device_handle; typedef
H A Dperseus.c605 typedef struct libusb_device_handle libusb_device_handle; typedef
/dports/comms/owfs/owfs-3.2p4/module/owlib/src/include/
H A Dlibusb.h973 typedef struct libusb_device_handle libusb_device_handle; typedef
/dports/devel/openocd/openocd-0.11.0/src/jtag/aice/
H A Daice_usb.c352 int (*f)(libusb_device_handle *, int, char *, int, int, int *), in usb_bulk_with_retries() argument