Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/usb/dvb-usb/
Ddib0700_core.c713 struct dib0700_rc_response *poll_reply; in dib0700_rc_urb_completion() local
726 poll_reply = purb->transfer_buffer; in dib0700_rc_urb_completion()
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()
751 if (poll_reply->nec.system == 0x00 && in dib0700_rc_urb_completion()
752 poll_reply->nec.not_system == 0x00 && in dib0700_rc_urb_completion()
753 poll_reply->nec.data == 0x00 && in dib0700_rc_urb_completion()
754 poll_reply->nec.not_data == 0xff) { in dib0700_rc_urb_completion()
755 poll_reply->data_state = 2; in dib0700_rc_urb_completion()
[all …]