Searched refs:roothub_portstatus (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/ |
| H A D | au1x00_usb_ohci.c | 109 static u32 roothub_portstatus (struct ohci *hc, int i) in roothub_portstatus() function 332 temp = roothub_portstatus (controller, i); in ohci_dump_roothub() 857 #define RD_RH_PORTSTAT roothub_portstatus(&gohci,wIndex-1) 870 temp = roothub_portstatus (controller, i); in rh_check_port_status()
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | ohci-hub.c | 503 u32 status = roothub_portstatus (ohci, i); in ohci_hub_status_data() 749 temp = roothub_portstatus (ohci, wIndex); in ohci_hub_control()
|
| H A D | ohci-da8xx.c | 314 temp = roothub_portstatus(hcd_to_ohci(hcd), wIndex - 1); in ohci_da8xx_hub_control()
|
| H A D | ohci.h | 724 static inline u32 roothub_portstatus (struct ohci_hcd *hc, int i) in roothub_portstatus() function
|
| H A D | ohci-dbg.c | 235 temp = roothub_portstatus (controller, i); in ohci_dump_roothub()
|
| H A D | ohci-hcd.c | 850 tmp = roothub_portstatus(ohci, i); in io_watchdog_func()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | ohci-hcd.c | 206 static inline u32 roothub_portstatus(struct ohci *hc, int i) in roothub_portstatus() function 470 temp = roothub_portstatus(controller, i); in ohci_dump_roothub() 1217 #define RD_RH_PORTSTAT roothub_portstatus(ohci, wIndex-1) 1233 temp = roothub_portstatus(controller, i); in rh_check_port_status()
|