Searched refs:HCI_PRIMARY (Results 1 – 14 of 14) sorted by relevance
88 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()
138 hdev->dev_type = HCI_PRIMARY; in rsi_hci_attach()
323 hdev->dev_type = HCI_PRIMARY; in btsdio_probe()
355 hdev->dev_type = HCI_PRIMARY; in hci_uart_register_device()
141 priv->btmrvl_dev.dev_type = HCI_PRIMARY; in btmrvl_process_event()
667 hdev->dev_type = HCI_PRIMARY; in hci_uart_register_dev()
4047 hdev->dev_type = HCI_PRIMARY; in btusb_probe()
257 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 …]
398 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()
662 d->dev_type != HCI_PRIMARY) in hci_get_route()
949 if (hdev->dev_type != HCI_PRIMARY) in hci_sock_bound_ioctl()
3825 case HCI_PRIMARY: in __hci_conn_lookup_handle()
8345 if (!conn && hcon->hdev->dev_type != HCI_PRIMARY) in l2cap_recv_acldata()
74 #define HCI_PRIMARY 0x00 macro