Searched refs:short_not_ok (Results 1 – 17 of 17) sorted by relevance
| /linux/drivers/usb/gadget/udc/ ! |
| H A D | trace.h | 235 __field(unsigned, short_not_ok) 249 __entry->short_not_ok = req->short_not_ok; 258 __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() 733 req->req.short_not_ok ? 'S' : 's', in queue_dma()
|
| /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 | 568 !request->short_not_ok, in rxstate() 593 if (request->short_not_ok && fifo_count == musb_ep->packet_sz) in rxstate() 690 else if (request->short_not_ok) in rxstate()
|
| /linux/drivers/usb/dwc3/ ! |
| H A D | trace.h | 139 __field(int, short_not_ok) 149 __entry->short_not_ok = req->request.short_not_ok; 157 __entry->short_not_ok ? "S" : "s",
|
| H A D | gadget.c | 1283 unsigned int short_not_ok = req->request.short_not_ok; in dwc3_prepare_one_trb() local 1384 if (short_not_ok) in dwc3_prepare_one_trb()
|
| /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 | 445 __field(unsigned int, short_not_ok) 463 __entry->short_not_ok = req->request.short_not_ok; 476 __entry->short_not_ok ? "S" : "s",
|
| /linux/drivers/usb/gadget/udc/cdns2/ ! |
| H A D | cdns2-trace.h | 267 __field(int, short_not_ok) 285 __entry->short_not_ok = preq->request.short_not_ok; 300 __entry->short_not_ok ? "S" : "s",
|
| /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()
|
| /linux/include/linux/usb/ ! |
| H A D | gadget.h | 116 unsigned short_not_ok:1; member
|
| /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()
|
| /linux/Documentation/driver-api/usb/ ! |
| H A D | dwc3.rst | 594 __entry->short_not_ok ? "S" : "s",
|
| /linux/drivers/usb/gadget/udc/bdc/ ! |
| H A D | bdc_ep.c | 1051 if (req->usb_req.short_not_ok) in handle_xsr_succ_status()
|
| /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()
|