Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-playstation.c370 enum dualshock4_dongle_state dongle_state; member
1738 enum dualshock4_dongle_state dongle_state; in dualshock4_dongle_calibration_work() local
1750 dongle_state = DONGLE_DISABLED; in dualshock4_dongle_calibration_work()
1753 dongle_state = DONGLE_CONNECTED; in dualshock4_dongle_calibration_work()
1757 ds4->dongle_state = dongle_state; in dualshock4_dongle_calibration_work()
2372 if (ds4->dongle_state == DONGLE_DISCONNECTED && connected) { in dualshock4_dongle_parse_report()
2378 ds4->dongle_state = DONGLE_CALIBRATING; in dualshock4_dongle_parse_report()
2387 } else if ((ds4->dongle_state == DONGLE_CONNECTED || in dualshock4_dongle_parse_report()
2388 ds4->dongle_state in dualshock4_dongle_parse_report()
[all...]
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-sony.c1255 enum ds4_dongle_state dongle_state; in sony_raw_event() local
1265 dongle_state = sc->ds4_dongle_state; in sony_raw_event()
1276 if (dongle_state == DONGLE_DISCONNECTED && connected) { in sony_raw_event()
1290 } else if ((dongle_state == DONGLE_CONNECTED || in sony_raw_event()
1291 dongle_state == DONGLE_DISABLED) && !connected) { in sony_raw_event()
1300 } else if (dongle_state == DONGLE_CALIBRATING || in sony_raw_event()
1301 dongle_state == DONGLE_DISABLED || in sony_raw_event()
1302 dongle_state == DONGLE_DISCONNECTED) { in sony_raw_event()
1725 enum ds4_dongle_state dongle_state; in dualshock4_calibration_work() local
1737 dongle_state in dualshock4_calibration_work()
[all...]

Completed in 8 milliseconds