Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/joystick/
H A Dxpad.c615 int last_out_packet; member
1034 if (++xpad->last_out_packet >= XPAD_NUM_OUT_PACKETS) in xpad_prepare_next_out_packet()
1035 xpad->last_out_packet = 0; in xpad_prepare_next_out_packet()
1037 pkt = &xpad->out_packets[xpad->last_out_packet]; in xpad_prepare_next_out_packet()
1041 __func__, xpad->last_out_packet); in xpad_prepare_next_out_packet()
1208 xpad->last_out_packet = -1; in xpad_inquiry_pad_presence()
1254 xpad->last_out_packet = -1; in xpadone_ack_mode_report()
1564 xpad->last_out_packet = -1; in xpad360w_poweroff_controller()