Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/bluetooth/
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()
Dbtrsi.c138 hdev->dev_type = HCI_PRIMARY; in rsi_hci_attach()
Dbtsdio.c323 hdev->dev_type = HCI_PRIMARY; in btsdio_probe()
Dhci_serdev.c355 hdev->dev_type = HCI_PRIMARY; in hci_uart_register_device()
Dbtmrvl_main.c141 priv->btmrvl_dev.dev_type = HCI_PRIMARY; in btmrvl_process_event()
Dhci_ldisc.c667 hdev->dev_type = HCI_PRIMARY; in hci_uart_register_dev()
Dbtusb.c4047 hdev->dev_type = HCI_PRIMARY; in btusb_probe()
/kernel/linux/linux-5.10/net/bluetooth/
Dhci_core.c257 case HCI_PRIMARY: in hci_init1_req()
922 if (hdev->dev_type != HCI_PRIMARY) in __hci_init()
1329 if (hdev->dev_type != HCI_PRIMARY) { in hci_inquiry()
1468 hdev->dev_type == HCI_PRIMARY && in hci_dev_do_open()
1604 hdev->dev_type == HCI_PRIMARY) { in hci_dev_do_open()
1776 if (!auto_off && hdev->dev_type == HCI_PRIMARY && in hci_dev_do_close()
2021 if (hdev->dev_type != HCI_PRIMARY) { in hci_dev_cmd()
2266 (hdev->dev_type == HCI_PRIMARY && in hci_power_on()
3720 case HCI_PRIMARY: in hci_register_dev()
3779 if (hdev->dev_type == HCI_PRIMARY) { in hci_register_dev()
[all …]
Dmgmt.c398 if (d->dev_type == HCI_PRIMARY && in read_index_list()
423 if (d->dev_type == HCI_PRIMARY && in read_index_list()
458 if (d->dev_type == HCI_PRIMARY && in read_unconf_index_list()
483 if (d->dev_type == HCI_PRIMARY && in read_unconf_index_list()
517 if (d->dev_type == HCI_PRIMARY || d->dev_type == HCI_AMP) in read_ext_index_list()
540 if (d->dev_type == HCI_PRIMARY) { in read_ext_index_list()
7877 case HCI_PRIMARY: in mgmt_index_added()
7910 case HCI_PRIMARY: in mgmt_index_removed()
Dhci_conn.c662 d->dev_type != HCI_PRIMARY) in hci_get_route()
Dhci_sock.c949 if (hdev->dev_type != HCI_PRIMARY) in hci_sock_bound_ioctl()
Dhci_event.c3825 case HCI_PRIMARY: in __hci_conn_lookup_handle()
Dl2cap_core.c8345 if (!conn && hcon->hdev->dev_type != HCI_PRIMARY) in l2cap_recv_acldata()
/kernel/linux/linux-5.10/include/net/bluetooth/
Dhci.h74 #define HCI_PRIMARY 0x00 macro