Home
last modified time | relevance | path

Searched refs:do_out (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dsl811-hcd.c173 int do_out; in status_packet() local
176 do_out = urb->transfer_buffer_length && usb_pipein(urb->pipe); in status_packet()
182 writeb((do_out ? SL_OUT : SL_IN) /* | ep->epnum */, data_reg); in status_packet()
187 if (do_out) in status_packet()
192 do_out ? "out" : "in", ep); in status_packet()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dsl811-hcd.c173 int do_out; in status_packet() local
176 do_out = urb->transfer_buffer_length && usb_pipein(urb->pipe); in status_packet()
182 writeb((do_out ? SL_OUT : SL_IN) /* | ep->epnum */, data_reg); in status_packet()
187 if (do_out) in status_packet()
192 do_out ? "out" : "in", ep); in status_packet()

Completed in 4 milliseconds