Lines Matching defs:wmt_evt
151 struct btmtk_hci_wmt_evt *wmt_evt;
205 wmt_evt = (struct btmtk_hci_wmt_evt *)bdev->evt_skb->data;
206 if (wmt_evt->whdr.op != hdr->op) {
208 wmt_evt->whdr.op, hdr->op);
213 switch (wmt_evt->whdr.op) {
215 if (wmt_evt->whdr.flag == 2)
221 wmt_evt_funcc = (struct btmtk_hci_wmt_evt_funcc *)wmt_evt;
230 if (wmt_evt->whdr.flag == 2)
232 else if (wmt_evt->whdr.flag == 1)
238 wmt_evt_reg = (struct btmtk_hci_wmt_evt_reg *)wmt_evt;
239 if (le16_to_cpu(wmt_evt->whdr.dlen) == 12)