Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Dhci_vhci.c88 if (dev_type != HCI_PRIMARY && dev_type != HCI_AMP) in __vhci_create_device()
307 vhci_create_device(data, amp ? HCI_AMP : HCI_PRIMARY); in vhci_open_timeout()
H A Dbtsdio.c321 hdev->dev_type = HCI_AMP; in btsdio_probe()
H A Dhci_serdev.c355 hdev->dev_type = HCI_AMP; in hci_uart_register_device()
H A Drtk_btusb.h309 #define HCI_AMP 0x01 macro
H A Dbtmrvl_main.c139 priv->btmrvl_dev.dev_type = HCI_AMP; in btmrvl_process_event()
H A Dhci_ldisc.c673 hdev->dev_type = HCI_AMP; in hci_uart_register_dev()
H A Dbtusb.c4086 hdev->dev_type = HCI_AMP; in btusb_probe()
/OK3568_Linux_fs/kernel/net/bluetooth/
H A 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()
H A Dhci_core.c260 case HCI_AMP: in hci_init1_req()
421 if (hdev->dev_type == HCI_AMP) in hci_init2_req()
3723 case HCI_AMP: in hci_register_dev()
4183 case HCI_AMP: in hci_queue_acl()
4606 if (hdev->dev_type == HCI_AMP) in hci_sched_acl_blk()
4659 if (!hci_conn_num(hdev, AMP_LINK) && hdev->dev_type == HCI_AMP) in hci_sched_acl()
H A Dmgmt.c517 if (d->dev_type == HCI_PRIMARY || d->dev_type == HCI_AMP) in read_ext_index_list()
545 } else if (d->dev_type == HCI_AMP) { in read_ext_index_list()
7888 case HCI_AMP: in mgmt_index_added()
7923 case HCI_AMP: in mgmt_index_removed()
H A Dl2cap_core.c4857 if (hdev->dev_type != HCI_AMP || !test_bit(HCI_UP, &hdev->flags)) { in l2cap_create_channel_req()
5295 if (!hdev || hdev->dev_type != HCI_AMP || in l2cap_move_channel_req()
H A Dhci_event.c3827 case HCI_AMP: in __hci_conn_lookup_handle()
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/
H A Dhci_ldisc.c1135 hdev->dev_type = HCI_AMP; in hci_uart_register_dev()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci.h75 #define HCI_AMP 0x01 macro