Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/input/joystick/
H A Dxpad.c693 bool pad_present; member
886 if (xpad->mode_btn_down_ts > 0 && xpad->pad_present && in xpad360_process_packet()
907 if (xpad->pad_present) { in xpad_presence_work()
950 if (xpad->pad_present != present) { in xpad360w_process_packet()
951 xpad->pad_present = present; in xpad360w_process_packet()
2212 if (auto_poweroff && xpad->pad_present) in xpad_suspend()
/kernel/linux/linux-5.10/drivers/input/joystick/
H A Dxpad.c606 bool pad_present; member
799 if (xpad->pad_present) { in xpad_presence_work()
842 if (xpad->pad_present != present) { in xpad360w_process_packet()
843 xpad->pad_present = present; in xpad360w_process_packet()
1947 if (auto_poweroff && xpad->pad_present) in xpad_suspend()

Completed in 6 milliseconds