Home
last modified time | relevance | path

Searched refs:HCI_AMP (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.15/drivers/bluetooth/
Dhci_vhci.c88 if (dev_type != HCI_PRIMARY && dev_type != HCI_AMP) in __vhci_create_device()
305 vhci_create_device(data, amp ? HCI_AMP : HCI_PRIMARY); in vhci_open_timeout()
Dbtsdio.c321 hdev->dev_type = HCI_AMP; in btsdio_probe()
Dhci_serdev.c356 hdev->dev_type = HCI_AMP; in hci_uart_register_device()
Dbtmrvl_main.c139 priv->btmrvl_dev.dev_type = HCI_AMP; in btmrvl_process_event()
Dhci_ldisc.c665 hdev->dev_type = HCI_AMP; in hci_uart_register_dev()
Dbtusb.c3733 hdev->dev_type = HCI_AMP; in btusb_probe()
/Linux-v5.15/net/bluetooth/
Da2mp.c102 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()
Dhci_core.c261 case HCI_AMP: in hci_init1_req()
422 if (hdev->dev_type == HCI_AMP) in hci_init2_req()
3911 case HCI_AMP: in hci_register_dev()
4373 case HCI_AMP: in hci_queue_acl()
4786 if (hdev->dev_type == HCI_AMP) in hci_sched_acl_blk()
4837 if (!hci_conn_num(hdev, AMP_LINK) && hdev->dev_type == HCI_AMP) in hci_sched_acl()
Dmgmt.c522 if (d->dev_type == HCI_PRIMARY || d->dev_type == HCI_AMP) in read_ext_index_list()
550 } else if (d->dev_type == HCI_AMP) { in read_ext_index_list()
8482 case HCI_AMP: in mgmt_index_added()
8517 case HCI_AMP: in mgmt_index_removed()
Dl2cap_core.c4823 if (hdev->dev_type != HCI_AMP || !test_bit(HCI_UP, &hdev->flags)) { in l2cap_create_channel_req()
5261 if (!hdev || hdev->dev_type != HCI_AMP || in l2cap_move_channel_req()
Dhci_event.c3921 case HCI_AMP: in __hci_conn_lookup_handle()
/Linux-v5.15/include/net/bluetooth/
Dhci.h75 #define HCI_AMP 0x01 macro