Searched refs:HCI_AMP (Results 1 – 13 of 13) sorted by relevance
293 if (dev_type != HCI_PRIMARY && dev_type != HCI_AMP) in __vhci_create_device()531 vhci_create_device(data, amp ? HCI_AMP : HCI_PRIMARY); in vhci_open_timeout()
323 hdev->dev_type = HCI_AMP; in btsdio_probe()
369 hdev->dev_type = HCI_AMP; in hci_uart_register_device()
126 priv->btmrvl_dev.dev_type = HCI_AMP; in btmrvl_process_event()
671 hdev->dev_type = HCI_AMP; in hci_uart_register_dev()
3776 hdev->dev_type = HCI_AMP; in btusb_probe()
102 if (hdev->dev_type == HCI_AMP) { in __a2mp_add_cl()166 if (hdev->dev_type == HCI_AMP) in a2mp_discover_req()308 if (!hdev || hdev->dev_type != HCI_AMP) { in a2mp_getinfo_req()
2579 case HCI_AMP: in hci_register_dev()3129 case HCI_AMP: in hci_queue_acl()3619 if (hdev->dev_type == HCI_AMP) in hci_sched_acl_blk()3672 if (!hci_conn_num(hdev, AMP_LINK) && hdev->dev_type == HCI_AMP) in hci_sched_acl()
3225 if (hdev->dev_type == HCI_AMP && !(hdev->commands[14] & 0x20)) in hci_read_local_features_sync()3323 case HCI_AMP: in hci_init1_sync()3597 if (hdev->dev_type == HCI_AMP) in hci_init2_sync()
565 if (d->dev_type == HCI_PRIMARY || d->dev_type == HCI_AMP) in read_ext_index_list()593 } else if (d->dev_type == HCI_AMP) { in read_ext_index_list()9383 case HCI_AMP: in mgmt_index_added()9418 case HCI_AMP: in mgmt_index_removed()
4862 if (hdev->dev_type != HCI_AMP || !test_bit(HCI_UP, &hdev->flags)) { in l2cap_create_channel_req()5300 if (!hdev || hdev->dev_type != HCI_AMP || in l2cap_move_channel_req()
4451 case HCI_AMP: in __hci_conn_lookup_handle()
75 #define HCI_AMP 0x01 macro