Searched refs:wmt_evt_funcc (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/bluetooth/
H A Dbtmtkuart.c92 struct btmtk_hci_wmt_evt_funcc *wmt_evt_funcc; local
168 wmt_evt_funcc = (struct btmtk_hci_wmt_evt_funcc *)wmt_evt;
169 if (be16_to_cpu(wmt_evt_funcc->status) == 0x404)
171 else if (be16_to_cpu(wmt_evt_funcc->status) == 0x420)
H A Dbtmtksdio.c149 struct btmtk_hci_wmt_evt_funcc *wmt_evt_funcc; local
222 wmt_evt_funcc = (struct btmtk_hci_wmt_evt_funcc *)wmt_evt;
223 if (be16_to_cpu(wmt_evt_funcc->status) == 0x404)
225 else if (be16_to_cpu(wmt_evt_funcc->status) == 0x420)
H A Dbtusb.c2766 struct btmtk_hci_wmt_evt_funcc *wmt_evt_funcc;
2861 wmt_evt_funcc = (struct btmtk_hci_wmt_evt_funcc *)wmt_evt;
2862 if (be16_to_cpu(wmt_evt_funcc->status) == 0x404)
2864 else if (be16_to_cpu(wmt_evt_funcc->status) == 0x420)
2764 struct btmtk_hci_wmt_evt_funcc *wmt_evt_funcc; local

Completed in 220 milliseconds