Home
last modified time | relevance | path

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

/net/bluetooth/
Dhci_debugfs.c32 #define DEFINE_QUIRK_ATTRIBUTE(__name, __quirk) \ argument
40 buf[0] = test_bit(__quirk, &hdev->quirks) ? 'Y' : 'N'; \
61 if (enable == test_bit(__quirk, &hdev->quirks)) \
64 change_bit(__quirk, &hdev->quirks); \