Home
last modified time | relevance | path

Searched refs:short_not_ok (Results 1 - 25 of 29) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/usb/dwc3/
H A Dtrace.h111 __field(int, short_not_ok)
121 __entry->short_not_ok = req->request.short_not_ok;
127 __entry->short_not_ok ? "S" : "s",
H A Dgadget.c993 unsigned int short_not_ok = req->request.short_not_ok; in dwc3_prepare_one_trb() local
1094 if (short_not_ok) in dwc3_prepare_one_trb()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dtrace.h225 __field(unsigned, short_not_ok)
239 __entry->short_not_ok = req->short_not_ok;
248 __entry->short_not_ok ? "S" : "s",
H A 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()
/kernel/linux/linux-5.10/drivers/usb/musb/
H A Dmusb_trace.h230 __field(unsigned int, short_not_ok)
241 __entry->short_not_ok = req->request.short_not_ok;
248 __entry->short_not_ok ? "S" : "s",
H A Dmusb_gadget.c567 !request->short_not_ok, in rxstate()
587 * Enable Mode 1 on RX transfers only when short_not_ok flag in rxstate()
588 * is set. Currently short_not_ok flag is set only from in rxstate()
592 if (request->short_not_ok && fifo_count == musb_ep->packet_sz) in rxstate()
627 * REVISIT an updated g_file_storage can set req->short_not_ok, which in rxstate()
689 else if (request->short_not_ok) in rxstate()
/kernel/linux/linux-6.6/drivers/usb/dwc3/
H A Dtrace.h111 __field(int, short_not_ok)
121 __entry->short_not_ok = req->request.short_not_ok;
127 __entry->short_not_ok ? "S" : "s",
H A Dgadget.c1239 unsigned int short_not_ok = req->request.short_not_ok; in dwc3_prepare_one_trb() local
1340 if (short_not_ok) in dwc3_prepare_one_trb()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dtrace.h230 __field(unsigned, short_not_ok)
244 __entry->short_not_ok = req->short_not_ok;
253 __entry->short_not_ok ? "S" : "s",
H A Drenesas_usbf.c693 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()
1999 dev_dbg(ep->udc->dev, "ep%u %s req queue length %u, zero %u, short_not_ok %u\n", in usbf_ep_queue()
2001 req->req.length, req->req.zero, req->req.short_not_ok); in usbf_ep_queue()
H A 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()
/kernel/linux/linux-6.6/drivers/usb/musb/
H A 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",
H A Dmusb_gadget.c567 !request->short_not_ok, in rxstate()
587 * Enable Mode 1 on RX transfers only when short_not_ok flag in rxstate()
588 * is set. Currently short_not_ok flag is set only from in rxstate()
592 if (request->short_not_ok && fifo_count == musb_ep->packet_sz) in rxstate()
627 * REVISIT an updated g_file_storage can set req->short_not_ok, which in rxstate()
689 else if (request->short_not_ok) in rxstate()
/kernel/linux/linux-5.10/drivers/usb/cdns3/
H A Dtrace.h213 __field(int, short_not_ok)
229 __entry->short_not_ok = req->request.short_not_ok;
242 __entry->short_not_ok ? "S" : "s",
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdns3-trace.h209 __field(int, short_not_ok)
224 __entry->short_not_ok = req->request.short_not_ok;
236 __entry->short_not_ok ? "S" : "s",
H A Dcdnsp-trace.h465 __field(unsigned int, short_not_ok)
483 __entry->short_not_ok = req->request.short_not_ok;
496 __entry->short_not_ok ? "S" : "s",
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-trace.h282 __field(int, short_not_ok)
300 __entry->short_not_ok = preq->request.short_not_ok;
315 __entry->short_not_ok ? "S" : "s",
/kernel/linux/linux-5.10/drivers/usb/host/
H A 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()
/kernel/linux/linux-6.6/drivers/usb/host/
H A 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()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/aspeed-vhub/
H A Dep0.c394 u_req->short_not_ok, ep->ep0.dir_in); in ast_vhub_ep0_queue()
H A Depn.c392 u_req->short_not_ok, u_req->no_interrupt, in ast_vhub_epn_queue()
/kernel/linux/linux-5.10/include/linux/usb/
H A Dgadget.h53 * @short_not_ok: When reading data, makes short packets be
76 * short_not_ok flag is set, short reads are treated as errors
89 * treated as an error (blocking request queue advance, the "short_not_ok"
113 unsigned short_not_ok:1; member
/kernel/linux/linux-6.6/include/linux/usb/
H A Dgadget.h52 * @short_not_ok: When reading data, makes short packets be
75 * short_not_ok flag is set, short reads are treated as errors
88 * treated as an error (blocking request queue advance, the "short_not_ok"
112 unsigned short_not_ok:1; member
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/aspeed-vhub/
H A Dep0.c395 u_req->short_not_ok, ep->ep0.dir_in); in ast_vhub_ep0_queue()
H A Depn.c394 u_req->short_not_ok, u_req->no_interrupt, in ast_vhub_epn_queue()

Completed in 36 milliseconds

12