Home
last modified time | relevance | path

Searched refs:usb_mode (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/phy/
Dphy-twl4030-usb.c170 enum twl4030_usb_mode usb_mode; member
331 twl->usb_mode = mode; in twl4030_usb_set_mode()
467 twl4030_usb_set_mode(twl, twl->usb_mode); in twl4030_phy_power_on()
468 if (twl->usb_mode == T2_USB_MODE_ULPI) in twl4030_phy_power_on()
662 (enum twl4030_usb_mode *)&twl->usb_mode); in twl4030_usb_probe()
664 twl->usb_mode = pdata->usb_mode; in twl4030_usb_probe()
/linux-4.1.27/Documentation/devicetree/bindings/usb/
Dtwlxxxx-usb.txt30 - usb_mode : The mode used by the phy to connect to the controller. "1"
39 usb_mode = <1>;
/linux-4.1.27/arch/arm/mach-omap2/
Dboard-omap3logic.c83 .usb_mode = T2_USB_MODE_ULPI,
Dtwl-common.c100 .usb_mode = T2_USB_MODE_ULPI,
/linux-4.1.27/arch/arm/boot/dts/
Dtwl4030.dtsi130 usb_mode = <1>;
/linux-4.1.27/include/linux/i2c/
Dtwl.h634 enum twl4030_usb_mode usb_mode; member