Home
last modified time | relevance | path

Searched refs:HCI_PRIMARY (Results 1 – 16 of 16) sorted by relevance

/Linux-v6.6/drivers/bluetooth/
Dbtrsi.c137 hdev->dev_type = HCI_PRIMARY; in rsi_hci_attach()
Dhci_vhci.c394 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()
Dbtsdio.c325 hdev->dev_type = HCI_PRIMARY; in btsdio_probe()
Dhci_serdev.c371 hdev->dev_type = HCI_PRIMARY; in hci_uart_register_device()
Dbtmrvl_main.c128 priv->btmrvl_dev.dev_type = HCI_PRIMARY; in btmrvl_process_event()
Dhci_ldisc.c673 hdev->dev_type = HCI_PRIMARY; in hci_uart_register_dev()
Dhci_bcm4377.c2363 hdev->dev_type = HCI_PRIMARY; in bcm4377_probe()
Dbtusb.c4304 hdev->dev_type = HCI_PRIMARY; in btusb_probe()
/Linux-v6.6/net/bluetooth/
Dhci_core.c398 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()
Dhci_sync.c3481 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()
Dmgmt.c446 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()
Dhci_sock.c1010 if (hdev->dev_type != HCI_PRIMARY) in hci_sock_bound_ioctl()
Dhci_conn.c1171 d->dev_type != HCI_PRIMARY) in hci_get_route()
Dhci_event.c4516 case HCI_PRIMARY: in __hci_conn_lookup_handle()
Dl2cap_core.c8486 if (!conn && hcon->hdev->dev_type != HCI_PRIMARY) in l2cap_recv_acldata()
/Linux-v6.6/include/net/bluetooth/
Dhci.h74 #define HCI_PRIMARY 0x00 macro