Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/gadget/udc/
Dtrace.h225 __field(unsigned, short_not_ok)
239 __entry->short_not_ok = req->short_not_ok;
248 __entry->short_not_ok ? "S" : "s",
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()
/Linux-v5.15/drivers/usb/dwc3/
Dtrace.h113 __field(int, short_not_ok)
123 __entry->short_not_ok = req->request.short_not_ok;
129 __entry->short_not_ok ? "S" : "s",
Dgadget.c1158 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/
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",
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()
/Linux-v5.15/drivers/usb/cdns3/
Dcdns3-trace.h213 __field(int, short_not_ok)
228 __entry->short_not_ok = req->request.short_not_ok;
240 __entry->short_not_ok ? "S" : "s",
Dcdnsp-trace.h467 __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/
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()
/Linux-v5.15/include/linux/usb/
Dgadget.h113 unsigned short_not_ok:1; member
/Linux-v5.15/drivers/usb/gadget/udc/aspeed-vhub/
Dep0.c389 u_req->short_not_ok, ep->ep0.dir_in); in ast_vhub_ep0_queue()
Depn.c387 u_req->short_not_ok, u_req->no_interrupt, in ast_vhub_epn_queue()
/Linux-v5.15/Documentation/driver-api/usb/
Ddwc3.rst594 __entry->short_not_ok ? "S" : "s",
/Linux-v5.15/drivers/usb/gadget/udc/bdc/
Dbdc_ep.c1052 if (req->usb_req.short_not_ok) in handle_xsr_succ_status()
/Linux-v5.15/drivers/usb/dwc2/
Dgadget.c1415 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()