Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dfotg210-hcd.c458 fotg210 = hcd_to_fotg210(hcd); in fill_async_buffer()
533 fotg210 = hcd_to_fotg210(hcd); in fill_periodic_buffer()
651 fotg210 = hcd_to_fotg210(hcd); in fill_registers_buffer()
1394 struct fotg210_hcd *fotg210 = hcd_to_fotg210(hcd); in fotg210_hub_status_data()
1462 struct fotg210_hcd *fotg210 = hcd_to_fotg210(hcd); in fotg210_hub_control()
2097 struct fotg210_hcd *fotg210 = hcd_to_fotg210(hcd); in fotg210_clear_tt_buffer_complete()
4691 fotg210 = hcd_to_fotg210(bus_to_hcd(dev_get_drvdata(dev))); in uframe_periodic_max_show()
4707 fotg210 = hcd_to_fotg210(bus_to_hcd(dev_get_drvdata(dev))); in uframe_periodic_max_store()
4809 struct fotg210_hcd *fotg210 = hcd_to_fotg210(hcd); in fotg210_shutdown()
4860 struct fotg210_hcd *fotg210 = hcd_to_fotg210(hcd); in fotg210_stop()
[all …]
H A Dfotg210.h193 static inline struct fotg210_hcd *hcd_to_fotg210(struct usb_hcd *hcd) in hcd_to_fotg210() function