Symbol: hci_test_quirk
drivers/bluetooth/hci_bcm.c
645
if (hci_test_quirk(hu->hdev, HCI_QUIRK_INVALID_BDADDR))
drivers/bluetooth/hci_qca.c
1676
if (!hci_test_quirk(hu->hdev, HCI_QUIRK_NON_PERSISTENT_SETUP)) {
drivers/bluetooth/hci_qca.c
2616
if (hci_test_quirk(hdev, HCI_QUIRK_NON_PERSISTENT_SETUP) ||
drivers/bluetooth/hci_serdev.c
155
if (hci_test_quirk(hdev, HCI_QUIRK_NON_PERSISTENT_SETUP)) {
include/net/bluetooth/hci_core.h
1987
!hci_test_quirk((dev), \
include/net/bluetooth/hci_core.h
2001
!hci_test_quirk((dev), HCI_QUIRK_BROKEN_READ_ENC_KEY_SIZE))
include/net/bluetooth/hci_core.h
2005
!hci_test_quirk((dev), HCI_QUIRK_BROKEN_READ_VOICE_SETTING))
include/net/bluetooth/hci_core.h
2012
!hci_test_quirk((dev), HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN))
include/net/bluetooth/hci_core.h
2017
!hci_test_quirk((dev), HCI_QUIRK_BROKEN_EXT_SCAN))
include/net/bluetooth/hci_core.h
2021
!hci_test_quirk((dev), HCI_QUIRK_BROKEN_EXT_CREATE_CONN))
include/net/bluetooth/hci_core.h
2036
!hci_test_quirk((dev), \
include/net/bluetooth/hci_core.h
2083
(!hci_test_quirk((dev), HCI_QUIRK_BROKEN_MWS_TRANSPORT_CONFIG)))
include/net/bluetooth/hci_core.h
854
(!hci_test_quirk((hdev), HCI_QUIRK_BROKEN_LE_STATES) && \
net/bluetooth/hci_core.c
2616
if (hci_test_quirk(hdev, HCI_QUIRK_RAW_DEVICE))
net/bluetooth/hci_core.c
2748
!hci_test_quirk(hdev, HCI_QUIRK_NO_SUSPEND_NOTIFIER)) {
net/bluetooth/hci_debugfs.c
1356
if (hci_test_quirk(hdev, HCI_QUIRK_NON_PERSISTENT_DIAG) &&
net/bluetooth/hci_event.c
1770
hci_test_quirk(hdev, HCI_QUIRK_SIMULTANEOUS_DISCOVERY) &&
net/bluetooth/hci_event.c
3013
!hci_test_quirk(hdev, HCI_QUIRK_SIMULTANEOUS_DISCOVERY))
net/bluetooth/hci_event.c
3032
!hci_test_quirk(hdev, HCI_QUIRK_SIMULTANEOUS_DISCOVERY))
net/bluetooth/hci_event.c
3653
if (hci_test_quirk(hdev, HCI_QUIRK_BROKEN_WRITE_AUTH_PAYLOAD_TIMEOUT))
net/bluetooth/hci_event.c
6104
(hci_test_quirk(hdev, HCI_QUIRK_BROKEN_LE_STATES) ||
net/bluetooth/hci_event.c
6508
if (hci_test_quirk(hdev,
net/bluetooth/hci_event.c
912
if (hci_test_quirk(hdev,
net/bluetooth/hci_event.c
940
if (hci_test_quirk(hdev, HCI_QUIRK_FIXUP_BUFFER_SIZE)) {
net/bluetooth/hci_sync.c
3727
if (hci_test_quirk(hdev, HCI_QUIRK_BDADDR_PROPERTY_BROKEN))
net/bluetooth/hci_sync.c
3802
if (!hci_test_quirk(hdev, HCI_QUIRK_RESET_ON_CLOSE)) {
net/bluetooth/hci_sync.c
3815
if (hci_test_quirk(hdev, HCI_QUIRK_RAW_DEVICE))
net/bluetooth/hci_sync.c
3858
!hci_test_quirk(hdev, HCI_QUIRK_BROKEN_LOCAL_COMMANDS))
net/bluetooth/hci_sync.c
3872
if (!hci_test_quirk(hdev, HCI_QUIRK_RESET_ON_CLOSE)) {
net/bluetooth/hci_sync.c
3935
if (hci_test_quirk(hdev, HCI_QUIRK_BROKEN_FILTER_CLEAR_ALL))
net/bluetooth/hci_sync.c
396
if (hci_test_quirk(hdev, HCI_QUIRK_SIMULTANEOUS_DISCOVERY)) {
net/bluetooth/hci_sync.c
3962
if (hci_test_quirk(hdev, HCI_QUIRK_BROKEN_FILTER_CLEAR_ALL))
net/bluetooth/hci_sync.c
3986
!hci_test_quirk(hdev, HCI_QUIRK_SYNC_FLOWCTL_SUPPORTED))
net/bluetooth/hci_sync.c
4061
!hci_test_quirk(hdev, HCI_QUIRK_FIXUP_INQUIRY_MODE))
net/bluetooth/hci_sync.c
4262
hci_test_quirk(hdev, HCI_QUIRK_FIXUP_INQUIRY_MODE))
net/bluetooth/hci_sync.c
4314
hci_test_quirk(hdev, HCI_QUIRK_BROKEN_STORED_LINK_KEY))
net/bluetooth/hci_sync.c
4363
hci_test_quirk(hdev, HCI_QUIRK_BROKEN_ERR_DATA_REPORTING))
net/bluetooth/hci_sync.c
4377
hci_test_quirk(hdev, HCI_QUIRK_BROKEN_READ_PAGE_SCAN_TYPE))
net/bluetooth/hci_sync.c
4594
hci_test_quirk(hdev, HCI_QUIRK_BROKEN_READ_TRANSMIT_POWER))
net/bluetooth/hci_sync.c
4637
hci_test_quirk(hdev, HCI_QUIRK_BROKEN_SET_RPA_TIMEOUT))
net/bluetooth/hci_sync.c
4824
hci_test_quirk(hdev, HCI_QUIRK_BROKEN_STORED_LINK_KEY))
net/bluetooth/hci_sync.c
4950
hci_test_quirk(hdev, HCI_QUIRK_BROKEN_ERR_DATA_REPORTING))
net/bluetooth/hci_sync.c
5163
!hci_test_quirk(hdev, HCI_QUIRK_NON_PERSISTENT_SETUP))
net/bluetooth/hci_sync.c
5174
if (hci_test_quirk(hdev, hci_broken_table[i].quirk))
net/bluetooth/hci_sync.c
5182
invalid_bdaddr = hci_test_quirk(hdev, HCI_QUIRK_INVALID_BDADDR) ||
net/bluetooth/hci_sync.c
5183
hci_test_quirk(hdev, HCI_QUIRK_USE_BDADDR_PROPERTY);
net/bluetooth/hci_sync.c
5185
if (hci_test_quirk(hdev, HCI_QUIRK_USE_BDADDR_PROPERTY) &&
net/bluetooth/hci_sync.c
5207
if (hci_test_quirk(hdev, HCI_QUIRK_EXTERNAL_CONFIG) ||
net/bluetooth/hci_sync.c
5267
if (hci_test_quirk(hdev, HCI_QUIRK_NON_PERSISTENT_DIAG) &&
net/bluetooth/hci_sync.c
5535
if (hci_test_quirk(hdev, HCI_QUIRK_RESET_ON_CLOSE) &&
net/bluetooth/hci_sync.c
6186
(hci_test_quirk(hdev, HCI_QUIRK_STRICT_DUPLICATE_FILTER) &&
net/bluetooth/hci_sync.c
6249
if (hci_test_quirk(hdev, HCI_QUIRK_SIMULTANEOUS_DISCOVERY)) {
net/bluetooth/hci_sync.c
6326
if (hci_test_quirk(hdev, HCI_QUIRK_BROKEN_FILTER_CLEAR_ALL))
net/bluetooth/mgmt.c
10367
!hci_test_quirk(hdev, HCI_QUIRK_STRICT_DUPLICATE_FILTER))))
net/bluetooth/mgmt.c
10385
if (hci_test_quirk(hdev, HCI_QUIRK_STRICT_DUPLICATE_FILTER)) {
net/bluetooth/mgmt.c
4468
if (!hci_test_quirk(hdev, HCI_QUIRK_WIDEBAND_SPEECH_SUPPORTED))
net/bluetooth/mgmt.c
464
if (hci_test_quirk(d, HCI_QUIRK_RAW_DEVICE))
net/bluetooth/mgmt.c
522
if (hci_test_quirk(d, HCI_QUIRK_RAW_DEVICE))
net/bluetooth/mgmt.c
576
if (hci_test_quirk(d, HCI_QUIRK_RAW_DEVICE))
net/bluetooth/mgmt.c
612
if (hci_test_quirk(hdev, HCI_QUIRK_EXTERNAL_CONFIG) &&
net/bluetooth/mgmt.c
616
if ((hci_test_quirk(hdev, HCI_QUIRK_INVALID_BDADDR) ||
net/bluetooth/mgmt.c
617
hci_test_quirk(hdev, HCI_QUIRK_USE_BDADDR_PROPERTY)) &&
net/bluetooth/mgmt.c
628
if (hci_test_quirk(hdev, HCI_QUIRK_EXTERNAL_CONFIG) &&
net/bluetooth/mgmt.c
632
if ((hci_test_quirk(hdev, HCI_QUIRK_INVALID_BDADDR) ||
net/bluetooth/mgmt.c
633
hci_test_quirk(hdev, HCI_QUIRK_USE_BDADDR_PROPERTY)) &&
net/bluetooth/mgmt.c
669
if (hci_test_quirk(hdev, HCI_QUIRK_EXTERNAL_CONFIG))
net/bluetooth/mgmt.c
8190
if (!hci_test_quirk(hdev, HCI_QUIRK_EXTERNAL_CONFIG))
net/bluetooth/mgmt.c
828
if (hci_test_quirk(hdev, HCI_QUIRK_WIDEBAND_SPEECH_SUPPORTED))
net/bluetooth/mgmt.c
840
if (hci_test_quirk(hdev, HCI_QUIRK_EXTERNAL_CONFIG) || hdev->set_bdaddr)
net/bluetooth/mgmt.c
9596
if (hci_test_quirk(hdev, HCI_QUIRK_RAW_DEVICE))
net/bluetooth/mgmt.c
9620
if (hci_test_quirk(hdev, HCI_QUIRK_RAW_DEVICE))
net/bluetooth/msft.c
992
if (!hci_test_quirk(hdev, HCI_QUIRK_USE_MSFT_EXT_ADDRESS_FILTER)) {