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

/linux-master/drivers/hid/
H A Dhid-sony.c53 #define MOTION_CONTROLLER_BT BIT(6) macro
66 #define MOTION_CONTROLLER (MOTION_CONTROLLER_USB | MOTION_CONTROLLER_BT)
71 #define SONY_BATTERY_SUPPORT (SIXAXIS_CONTROLLER | MOTION_CONTROLLER_BT | NAVIGATION_CONTROLLER)
73 #define SONY_BT_DEVICE (SIXAXIS_CONTROLLER_BT | MOTION_CONTROLLER_BT | NAVIGATION_CONTROLLER_BT)
945 } else if ((sc->quirks & MOTION_CONTROLLER_BT) && rd[0] == 0x01 && size == 49) {
1782 if ((sc->quirks & MOTION_CONTROLLER_BT) ||
2231 .driver_data = MOTION_CONTROLLER_BT },

Completed in 98 milliseconds