Home
last modified time | relevance | path

Searched refs:HIDPP_QUIRK_UNIFYING (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-logitech-hidpp.c66 #define HIDPP_QUIRK_UNIFYING BIT(25) macro
3841 hidpp->quirks |= HIDPP_QUIRK_UNIFYING; in hidpp_probe()
3894 if (hidpp->quirks & HIDPP_QUIRK_UNIFYING) in hidpp_probe()
3901 if (!(hidpp->quirks & HIDPP_QUIRK_UNIFYING)) { in hidpp_probe()
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-logitech-hidpp.c72 #define HIDPP_QUIRK_UNIFYING BIT(25) macro
4432 hidpp->quirks |= HIDPP_QUIRK_UNIFYING; in hidpp_probe()
4485 if (hidpp->quirks & HIDPP_QUIRK_UNIFYING) in hidpp_probe()
4492 if (!(hidpp->quirks & HIDPP_QUIRK_UNIFYING)) { in hidpp_probe()

Completed in 12 milliseconds