Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/usb/dvb-usb/
Ddib0700_core.c678 struct dib0700_rc_response *poll_reply; in dib0700_rc_urb_completion() local
691 poll_reply = purb->transfer_buffer; in dib0700_rc_urb_completion()
706 poll_reply->report_id, poll_reply->data_state, in dib0700_rc_urb_completion()
707 poll_reply->nec.system, poll_reply->nec.not_system, in dib0700_rc_urb_completion()
708 poll_reply->nec.data, poll_reply->nec.not_data, in dib0700_rc_urb_completion()
717 if (poll_reply->nec.system == 0x00 && in dib0700_rc_urb_completion()
718 poll_reply->nec.not_system == 0x00 && in dib0700_rc_urb_completion()
719 poll_reply->nec.data == 0x00 && in dib0700_rc_urb_completion()
720 poll_reply->nec.not_data == 0xff) { in dib0700_rc_urb_completion()
721 poll_reply->data_state = 2; in dib0700_rc_urb_completion()
[all …]