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

/freebsd-11-stable/usr.sbin/bluetooth/ath3kfw/
H A Dath3k_hw.h55 extern int ath3k_load_fwfile(struct libusb_device_handle *hdl,
57 extern int ath3k_get_state(struct libusb_device_handle *hdl,
59 extern int ath3k_get_version(struct libusb_device_handle *hdl,
61 extern int ath3k_load_patch(libusb_device_handle *hdl, const char *fw_path);
62 extern int ath3k_load_syscfg(libusb_device_handle *hdl, const char *fw_path);
63 extern int ath3k_set_normal_mode(libusb_device_handle *hdl);
64 extern int ath3k_switch_pid(libusb_device_handle *hdl);
H A Dath3k_hw.c52 ath3k_load_fwfile(struct libusb_device_handle *hdl,
114 ath3k_get_state(struct libusb_device_handle *hdl, unsigned char *state)
139 ath3k_get_version(struct libusb_device_handle *hdl,
167 ath3k_load_patch(libusb_device_handle *hdl, const char *fw_path)
238 ath3k_load_syscfg(libusb_device_handle *hdl, const char *fw_path)
297 ath3k_set_normal_mode(libusb_device_handle *hdl)
338 ath3k_switch_pid(libusb_device_handle *hdl)
H A Dmain.c151 ath3k_init_ar3012(libusb_device_handle *hdl, const char *fw_path)
178 ath3k_init_firmware(libusb_device_handle *hdl, const char *file_prefix)
246 libusb_device_handle *hdl;
/freebsd-11-stable/lib/libusb/
H A Dlibusb.h272 struct libusb_device_handle;
291 typedef struct libusb_device_handle libusb_device_handle; typedef in typeref:struct:libusb_device_handle
444 libusb_device_handle *dev_handle;
479 int libusb_clear_halt(libusb_device_handle *devh, uint8_t endpoint);
484 int libusb_open(libusb_device * dev, libusb_device_handle ** devh);
485 libusb_device_handle *libusb_open_device_with_vid_pid(libusb_context * ctx, uint16_t vendor_id, uint16_t product_id);
486 void libusb_close(libusb_device_handle * devh);
487 libusb_device *libusb_get_device(libusb_device_handle * devh);
488 int libusb_get_configuration(libusb_device_handle * dev
[all...]
H A Dlibusb10_io.c42 #define libusb_device_handle libusb20_device macro
461 libusb_control_transfer(libusb_device_handle *devh,
497 libusb10_get_context_by_device_handle(libusb_device_handle *devh)
528 libusb10_do_transfer(libusb_device_handle *devh,
598 libusb_bulk_transfer(libusb_device_handle *devh,
617 libusb_interrupt_transfer(libusb_device_handle *devh,
721 libusb_device_handle *devh, uint8_t *buf,
744 libusb_device_handle *devh, uint8_t endpoint, uint8_t *buf,
760 libusb_device_handle *devh, uint8_t endpoint, uint8_t *buf,
776 libusb_device_handle *dev
[all...]
H A Dlibusb10_desc.c37 #define libusb_device_handle libusb20_device macro
302 libusb_get_string_descriptor(libusb_device_handle *pdev,
321 libusb_get_string_descriptor_ascii(libusb_device_handle *pdev,
341 libusb_get_descriptor(libusb_device_handle * devh, uint8_t desc_type,
566 libusb_get_bos_descriptor(libusb_device_handle *handle,
H A Dlibusb10_hotplug.c45 #define libusb_device_handle libusb20_device macro
H A Dlibusb10.c46 #define libusb_device_handle libusb20_device macro
509 libusb_open(libusb_device *dev, libusb_device_handle **devh)
541 libusb_device_handle *
933 libusb_set_auto_detach_kernel_driver(libusb_device_handle *dev, int enable)
1506 struct libusb_device_handle *devh;

Completed in 179 milliseconds