Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/dwc3/
H A Dep0.c831 struct dwc3_vendor *vdwc = container_of(dwc, struct dwc3_vendor, dwc); in dwc3_ep0_inspect_setup() local
833 if (!dwc->gadget_driver || !vdwc->softconnect || !dwc->connected) in dwc3_ep0_inspect_setup()
1098 struct dwc3_vendor *vdwc = container_of(dwc, struct dwc3_vendor, dwc); in dwc3_ep0_send_delayed_status() local
1101 vdwc->clear_stall_protocol = 0; in dwc3_ep0_send_delayed_status()
1135 struct dwc3_vendor *vdwc = container_of(dwc, struct dwc3_vendor, dwc); in dwc3_ep0_xfernotready() local
1139 if (!vdwc->softconnect || !dwc->connected) in dwc3_ep0_xfernotready()
H A Dcore.c1567 struct dwc3_vendor *vdwc; in dwc3_probe() local
1574 vdwc = devm_kzalloc(dev, sizeof(*vdwc), GFP_KERNEL); in dwc3_probe()
1575 if (!vdwc) in dwc3_probe()
1577 dwc = &vdwc->dwc; in dwc3_probe()
H A Dgadget.c2251 struct dwc3_vendor *vdwc = container_of(dwc, struct dwc3_vendor, dwc); in __dwc3_gadget_ep_set_halt() local
2306 vdwc->clear_stall_protocol = dep->number; in __dwc3_gadget_ep_set_halt()
2708 struct dwc3_vendor *vdwc = container_of(dwc, struct dwc3_vendor, dwc); in dwc3_gadget_pullup() local
2713 vdwc->softconnect = is_on; in dwc3_gadget_pullup()
3778 struct dwc3_vendor *vdwc = container_of(dwc, struct dwc3_vendor, dwc); in dwc3_gadget_endpoint_command_complete() local
3791 if (vdwc->clear_stall_protocol == dep->number) in dwc3_gadget_endpoint_command_complete()
4158 struct dwc3_vendor *vdwc = container_of(dwc, struct dwc3_vendor, dwc); in dwc3_gadget_conndone_interrupt() local
4160 if (!vdwc->softconnect) in dwc3_gadget_conndone_interrupt()
4827 struct dwc3_vendor *vdwc = container_of(dwc, struct dwc3_vendor, dwc); in dwc3_gadget_resume() local
4830 if (!dwc->gadget_driver || !vdwc->softconnect) in dwc3_gadget_resume()