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

/freebsd-12-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-12-stable/usr.sbin/bluetooth/iwmbtfw/
H A Diwmbt_hw.h76 extern int iwmbt_load_fwfile(struct libusb_device_handle *hdl,
78 extern int iwmbt_get_version(struct libusb_device_handle *hdl,
80 extern int iwmbt_get_boot_params(struct libusb_device_handle *hdl,
82 extern int iwmbt_intel_reset(struct libusb_device_handle *hdl,
84 extern int iwmbt_load_ddc(struct libusb_device_handle *hdl,
86 extern int iwmbt_set_event_mask(struct libusb_device_handle *hdl);
H A Diwmbt_hw.c51 iwmbt_send_fragment(struct libusb_device_handle *hdl,
95 iwmbt_hci_command(struct libusb_device_handle *hdl, struct iwmbt_hci_cmd *cmd,
130 iwmbt_load_fwfile(struct libusb_device_handle *hdl,
221 iwmbt_get_version(struct libusb_device_handle *hdl,
255 iwmbt_get_boot_params(struct libusb_device_handle *hdl,
289 iwmbt_intel_reset(struct libusb_device_handle *hdl, uint32_t boot_param)
328 iwmbt_load_ddc(struct libusb_device_handle *hdl,
371 iwmbt_set_event_mask(struct libusb_device_handle *hdl)
H A Dmain.c170 iwmbt_init_firmware(libusb_device_handle *hdl, const char *firmware_path,
196 iwmbt_init_ddc(libusb_device_handle *hdl, const char *ddc_path)
260 libusb_device_handle *hdl = NULL;
/freebsd-12-stable/lib/libusb/
H A Dlibusb.h274 struct libusb_device_handle;
293 typedef struct libusb_device_handle libusb_device_handle; typedef in typeref:struct:libusb_device_handle
446 libusb_device_handle *dev_handle;
481 int libusb_clear_halt(libusb_device_handle *devh, uint8_t endpoint);
486 int libusb_open(libusb_device * dev, libusb_device_handle ** devh);
487 libusb_device_handle *libusb_open_device_with_vid_pid(libusb_context * ctx, uint16_t vendor_id, uint16_t product_id);
488 void libusb_close(libusb_device_handle * devh);
489 libusb_device *libusb_get_device(libusb_device_handle * devh);
490 int libusb_get_configuration(libusb_device_handle * dev
[all...]
H A Dlibusb10_io.c44 #define libusb_device_handle libusb20_device macro
463 libusb_control_transfer(libusb_device_handle *devh,
499 libusb10_get_context_by_device_handle(libusb_device_handle *devh)
530 libusb10_do_transfer(libusb_device_handle *devh,
600 libusb_bulk_transfer(libusb_device_handle *devh,
619 libusb_interrupt_transfer(libusb_device_handle *devh,
723 libusb_device_handle *devh, uint8_t *buf,
746 libusb_device_handle *devh, uint8_t endpoint, uint8_t *buf,
762 libusb_device_handle *devh, uint8_t endpoint, uint8_t *buf,
778 libusb_device_handle *dev
[all...]
H A Dlibusb10_desc.c39 #define libusb_device_handle libusb20_device macro
304 libusb_get_string_descriptor(libusb_device_handle *pdev,
323 libusb_get_string_descriptor_ascii(libusb_device_handle *pdev,
343 libusb_get_descriptor(libusb_device_handle * devh, uint8_t desc_type,
568 libusb_get_bos_descriptor(libusb_device_handle *handle,
H A Dlibusb10_hotplug.c45 #define libusb_device_handle libusb20_device macro
H A Dlibusb10.c48 #define libusb_device_handle libusb20_device macro
511 libusb_open(libusb_device *dev, libusb_device_handle **devh)
543 libusb_device_handle *
935 libusb_set_auto_detach_kernel_driver(libusb_device_handle *dev, int enable)
1508 struct libusb_device_handle *devh;

Completed in 139 milliseconds