Searched refs:short_not_ok (Results 1 – 14 of 14) sorted by relevance
| /Linux-v5.4/drivers/usb/gadget/udc/ |
| D | trace.h | 225 __field(unsigned, short_not_ok) 239 __entry->short_not_ok = req->short_not_ok; 248 __entry->short_not_ok ? "S" : "s",
|
| D | atmel_usba_udc.c | 101 req->req.short_not_ok ? 's' : 'S', in queue_dbg_read() 740 req->req.short_not_ok ? 'S' : 's', in queue_dma()
|
| /Linux-v5.4/drivers/usb/dwc3/ |
| 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",
|
| D | gadget.c | 912 unsigned stream_id, unsigned short_not_ok, unsigned no_interrupt) in __dwc3_prepare_one_trb() argument 995 if (short_not_ok) in __dwc3_prepare_one_trb() 1030 unsigned short_not_ok = req->request.short_not_ok; in dwc3_prepare_one_trb() local 1052 stream_id, short_not_ok, no_interrupt); in dwc3_prepare_one_trb() 1089 req->request.short_not_ok, in dwc3_prepare_one_trb_sg() 1133 req->request.short_not_ok, in dwc3_prepare_one_trb_linear() 1150 req->request.short_not_ok, in dwc3_prepare_one_trb_linear()
|
| /Linux-v5.4/drivers/usb/musb/ |
| D | musb_trace.h | 221 __field(unsigned int, short_not_ok) 232 __entry->short_not_ok = req->request.short_not_ok; 239 __entry->short_not_ok ? "S" : "s",
|
| 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()
|
| /Linux-v5.4/drivers/usb/cdns3/ |
| D | trace.h | 207 __field(int, short_not_ok) 222 __entry->short_not_ok = req->request.short_not_ok; 234 __entry->short_not_ok ? "S" : "s",
|
| /Linux-v5.4/drivers/usb/host/ |
| 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()
|
| /Linux-v5.4/include/linux/usb/ |
| D | gadget.h | 109 unsigned short_not_ok:1; member
|
| /Linux-v5.4/drivers/usb/gadget/udc/aspeed-vhub/ |
| D | ep0.c | 394 u_req->short_not_ok, ep->ep0.dir_in); in ast_vhub_ep0_queue()
|
| D | epn.c | 392 u_req->short_not_ok, u_req->no_interrupt, in ast_vhub_epn_queue()
|
| /Linux-v5.4/Documentation/driver-api/usb/ |
| D | dwc3.rst | 594 __entry->short_not_ok ? "S" : "s",
|
| /Linux-v5.4/drivers/usb/gadget/udc/bdc/ |
| D | bdc_ep.c | 1050 if (req->usb_req.short_not_ok) in handle_xsr_succ_status()
|
| /Linux-v5.4/drivers/usb/dwc2/ |
| D | gadget.c | 1380 req->zero, req->short_not_ok); in dwc2_hsotg_ep_queue() 2395 if (req->actual < req->length && req->short_not_ok) { in dwc2_hsotg_handle_outdone()
|