Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/bluetooth/
Dbtrsi.c137 hdev->dev_type = HCI_PRIMARY; in rsi_hci_attach()
Dhci_vhci.c293 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()
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()
Dbtusb.c3778 hdev->dev_type = HCI_PRIMARY; in btusb_probe()
/linux-6.1.9/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()
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()
Dhci_sync.c3320 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()
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()
9372 case HCI_PRIMARY: in mgmt_index_added()
9405 case HCI_PRIMARY: in mgmt_index_removed()
Dhci_sock.c952 if (hdev->dev_type != HCI_PRIMARY) in hci_sock_bound_ioctl()
Dhci_conn.c1124 d->dev_type != HCI_PRIMARY) in hci_get_route()
Dhci_event.c4449 case HCI_PRIMARY: in __hci_conn_lookup_handle()
Dl2cap_core.c8465 if (!conn && hcon->hdev->dev_type != HCI_PRIMARY) in l2cap_recv_acldata()
/linux-6.1.9/include/net/bluetooth/
Dhci.h74 #define HCI_PRIMARY 0x00 macro