/openbmc/qemu/hw/usb/ |
H A D | combined-packet.c | 55 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 D | core.c | 474 (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 D | trace.h | 230 __field(unsigned, short_not_ok) 244 __entry->short_not_ok = req->short_not_ok; 253 __entry->short_not_ok ? "S" : "s",
|
H A D | renesas_usbf.c | 693 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 D | atmel_usba_udc.c | 102 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 D | trace.h | 111 __field(int, short_not_ok) 121 __entry->short_not_ok = req->request.short_not_ok; 127 __entry->short_not_ok ? "S" : "s",
|
H A D | gadget.c | 1258 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 D | musb_trace.h | 247 __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 D | musb_gadget.c | 567 !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 D | cdns2-trace.h | 282 __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 D | cdns3-trace.h | 209 __field(int, short_not_ok) 224 __entry->short_not_ok = req->request.short_not_ok; 236 __entry->short_not_ok ? "S" : "s",
|
H A D | cdnsp-trace.h | 465 __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 D | usb.h | 398 bool short_not_ok; member 420 uint64_t id, bool short_not_ok, bool int_req);
|
/openbmc/linux/drivers/usb/host/ |
H A D | isp116x-hcd.c | 354 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 D | gadget.h | 93 unsigned short_not_ok:1; member
|
/openbmc/linux/include/linux/usb/ |
H A D | gadget.h | 112 unsigned short_not_ok:1; member
|
/openbmc/linux/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | ep0.c | 395 u_req->short_not_ok, ep->ep0.dir_in); in ast_vhub_ep0_queue()
|
H A D | epn.c | 394 u_req->short_not_ok, u_req->no_interrupt, in ast_vhub_epn_queue()
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | f_mass_storage.c | 903 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 D | musb_gadget.c | 683 !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 D | dwc3.rst | 594 __entry->short_not_ok ? "S" : "s",
|
/openbmc/linux/drivers/usb/gadget/udc/bdc/ |
H A D | bdc_ep.c | 1052 if (req->usb_req.short_not_ok) in handle_xsr_succ_status()
|
/openbmc/linux/drivers/usb/dwc2/ |
H A D | gadget.c | 1416 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()
|