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()
358 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()
3735 hdev->dev_type = HCI_PRIMARY; in btusb_probe()
258 case HCI_PRIMARY: in hci_init1_req()929 if (hdev->dev_type != HCI_PRIMARY) in __hci_init()1336 if (hdev->dev_type != HCI_PRIMARY) { in hci_inquiry()1475 hdev->dev_type == HCI_PRIMARY && in hci_dev_do_open()1612 hdev->dev_type == HCI_PRIMARY) { in hci_dev_do_open()1786 if (!auto_off && hdev->dev_type == HCI_PRIMARY && in hci_dev_do_close()2032 if (hdev->dev_type != HCI_PRIMARY) { in hci_dev_cmd()2277 (hdev->dev_type == HCI_PRIMARY && in hci_power_on()3908 case HCI_PRIMARY: in hci_register_dev()3967 if (hdev->dev_type == HCI_PRIMARY) { in hci_register_dev()[all …]
403 if (d->dev_type == HCI_PRIMARY && in read_index_list()428 if (d->dev_type == HCI_PRIMARY && in read_index_list()463 if (d->dev_type == HCI_PRIMARY && in read_unconf_index_list()488 if (d->dev_type == HCI_PRIMARY && in read_unconf_index_list()522 if (d->dev_type == HCI_PRIMARY || d->dev_type == HCI_AMP) in read_ext_index_list()545 if (d->dev_type == HCI_PRIMARY) { in read_ext_index_list()8471 case HCI_PRIMARY: in mgmt_index_added()8504 case HCI_PRIMARY: in mgmt_index_removed()
695 d->dev_type != HCI_PRIMARY) in hci_get_route()
949 if (hdev->dev_type != HCI_PRIMARY) in hci_sock_bound_ioctl()
3919 case HCI_PRIMARY: in __hci_conn_lookup_handle()
8359 if (!conn && hcon->hdev->dev_type != HCI_PRIMARY) in l2cap_recv_acldata()
74 #define HCI_PRIMARY 0x00 macro