Searched refs:HCI_PRIMARY (Results 1 – 16 of 16) sorted by relevance
137 hdev->dev_type = HCI_PRIMARY; in rsi_hci_attach()
394 if (dev_type != HCI_PRIMARY && dev_type != HCI_AMP) in __vhci_create_device()635 vhci_create_device(data, amp ? HCI_AMP : HCI_PRIMARY); in vhci_open_timeout()
325 hdev->dev_type = HCI_PRIMARY; in btsdio_probe()
371 hdev->dev_type = HCI_PRIMARY; in hci_uart_register_device()
128 priv->btmrvl_dev.dev_type = HCI_PRIMARY; in btmrvl_process_event()
673 hdev->dev_type = HCI_PRIMARY; in hci_uart_register_dev()
2363 hdev->dev_type = HCI_PRIMARY; in bcm4377_probe()
4304 hdev->dev_type = HCI_PRIMARY; in btusb_probe()
398 if (hdev->dev_type != HCI_PRIMARY) { in hci_inquiry()755 if (hdev->dev_type != HCI_PRIMARY) { in hci_dev_cmd()998 (hdev->dev_type == HCI_PRIMARY && in hci_power_on()2607 case HCI_PRIMARY: in hci_register_dev()2668 if (hdev->dev_type == HCI_PRIMARY) { in hci_register_dev()3180 case HCI_PRIMARY: in hci_queue_acl()3727 if (!hci_conn_num(hdev, ACL_LINK) && hdev->dev_type == HCI_PRIMARY) in hci_sched_acl()
3481 case HCI_PRIMARY: in hci_init1_sync()4601 if (hdev->dev_type != HCI_PRIMARY) in hci_init_sync()4837 hdev->dev_type == HCI_PRIMARY && in hci_dev_open_sync()4873 hdev->dev_type == HCI_PRIMARY) { in hci_dev_open_sync()5014 if (!auto_off && hdev->dev_type == HCI_PRIMARY && in hci_dev_close_sync()5110 (hdev->dev_type == HCI_PRIMARY && in hci_power_on_sync()
446 if (d->dev_type == HCI_PRIMARY && in read_index_list()471 if (d->dev_type == HCI_PRIMARY && in read_index_list()506 if (d->dev_type == HCI_PRIMARY && in read_unconf_index_list()531 if (d->dev_type == HCI_PRIMARY && in read_unconf_index_list()565 if (d->dev_type == HCI_PRIMARY || d->dev_type == HCI_AMP) in read_ext_index_list()588 if (d->dev_type == HCI_PRIMARY) { in read_ext_index_list()9375 case HCI_PRIMARY: in mgmt_index_added()9408 case HCI_PRIMARY: in mgmt_index_removed()
1010 if (hdev->dev_type != HCI_PRIMARY) in hci_sock_bound_ioctl()
1171 d->dev_type != HCI_PRIMARY) in hci_get_route()
4516 case HCI_PRIMARY: in __hci_conn_lookup_handle()
8486 if (!conn && hcon->hdev->dev_type != HCI_PRIMARY) in l2cap_recv_acldata()
74 #define HCI_PRIMARY 0x00 macro