Searched refs:HCI_AMP (Results 1 – 12 of 12) sorted by relevance
111 if (dev_type != HCI_BREDR && dev_type != HCI_AMP) in __vhci_create_device()327 vhci_create_device(data, amp ? HCI_AMP : HCI_BREDR); in vhci_open_timeout()
324 hdev->dev_type = HCI_AMP; in btsdio_probe()
495 hdev->dev_type = HCI_AMP; in hci_uart_register_dev()
139 priv->btmrvl_dev.dev_type = HCI_AMP; in btmrvl_process_event()
3138 hdev->dev_type = HCI_AMP; in btusb_probe()
132 case HCI_AMP: in host_typetostr()
108 if (hdev->dev_type == HCI_AMP) { in __a2mp_add_cl()172 if (hdev->dev_type == HCI_AMP) in a2mp_discover_req()301 if (!hdev || hdev->dev_type != HCI_AMP) { in a2mp_getinfo_req()
397 case HCI_AMP: in hci_init1_req()544 if (hdev->dev_type == HCI_AMP) in hci_init2_req()3114 case HCI_AMP: in hci_register_dev()3448 case HCI_AMP: in hci_queue_acl()3809 if (hdev->dev_type == HCI_AMP) in hci_sched_acl_blk()3860 if (!hci_conn_num(hdev, AMP_LINK) && hdev->dev_type == HCI_AMP) in hci_sched_acl()
472 if (d->dev_type == HCI_BREDR || d->dev_type == HCI_AMP) in read_ext_index_list()501 } else if (d->dev_type == HCI_AMP) { in read_ext_index_list()7260 case HCI_AMP: in mgmt_index_added()7295 case HCI_AMP: in mgmt_index_removed()
4478 if (hdev->dev_type != HCI_AMP || !test_bit(HCI_UP, &hdev->flags)) { in l2cap_create_channel_req()4918 if (!hdev || hdev->dev_type != HCI_AMP || in l2cap_move_channel_req()
3273 case HCI_AMP: in __hci_conn_lookup_handle()
64 #define HCI_AMP 0x01 macro