Home
last modified time | relevance | path

Searched refs:PID_STALL (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/usb/
H A Dr8a66597.h352 #define PID_STALL 0x0002 /* STALL */ macro
/openbmc/u-boot/drivers/usb/host/
H A Dr8a66597.h337 #define PID_STALL 0x0002 /* STALL */ macro
/openbmc/linux/drivers/usb/gadget/udc/
H A Dr8a66597-udc.c147 control_reg_set_pid(r8a66597, pipenum, PID_STALL); in pipe_stall()
1178 if (pid == PID_STALL) in get_status()
/openbmc/linux/drivers/usb/host/
H A Dr8a66597-hcd.c457 if ((pipe->info.pipenum != 0) & ((tmp & PID_STALL) != 0)) /* stall? */ in pipe_start()
469 r8a66597_mdfy(r8a66597, PID_STALL, PID, pipe->pipectr); in pipe_stop()