Searched refs:read_req (Results 1 - 2 of 2) sorted by relevance

/drivers/misc/iwmc3200top/
H A Dmain.c186 struct iwmct_work_struct *read_req; local
207 read_req = list_entry(priv->read_req_list.next,
210 list_del(&read_req->list);
211 iosize = read_req->iosize;
212 kfree(read_req);
314 struct iwmct_work_struct *read_req; local
349 read_req = kzalloc(sizeof(struct iwmct_work_struct), GFP_KERNEL);
350 if (!read_req) {
351 LOG_ERROR(priv, IRQ, "failed to allocate read_req, exit ISR\n");
355 INIT_LIST_HEAD(&read_req
594 struct iwmct_work_struct *read_req; local
[all...]
/drivers/usb/gadget/
H A Df_mtp.c738 struct usb_request *read_req = NULL, *write_req = NULL; local
756 read_req = dev->rx_req[cur_buf];
759 read_req->length = (count > MTP_BULK_BUFFER_SIZE
762 ret = usb_ep_queue(dev->ep_out, read_req, GFP_KERNEL);
783 if (read_req) {
790 usb_ep_dequeue(dev->ep_out, read_req);
797 count -= read_req->actual;
798 if (read_req->actual < read_req->length) {
807 write_req = read_req;
[all...]

Completed in 175 milliseconds