Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/usb/dvb-usb/
Ddib0700_core.c711 struct dib0700_rc_response *poll_reply; in dib0700_rc_urb_completion() local
724 poll_reply = purb->transfer_buffer; in dib0700_rc_urb_completion()
739 poll_reply->report_id, poll_reply->data_state, in dib0700_rc_urb_completion()
740 poll_reply->nec.system, poll_reply->nec.not_system, in dib0700_rc_urb_completion()
741 poll_reply->nec.data, poll_reply->nec.not_data, in dib0700_rc_urb_completion()
749 if (poll_reply->nec.system == 0x00 && in dib0700_rc_urb_completion()
750 poll_reply->nec.not_system == 0x00 && in dib0700_rc_urb_completion()
751 poll_reply->nec.data == 0x00 && in dib0700_rc_urb_completion()
752 poll_reply->nec.not_data == 0xff) { in dib0700_rc_urb_completion()
753 poll_reply->data_state = 2; in dib0700_rc_urb_completion()
[all …]