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
1671
if (!hci_test_quirk(hu->hdev, HCI_QUIRK_NON_PERSISTENT_SETUP)) {
drivers/bluetooth/hci_qca.c
2597
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
855
(!hci_test_quirk((hdev), HCI_QUIRK_BROKEN_LE_STATES) && \
net/bluetooth/hci_core.c
2656
if (hci_test_quirk(hdev, HCI_QUIRK_RAW_DEVICE))
net/bluetooth/hci_core.c
2786
!hci_test_quirk(hdev, HCI_QUIRK_NO_SUSPEND_NOTIFIER)) {
net/bluetooth/hci_debugfs.c
1359
if (hci_test_quirk(hdev, HCI_QUIRK_NON_PERSISTENT_DIAG) &&
net/bluetooth/hci_event.c
3009
!hci_test_quirk(hdev, HCI_QUIRK_SIMULTANEOUS_DISCOVERY))
net/bluetooth/hci_event.c
3028
!hci_test_quirk(hdev, HCI_QUIRK_SIMULTANEOUS_DISCOVERY))
net/bluetooth/hci_event.c
3668
if (hci_test_quirk(hdev, HCI_QUIRK_BROKEN_WRITE_AUTH_PAYLOAD_TIMEOUT))
net/bluetooth/hci_event.c
6109
(hci_test_quirk(hdev, HCI_QUIRK_BROKEN_LE_STATES) ||
net/bluetooth/hci_event.c
6513
if (hci_test_quirk(hdev,
net/bluetooth/hci_event.c
915
if (hci_test_quirk(hdev,
net/bluetooth/hci_event.c
943
if (hci_test_quirk(hdev, HCI_QUIRK_FIXUP_BUFFER_SIZE)) {
net/bluetooth/hci_sync.c
3614
if (hci_test_quirk(hdev, HCI_QUIRK_BDADDR_PROPERTY_BROKEN))
net/bluetooth/hci_sync.c
3689
if (!hci_test_quirk(hdev, HCI_QUIRK_RESET_ON_CLOSE)) {
net/bluetooth/hci_sync.c
3702
if (hci_test_quirk(hdev, HCI_QUIRK_RAW_DEVICE))
net/bluetooth/hci_sync.c
3745
!hci_test_quirk(hdev, HCI_QUIRK_BROKEN_LOCAL_COMMANDS))
net/bluetooth/hci_sync.c
3759
if (!hci_test_quirk(hdev, HCI_QUIRK_RESET_ON_CLOSE)) {
net/bluetooth/hci_sync.c
3822
if (hci_test_quirk(hdev, HCI_QUIRK_BROKEN_FILTER_CLEAR_ALL))
net/bluetooth/hci_sync.c
3849
if (hci_test_quirk(hdev, HCI_QUIRK_BROKEN_FILTER_CLEAR_ALL))
net/bluetooth/hci_sync.c
3873
!hci_test_quirk(hdev, HCI_QUIRK_SYNC_FLOWCTL_SUPPORTED))
net/bluetooth/hci_sync.c
3948
!hci_test_quirk(hdev, HCI_QUIRK_FIXUP_INQUIRY_MODE))
net/bluetooth/hci_sync.c
396
if (hci_test_quirk(hdev, HCI_QUIRK_SIMULTANEOUS_DISCOVERY)) {
net/bluetooth/hci_sync.c
4149
hci_test_quirk(hdev, HCI_QUIRK_FIXUP_INQUIRY_MODE))
net/bluetooth/hci_sync.c
4201
hci_test_quirk(hdev, HCI_QUIRK_BROKEN_STORED_LINK_KEY))
net/bluetooth/hci_sync.c
4250
hci_test_quirk(hdev, HCI_QUIRK_BROKEN_ERR_DATA_REPORTING))
net/bluetooth/hci_sync.c
4264
hci_test_quirk(hdev, HCI_QUIRK_BROKEN_READ_PAGE_SCAN_TYPE))
net/bluetooth/hci_sync.c
4478
hci_test_quirk(hdev, HCI_QUIRK_BROKEN_READ_TRANSMIT_POWER))
net/bluetooth/hci_sync.c
4521
hci_test_quirk(hdev, HCI_QUIRK_BROKEN_SET_RPA_TIMEOUT))
net/bluetooth/hci_sync.c
4686
hci_test_quirk(hdev, HCI_QUIRK_BROKEN_STORED_LINK_KEY))
net/bluetooth/hci_sync.c
4812
hci_test_quirk(hdev, HCI_QUIRK_BROKEN_ERR_DATA_REPORTING))
net/bluetooth/hci_sync.c
5025
!hci_test_quirk(hdev, HCI_QUIRK_NON_PERSISTENT_SETUP))
net/bluetooth/hci_sync.c
5036
if (hci_test_quirk(hdev, hci_broken_table[i].quirk))
net/bluetooth/hci_sync.c
5044
invalid_bdaddr = hci_test_quirk(hdev, HCI_QUIRK_INVALID_BDADDR) ||
net/bluetooth/hci_sync.c
5045
hci_test_quirk(hdev, HCI_QUIRK_USE_BDADDR_PROPERTY);
net/bluetooth/hci_sync.c
5047
if (hci_test_quirk(hdev, HCI_QUIRK_USE_BDADDR_PROPERTY) &&
net/bluetooth/hci_sync.c
5069
if (hci_test_quirk(hdev, HCI_QUIRK_EXTERNAL_CONFIG) ||
net/bluetooth/hci_sync.c
5129
if (hci_test_quirk(hdev, HCI_QUIRK_NON_PERSISTENT_DIAG) &&
net/bluetooth/hci_sync.c
5386
if (hci_test_quirk(hdev, HCI_QUIRK_RESET_ON_CLOSE) &&
net/bluetooth/hci_sync.c
6036
(hci_test_quirk(hdev, HCI_QUIRK_STRICT_DUPLICATE_FILTER) &&
net/bluetooth/hci_sync.c
6099
if (hci_test_quirk(hdev, HCI_QUIRK_SIMULTANEOUS_DISCOVERY)) {
net/bluetooth/hci_sync.c
6176
if (hci_test_quirk(hdev, HCI_QUIRK_BROKEN_FILTER_CLEAR_ALL))
net/bluetooth/mgmt.c
10237
!hci_test_quirk(hdev, HCI_QUIRK_STRICT_DUPLICATE_FILTER))))
net/bluetooth/mgmt.c
10255
if (hci_test_quirk(hdev, HCI_QUIRK_STRICT_DUPLICATE_FILTER)) {
net/bluetooth/mgmt.c
4411
if (!hci_test_quirk(hdev, HCI_QUIRK_WIDEBAND_SPEECH_SUPPORTED))
net/bluetooth/mgmt.c
467
if (hci_test_quirk(d, HCI_QUIRK_RAW_DEVICE))
net/bluetooth/mgmt.c
525
if (hci_test_quirk(d, HCI_QUIRK_RAW_DEVICE))
net/bluetooth/mgmt.c
579
if (hci_test_quirk(d, HCI_QUIRK_RAW_DEVICE))
net/bluetooth/mgmt.c
615
if (hci_test_quirk(hdev, HCI_QUIRK_EXTERNAL_CONFIG) &&
net/bluetooth/mgmt.c
619
if ((hci_test_quirk(hdev, HCI_QUIRK_INVALID_BDADDR) ||
net/bluetooth/mgmt.c
620
hci_test_quirk(hdev, HCI_QUIRK_USE_BDADDR_PROPERTY)) &&
net/bluetooth/mgmt.c
631
if (hci_test_quirk(hdev, HCI_QUIRK_EXTERNAL_CONFIG) &&
net/bluetooth/mgmt.c
635
if ((hci_test_quirk(hdev, HCI_QUIRK_INVALID_BDADDR) ||
net/bluetooth/mgmt.c
636
hci_test_quirk(hdev, HCI_QUIRK_USE_BDADDR_PROPERTY)) &&
net/bluetooth/mgmt.c
672
if (hci_test_quirk(hdev, HCI_QUIRK_EXTERNAL_CONFIG))
net/bluetooth/mgmt.c
8084
if (!hci_test_quirk(hdev, HCI_QUIRK_EXTERNAL_CONFIG))
net/bluetooth/mgmt.c
831
if (hci_test_quirk(hdev, HCI_QUIRK_WIDEBAND_SPEECH_SUPPORTED))
net/bluetooth/mgmt.c
843
if (hci_test_quirk(hdev, HCI_QUIRK_EXTERNAL_CONFIG) || hdev->set_bdaddr)
net/bluetooth/mgmt.c
9483
if (hci_test_quirk(hdev, HCI_QUIRK_RAW_DEVICE))
net/bluetooth/mgmt.c
9507
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)) {