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

/freebsd-12-stable/usr.sbin/bluetooth/iwmbtfw/
H A Diwmbt_hw.c56 struct iwmbt_hci_cmd *cmd = (struct iwmbt_hci_cmd *) buf;
95 iwmbt_hci_command(struct libusb_device_handle *hdl, struct iwmbt_hci_cmd *cmd,
135 struct iwmbt_hci_cmd *cmd;
176 while (fw->len - sent - ready >= (int) sizeof(struct iwmbt_hci_cmd)) {
177 cmd = (struct iwmbt_hci_cmd *)(fw->buf + sent + ready);
226 struct iwmbt_hci_cmd cmd = {
260 struct iwmbt_hci_cmd cmd = {
293 static struct iwmbt_hci_cmd cmd = {
334 struct iwmbt_hci_cmd *cm
[all...]
H A Diwmbt_hw.h33 struct iwmbt_hci_cmd { struct
40 ((cmd)->length + offsetof(struct iwmbt_hci_cmd, data))

Completed in 146 milliseconds