Searched refs:poll_reply (Results 1 – 1 of 1) sorted by relevance
741 poll_reply->report_id, poll_reply->data_state, in dib0700_rc_urb_completion()742 poll_reply->nec.system, poll_reply->nec.not_system, in dib0700_rc_urb_completion()743 poll_reply->nec.data, poll_reply->nec.not_data, in dib0700_rc_urb_completion()755 poll_reply->data_state = 2; in dib0700_rc_urb_completion()760 if ((poll_reply->nec.data ^ poll_reply->nec.not_data) != 0xff) { in dib0700_rc_urb_completion()767 } else if ((poll_reply->nec.system ^ poll_reply->nec.not_system) != 0xff) { in dib0700_rc_urb_completion()777 poll_reply->nec.data); in dib0700_rc_urb_completion()786 keycode = RC_SCANCODE_RC5(poll_reply->rc5.system, poll_reply->rc5.data); in dib0700_rc_urb_completion()788 if ((poll_reply->rc5.data ^ poll_reply->rc5.not_data) != 0xff) { in dib0700_rc_urb_completion()791 poll_reply->rc5.not_used, poll_reply->rc5.system, in dib0700_rc_urb_completion()[all …]
Completed in 5 milliseconds