Searched refs:poll_reply (Results 1 – 1 of 1) sorted by relevance
714 struct dib0700_rc_response *poll_reply; in dib0700_rc_urb_completion() local727 poll_reply = purb->transfer_buffer; in dib0700_rc_urb_completion()742 poll_reply->report_id, poll_reply->data_state, in dib0700_rc_urb_completion()743 poll_reply->nec.system, poll_reply->nec.not_system, in dib0700_rc_urb_completion()744 poll_reply->nec.data, poll_reply->nec.not_data, in dib0700_rc_urb_completion()752 if (poll_reply->nec.system == 0x00 && in dib0700_rc_urb_completion()753 poll_reply->nec.not_system == 0x00 && in dib0700_rc_urb_completion()754 poll_reply->nec.data == 0x00 && in dib0700_rc_urb_completion()755 poll_reply->nec.not_data == 0xff) { in dib0700_rc_urb_completion()756 poll_reply->data_state = 2; in dib0700_rc_urb_completion()[all …]