Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/udc/
H A Dtrace.h235 __field(unsigned, short_not_ok)
249 __entry->short_not_ok = req->short_not_ok;
258 __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()
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()
733 req->req.short_not_ok ? 'S' : 's', in queue_dma()
/linux/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.c568 !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 Dtrace.h139 __field(int, short_not_ok)
149 __entry->short_not_ok = req->request.short_not_ok;
157 __entry->short_not_ok ? "S" : "s",
H A Dgadget.c1283 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 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.h445 __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 Dcdns2-trace.h267 __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 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/include/linux/usb/
H A Dgadget.h116 unsigned short_not_ok:1; member
/linux/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()
/linux/Documentation/driver-api/usb/
H A Ddwc3.rst594 __entry->short_not_ok ? "S" : "s",
/linux/drivers/usb/gadget/udc/bdc/
H A Dbdc_ep.c1051 if (req->usb_req.short_not_ok) in handle_xsr_succ_status()
/linux/drivers/usb/dwc2/
H A Dgadget.c1416 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()