Searched refs:status_req (Results 1 – 5 of 5) sorted by relevance
640 struct bdc_req *status_req; in ep0_queue_status_stage() local643 status_req = &bdc->status_req; in ep0_queue_status_stage()645 status_req->ep = ep; in ep0_queue_status_stage()646 status_req->usb_req.length = 0; in ep0_queue_status_stage()647 status_req->usb_req.status = -EINPROGRESS; in ep0_queue_status_stage()648 status_req->usb_req.actual = 0; in ep0_queue_status_stage()649 status_req->usb_req.complete = NULL; in ep0_queue_status_stage()650 bdc_queue_xfr(bdc, status_req); in ep0_queue_status_stage()
429 struct bdc_req status_req; member
921 __u8 status_req) in cec_msg_give_deck_status() argument 925 msg->msg[2] = status_req; in cec_msg_give_deck_status() 926 msg->reply = (reply && status_req != CEC_OP_STATUS_REQ_OFF) ? in cec_msg_give_deck_status() 931 __u8 *status_req) in cec_ops_give_deck_status() argument 933 *status_req = msg->msg[2]; in cec_ops_give_deck_status() 1026 __u8 status_req) in cec_msg_give_tuner_device_status() argument 1030 msg->msg[2] = status_req; in cec_msg_give_tuner_device_status() 1031 msg->reply = (reply && status_req != CEC_OP_STATUS_REQ_OFF) ? in cec_msg_give_tuner_device_status() 1036 __u8 *status_req) in cec_ops_give_tuner_device_status() argument 1038 *status_req in cec_ops_give_tuner_device_status() [all...]
324 struct qe_req *status_req; /* ep0 status request */ member
492 struct fsl_req *status_req; /* ep0 status request */ member