Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/platform_data/
Dusb-davinci.h26 int (*get_oci)(unsigned port); member
/Linux-v4.19/drivers/usb/host/
Dohci-da8xx.c142 if (hub && hub->get_oci) in ohci_da8xx_get_oci()
143 return hub->get_oci(1); in ohci_da8xx_get_oci()
179 if (hub && hub->get_oci) in ohci_da8xx_has_oci()
208 if (hub->get_oci(port) > 0) in ohci_da8xx_ocic_handler()
/Linux-v4.19/arch/arm/mach-davinci/
Dboard-omapl138-hawk.c345 .get_oci = hawk_usb_get_oci,
Dboard-da830-evm.c97 .get_oci = da830_evm_usb_get_oci,