Home
last modified time | relevance | path

Searched refs:HCI_AMP (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/drivers/bluetooth/
Dhci_vhci.c103 if (dev_type != HCI_PRIMARY && dev_type != HCI_AMP) in __vhci_create_device()
319 vhci_create_device(data, amp ? HCI_AMP : HCI_PRIMARY); in vhci_open_timeout()
Dbtsdio.c322 hdev->dev_type = HCI_AMP; in btsdio_probe()
Dhci_serdev.c340 hdev->dev_type = HCI_AMP; in hci_uart_register_device()
Dbtmrvl_main.c139 priv->btmrvl_dev.dev_type = HCI_AMP; in btmrvl_process_event()
Dhci_ldisc.c673 hdev->dev_type = HCI_AMP; in hci_uart_register_dev()
Dbtusb.c3032 hdev->dev_type = HCI_AMP; in btusb_probe()
/linux-4.19.296/include/net/bluetooth/
Dhci.h70 #define HCI_AMP 0x01 macro