Home
last modified time | relevance | path

Searched refs:DBGP_ERRCODE (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/include/linux/usb/
Dehci-dbgp.h30 #define DBGP_ERRCODE(x) (((x)>>7)&0x07) macro
/linux-6.6.21/drivers/usb/early/
Dehci-dbgp.c177 return (ctrl & DBGP_ERROR) ? -DBGP_ERRCODE(ctrl) : DBGP_LEN(ctrl); in dbgp_wait_until_complete()
/linux-6.6.21/drivers/usb/host/
Doxu210hp-hcd.c208 #define DBGP_ERRCODE(x) (((x)>>7)&0x07) macro