| /OK3568_Linux_fs/kernel/drivers/usb/chipidea/ |
| H A D | host.c | 383 orig_bus_suspend = ci_ehci_hc_driver.bus_suspend; in ci_hdrc_host_driver_init() 384 ci_ehci_hc_driver.bus_suspend = ci_ehci_bus_suspend; in ci_hdrc_host_driver_init()
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | ehci-grlib.c | 62 .bus_suspend = ehci_bus_suspend,
|
| H A D | uhci-grlib.c | 74 .bus_suspend = uhci_rh_suspend,
|
| H A D | ehci-xilinx-of.c | 98 .bus_suspend = ehci_bus_suspend,
|
| H A D | uhci-platform.c | 52 .bus_suspend = uhci_rh_suspend,
|
| H A D | ohci-ppc-of.c | 80 .bus_suspend = ohci_bus_suspend,
|
| H A D | ehci-sh.c | 65 .bus_suspend = ehci_bus_suspend,
|
| H A D | ehci-ppc-of.c | 63 .bus_suspend = ehci_bus_suspend,
|
| H A D | ohci-sa1111.c | 115 .bus_suspend = ohci_bus_suspend,
|
| H A D | uhci-pci.c | 272 .bus_suspend = uhci_rh_suspend,
|
| H A D | ohci-sm501.c | 80 .bus_suspend = ohci_bus_suspend,
|
| H A D | ohci-ps3.c | 62 .bus_suspend = ohci_bus_suspend,
|
| H A D | ehci-ps3.c | 75 .bus_suspend = ehci_bus_suspend,
|
| H A D | ehci-pmcmsp.c | 281 .bus_suspend = ehci_bus_suspend,
|
| H A D | ohci-tmio.c | 178 .bus_suspend = ohci_bus_suspend,
|
| H A D | ehci-hcd.c | 1259 .bus_suspend = ehci_bus_suspend,
|
| H A D | xhci.c | 5419 .bus_suspend = xhci_bus_suspend, 5458 if (over->bus_suspend) in xhci_init_driver() 5459 drv->bus_suspend = over->bus_suspend; in xhci_init_driver()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | sdio.h | 54 uint8 bus_suspend; /* 0xC */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | sdio.h | 59 uint8 bus_suspend; /* 0xC */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | sdio.h | 55 uint8 bus_suspend; /* 0xC */ member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | sdio.h | 59 uint8 bus_suspend; /* 0xC */ member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | sdio.h | 55 uint8 bus_suspend; /* 0xC */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | sdio.h | 55 uint8 bus_suspend; /* 0xC */ member
|
| /OK3568_Linux_fs/kernel/include/linux/usb/ |
| H A D | hcd.h | 333 int (*bus_suspend)(struct usb_hcd *); member
|
| /OK3568_Linux_fs/kernel/drivers/usb/core/ |
| H A D | hcd.c | 2149 if (!hcd->driver->bus_suspend) { in hcd_bus_suspend() 2154 status = hcd->driver->bus_suspend(hcd); in hcd_bus_suspend()
|