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()305 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()
668 hdev->dev_type = HCI_PRIMARY; in hci_uart_register_dev()
3991 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()1460 hdev->dev_type == HCI_PRIMARY && in hci_dev_do_open()1596 hdev->dev_type == HCI_PRIMARY) { in hci_dev_do_open()1763 if (!auto_off && hdev->dev_type == HCI_PRIMARY && in hci_dev_do_close()2008 if (hdev->dev_type != HCI_PRIMARY) { in hci_dev_cmd()2253 (hdev->dev_type == HCI_PRIMARY && in hci_power_on()3706 case HCI_PRIMARY: in hci_register_dev()3765 if (hdev->dev_type == HCI_PRIMARY) { in hci_register_dev()[all …]
395 if (d->dev_type == HCI_PRIMARY && in read_index_list()420 if (d->dev_type == HCI_PRIMARY && in read_index_list()455 if (d->dev_type == HCI_PRIMARY && in read_unconf_index_list()480 if (d->dev_type == HCI_PRIMARY && in read_unconf_index_list()514 if (d->dev_type == HCI_PRIMARY || d->dev_type == HCI_AMP) in read_ext_index_list()537 if (d->dev_type == HCI_PRIMARY) { in read_ext_index_list()7869 case HCI_PRIMARY: in mgmt_index_added()7902 case HCI_PRIMARY: in mgmt_index_removed()
944 if (hdev->dev_type != HCI_PRIMARY) in hci_sock_bound_ioctl()
662 d->dev_type != HCI_PRIMARY) in hci_get_route()
3825 case HCI_PRIMARY: in __hci_conn_lookup_handle()
8280 if (!conn && hcon->hdev->dev_type != HCI_PRIMARY) in l2cap_recv_acldata()
74 #define HCI_PRIMARY 0x00 macro