Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dcombined-packet.c55 bool short_not_ok, done = false; in usb_combined_input_packet_complete() local
66 short_not_ok = QTAILQ_LAST(&combined->packets)->short_not_ok; in usb_combined_input_packet_complete()
84 p->short_not_ok = short_not_ok; in usb_combined_input_packet_complete()
151 if (prev && prev->short_not_ok) { in usb_ep_combine_input_packets()
171 if ((p->iov.size % ep->max_packet_size) != 0 || !p->short_not_ok || in usb_ep_combine_input_packets()
H A Dcore.c474 (p->short_not_ok && (p->actual_length < p->iov.size))) { in usb_packet_complete_one()
584 uint64_t id, bool short_not_ok, bool int_req) in usb_packet_setup() argument
595 p->short_not_ok = short_not_ok; in usb_packet_setup()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dtrace.h230 __field(unsigned, short_not_ok)
244 __entry->short_not_ok = req->short_not_ok;
253 __entry->short_not_ok ? "S" : "s",
H A Drenesas_usbf.c693 req->req.status = req->req.short_not_ok ? in usbf_ep0_pio_out()
1046 req->req.status = req->req.short_not_ok ? in usbf_epn_pio_out()
1207 req->req.status = req->req.short_not_ok ? in usbf_epn_dma_out()
1362 req->req.status = req->req.short_not_ok ? in usbf_epn_dma_out()
2001 req->req.length, req->req.zero, req->req.short_not_ok); in usbf_ep_queue()
H A Datmel_usba_udc.c102 req->req.short_not_ok ? 's' : 'S', in queue_dbg_read()
735 req->req.short_not_ok ? 'S' : 's', in queue_dma()
/openbmc/linux/drivers/usb/dwc3/
H A Dtrace.h111 __field(int, short_not_ok)
121 __entry->short_not_ok = req->request.short_not_ok;
127 __entry->short_not_ok ? "S" : "s",
H A Dgadget.c1258 unsigned int short_not_ok = req->request.short_not_ok; in dwc3_prepare_one_trb() local
1359 if (short_not_ok) in dwc3_prepare_one_trb()
/openbmc/linux/drivers/usb/musb/
H A Dmusb_trace.h247 __field(unsigned int, short_not_ok)
258 __entry->short_not_ok = req->request.short_not_ok;
265 __entry->short_not_ok ? "S" : "s",
H A Dmusb_gadget.c567 !request->short_not_ok, in rxstate()
592 if (request->short_not_ok && fifo_count == musb_ep->packet_sz) in rxstate()
689 else if (request->short_not_ok) in rxstate()
/openbmc/linux/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-trace.h282 __field(int, short_not_ok)
300 __entry->short_not_ok = preq->request.short_not_ok;
315 __entry->short_not_ok ? "S" : "s",
/openbmc/linux/drivers/usb/cdns3/
H A Dcdns3-trace.h209 __field(int, short_not_ok)
224 __entry->short_not_ok = req->request.short_not_ok;
236 __entry->short_not_ok ? "S" : "s",
H A Dcdnsp-trace.h465 __field(unsigned int, short_not_ok)
483 __entry->short_not_ok = req->request.short_not_ok;
496 __entry->short_not_ok ? "S" : "s",
/openbmc/qemu/include/hw/
H A Dusb.h398 bool short_not_ok; member
420 uint64_t id, bool short_not_ok, bool int_req);
/openbmc/linux/drivers/usb/host/
H A Disp116x-hcd.c354 int short_not_ok; in postproc_atl_queue() local
365 short_not_ok = 1; in postproc_atl_queue()
378 short_not_ok = 0; in postproc_atl_queue()
429 if (short_not_ok) in postproc_atl_queue()
/openbmc/u-boot/include/linux/usb/
H A Dgadget.h93 unsigned short_not_ok:1; member
/openbmc/linux/include/linux/usb/
H A Dgadget.h112 unsigned short_not_ok:1; member
/openbmc/linux/drivers/usb/gadget/udc/aspeed-vhub/
H A Dep0.c395 u_req->short_not_ok, ep->ep0.dir_in); in ast_vhub_ep0_queue()
H A Depn.c394 u_req->short_not_ok, u_req->no_interrupt, in ast_vhub_epn_queue()
/openbmc/u-boot/drivers/usb/gadget/
H A Df_mass_storage.c903 bh->outreq->short_not_ok = 1; in do_write()
1481 bh->outreq->short_not_ok = 1; in throw_away_data()
2121 bh->outreq->short_not_ok = 1; in get_next_command()
/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_gadget.c683 !request->short_not_ok, in rxstate()
708 if (request->short_not_ok && len == musb_ep->packet_sz) in rxstate()
806 else if (request->short_not_ok) in rxstate()
/openbmc/linux/Documentation/driver-api/usb/
H A Ddwc3.rst594 __entry->short_not_ok ? "S" : "s",
/openbmc/linux/drivers/usb/gadget/udc/bdc/
H A Dbdc_ep.c1052 if (req->usb_req.short_not_ok) in handle_xsr_succ_status()
/openbmc/linux/drivers/usb/dwc2/
H A Dgadget.c1416 req->zero, req->short_not_ok); in dwc2_hsotg_ep_queue()
2438 if (req->actual < req->length && req->short_not_ok) { in dwc2_hsotg_handle_outdone()