Searched refs:HCI_AMP (Results 1 – 12 of 12) sorted by relevance
103 if (dev_type != HCI_PRIMARY && dev_type != HCI_AMP) in __vhci_create_device()319 vhci_create_device(data, amp ? HCI_AMP : HCI_PRIMARY); in vhci_open_timeout()
339 hdev->dev_type = HCI_AMP; in hci_uart_register_device()
322 hdev->dev_type = HCI_AMP; in btsdio_probe()
658 hdev->dev_type = HCI_AMP; in hci_uart_register_dev()
139 priv->btmrvl_dev.dev_type = HCI_AMP; in btmrvl_process_event()
3024 hdev->dev_type = HCI_AMP; in btusb_probe()
109 if (hdev->dev_type == HCI_AMP) { in __a2mp_add_cl()173 if (hdev->dev_type == HCI_AMP) in a2mp_discover_req()312 if (!hdev || hdev->dev_type != HCI_AMP) { in a2mp_getinfo_req()
257 case HCI_AMP: in hci_init1_req()418 if (hdev->dev_type == HCI_AMP) in hci_init2_req()3162 case HCI_AMP: in hci_register_dev()3602 case HCI_AMP: in hci_queue_acl()3963 if (hdev->dev_type == HCI_AMP) in hci_sched_acl_blk()4014 if (!hci_conn_num(hdev, AMP_LINK) && hdev->dev_type == HCI_AMP) in hci_sched_acl()
487 if (d->dev_type == HCI_PRIMARY || d->dev_type == HCI_AMP) in read_ext_index_list()516 } else if (d->dev_type == HCI_AMP) { in read_ext_index_list()6945 case HCI_AMP: in mgmt_index_added()6980 case HCI_AMP: in mgmt_index_removed()
4503 if (hdev->dev_type != HCI_AMP || !test_bit(HCI_UP, &hdev->flags)) { in l2cap_create_channel_req()4943 if (!hdev || hdev->dev_type != HCI_AMP || in l2cap_move_channel_req()
3577 case HCI_AMP: in __hci_conn_lookup_handle()
70 #define HCI_AMP 0x01 macro