Searched refs:short_not_ok (Results 1 – 15 of 15) sorted by relevance
/Linux-v5.15/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 | 102 req->req.short_not_ok ? 's' : 'S', in queue_dbg_read() 735 req->req.short_not_ok ? 'S' : 's', in queue_dma()
|
/Linux-v5.15/drivers/usb/dwc3/ |
D | trace.h | 113 __field(int, short_not_ok) 123 __entry->short_not_ok = req->request.short_not_ok; 129 __entry->short_not_ok ? "S" : "s",
|
D | gadget.c | 1158 unsigned int short_not_ok, unsigned int no_interrupt, in __dwc3_prepare_one_trb() argument 1242 if (short_not_ok) in __dwc3_prepare_one_trb() 1282 unsigned int short_not_ok = req->request.short_not_ok; in dwc3_prepare_one_trb() local 1304 stream_id, short_not_ok, no_interrupt, is_last, in dwc3_prepare_one_trb()
|
/Linux-v5.15/drivers/usb/musb/ |
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",
|
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.15/drivers/usb/cdns3/ |
D | cdns3-trace.h | 213 __field(int, short_not_ok) 228 __entry->short_not_ok = req->request.short_not_ok; 240 __entry->short_not_ok ? "S" : "s",
|
D | cdnsp-trace.h | 467 __field(unsigned int, short_not_ok) 485 __entry->short_not_ok = req->request.short_not_ok; 498 __entry->short_not_ok ? "S" : "s",
|
/Linux-v5.15/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.15/include/linux/usb/ |
D | gadget.h | 113 unsigned short_not_ok:1; member
|
/Linux-v5.15/drivers/usb/gadget/udc/aspeed-vhub/ |
D | ep0.c | 389 u_req->short_not_ok, ep->ep0.dir_in); in ast_vhub_ep0_queue()
|
D | epn.c | 387 u_req->short_not_ok, u_req->no_interrupt, in ast_vhub_epn_queue()
|
/Linux-v5.15/Documentation/driver-api/usb/ |
D | dwc3.rst | 594 __entry->short_not_ok ? "S" : "s",
|
/Linux-v5.15/drivers/usb/gadget/udc/bdc/ |
D | bdc_ep.c | 1052 if (req->usb_req.short_not_ok) in handle_xsr_succ_status()
|
/Linux-v5.15/drivers/usb/dwc2/ |
D | gadget.c | 1415 req->zero, req->short_not_ok); in dwc2_hsotg_ep_queue() 2433 if (req->actual < req->length && req->short_not_ok) { in dwc2_hsotg_handle_outdone()
|