Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/renesas_usbhs/
Dmod_host.c64 struct usbhsh_request { struct
150 container_of((void *)p, struct usbhsh_request, pkt)
155 static struct usbhsh_request *usbhsh_ureq_alloc(struct usbhsh_hpriv *hpriv, in usbhsh_ureq_alloc()
159 struct usbhsh_request *ureq; in usbhsh_ureq_alloc()
161 ureq = kzalloc(sizeof(struct usbhsh_request), mem_flags); in usbhsh_ureq_alloc()
173 struct usbhsh_request *ureq) in usbhsh_ureq_free()
631 struct usbhsh_request *ureq = usbhsh_pkt_to_ureq(pkt); in usbhsh_queue_done()
667 struct usbhsh_request *ureq; in usbhsh_queue_push()
800 struct usbhsh_request *ureq = usbhsh_pkt_to_ureq(pkt); in usbhsh_data_stage_packet_done()
814 struct usbhsh_request *ureq; in usbhsh_data_stage_packet_push()
[all …]