Home
last modified time | relevance | path

Searched refs:HCI_MAX_PAGES (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dhci_core.h289 #define HCI_MAX_PAGES 3 macro
314 __u8 features[HCI_MAX_PAGES][8];
616 __u8 features[HCI_MAX_PAGES][8];
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dhci_core.h352 #define HCI_MAX_PAGES 3 macro
379 __u8 features[HCI_MAX_PAGES][8];
716 __u8 features[HCI_MAX_PAGES][8];
/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_debugfs.c96 for (p = 0; p < HCI_MAX_PAGES && p <= hdev->max_page; p++) in features_show()
H A Dhci_event.c708 if (rp->page < HCI_MAX_PAGES) in hci_cc_read_local_ext_features()
4269 if (ev->page < HCI_MAX_PAGES) in hci_remote_ext_features_evt()
H A Dhci_core.c792 for (p = 2; p < HCI_MAX_PAGES && p <= hdev->max_page; p++) { in hci_init3_req()
/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_debugfs.c98 for (p = 0; p < HCI_MAX_PAGES && p <= hdev->max_page; p++) in features_show()
H A Dhci_event.c914 if (rp->page < HCI_MAX_PAGES) in hci_cc_read_local_ext_features()
4976 if (ev->page < HCI_MAX_PAGES) in hci_remote_ext_features_evt()
H A Dhci_sync.c3987 for (page = 2; page < HCI_MAX_PAGES && page <= hdev->max_page; in hci_read_local_ext_features_all_sync()

Completed in 35 milliseconds