Searched refs:HCI_PRIMARY (Results 1 – 15 of 15) sorted by relevance
137 hdev->dev_type = HCI_PRIMARY; in rsi_hci_attach()
293 if (dev_type != HCI_PRIMARY && dev_type != HCI_AMP) in __vhci_create_device()531 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()
3778 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()2576 case HCI_PRIMARY: in hci_register_dev()2635 if (hdev->dev_type == HCI_PRIMARY) { in hci_register_dev()3126 case HCI_PRIMARY: in hci_queue_acl()3668 if (!hci_conn_num(hdev, ACL_LINK) && hdev->dev_type == HCI_PRIMARY) in hci_sched_acl()
3320 case HCI_PRIMARY: in hci_init1_sync()4415 if (hdev->dev_type != HCI_PRIMARY) in hci_init_sync()4650 hdev->dev_type == HCI_PRIMARY && in hci_dev_open_sync()4684 hdev->dev_type == HCI_PRIMARY) { in hci_dev_open_sync()4825 if (!auto_off && hdev->dev_type == HCI_PRIMARY && in hci_dev_close_sync()4920 (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()9372 case HCI_PRIMARY: in mgmt_index_added()9405 case HCI_PRIMARY: in mgmt_index_removed()
952 if (hdev->dev_type != HCI_PRIMARY) in hci_sock_bound_ioctl()
1124 d->dev_type != HCI_PRIMARY) in hci_get_route()
4449 case HCI_PRIMARY: in __hci_conn_lookup_handle()
8465 if (!conn && hcon->hdev->dev_type != HCI_PRIMARY) in l2cap_recv_acldata()
74 #define HCI_PRIMARY 0x00 macro