Home
last modified time | relevance | path

Searched refs:r8a66597_get_td (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/usb/host/
Dr8a66597-hcd.c1298 td = r8a66597_get_td(r8a66597, pipenum); in finish_request()
1312 struct r8a66597_td *td = r8a66597_get_td(r8a66597, pipenum); in packet_read()
1389 struct r8a66597_td *td = r8a66597_get_td(r8a66597, pipenum); in packet_write()
1449 struct r8a66597_td *td = r8a66597_get_td(r8a66597, 0); in check_next_phase()
1484 struct r8a66597_td *td = r8a66597_get_td(r8a66597, pipenum); in get_urb_error()
1508 td = r8a66597_get_td(r8a66597, 0); in irq_pipe_ready()
1519 td = r8a66597_get_td(r8a66597, pipenum); in irq_pipe_ready()
1544 td = r8a66597_get_td(r8a66597, 0); in irq_pipe_empty()
1554 td = r8a66597_get_td(r8a66597, pipenum); in irq_pipe_empty()
1590 td = r8a66597_get_td(r8a66597, pipenum); in irq_pipe_nrdy()
[all …]
Dr8a66597.h141 static inline struct r8a66597_td *r8a66597_get_td(struct r8a66597 *r8a66597, in r8a66597_get_td() function
156 td = r8a66597_get_td(r8a66597, pipenum); in r8a66597_get_urb()