Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A Dgadget.h113 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/drivers/usb/dwc3/
H A Dgadget.c1271 unsigned int short_not_ok = req->request.short_not_ok; in dwc3_prepare_one_trb() local
1372 if (short_not_ok) in dwc3_prepare_one_trb()
/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.c1052 if (req->usb_req.short_not_ok) in handle_xsr_succ_status()