do_out            173 drivers/usb/host/sl811-hcd.c 	int			do_out;
do_out            176 drivers/usb/host/sl811-hcd.c 	do_out = urb->transfer_buffer_length && usb_pipein(urb->pipe);
do_out            182 drivers/usb/host/sl811-hcd.c 	writeb((do_out ? SL_OUT : SL_IN) /* | ep->epnum */, data_reg);
do_out            187 drivers/usb/host/sl811-hcd.c 	if (do_out)
do_out            192 drivers/usb/host/sl811-hcd.c 			do_out ? "out" : "in", ep);