Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/phy/
H A Dof.c12 static const char *const usbphy_modes[] = { variable
37 for (i = 0; i < ARRAY_SIZE(usbphy_modes); i++) in of_usb_get_phy_mode()
38 if (!strcmp(phy_type, usbphy_modes[i])) in of_usb_get_phy_mode()
/OK3568_Linux_fs/u-boot/drivers/usb/common/
H A Dcommon.c71 static const char *const usbphy_modes[] = { variable
86 for (i = 0; i < ARRAY_SIZE(usbphy_modes); i++) in usb_get_phy_mode()
87 if (!strcmp(phy_type, usbphy_modes[i])) in usb_get_phy_mode()