Home
last modified time | relevance | path

Searched refs:iwmbt_hci_cmd (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/bluetooth/iwmbtfw/
H A Diwmbt_hw.c59 struct iwmbt_hci_cmd *cmd = (struct iwmbt_hci_cmd *) buf; in iwmbt_send_fragment()
98 iwmbt_hci_command(struct libusb_device_handle *hdl, struct iwmbt_hci_cmd *cmd, in iwmbt_hci_command()
170 struct iwmbt_hci_cmd *cmd_buf; in iwmbt_patch_fwfile()
196 cmd_buf = (struct iwmbt_hci_cmd *)fw_job.buf; in iwmbt_patch_fwfile()
359 struct iwmbt_hci_cmd *cmd; in iwmbt_load_fwfile()
367 while (fw->len - sent - ready >= (int) sizeof(struct iwmbt_hci_cmd)) { in iwmbt_load_fwfile()
368 cmd = (struct iwmbt_hci_cmd *)(fw->buf + sent + ready); in iwmbt_load_fwfile()
415 static struct iwmbt_hci_cmd cmd = { in iwmbt_enter_manufacturer()
444 static struct iwmbt_hci_cmd cm in iwmbt_exit_manufacturer()
[all...]
H A Diwmbt_hw.h32 struct iwmbt_hci_cmd { struct
39 ((cmd)->length + offsetof(struct iwmbt_hci_cmd, data)) argument