Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/phy/
Dphy-twl4030-usb.c170 enum twl4030_usb_mode usb_mode; member
331 twl->usb_mode = mode; in twl4030_usb_set_mode()
463 twl4030_usb_set_mode(twl, twl->usb_mode); in twl4030_phy_power_on()
464 if (twl->usb_mode == T2_USB_MODE_ULPI) in twl4030_phy_power_on()
658 (enum twl4030_usb_mode *)&twl->usb_mode); in twl4030_usb_probe()
660 twl->usb_mode = pdata->usb_mode; in twl4030_usb_probe()
/linux-4.4.14/Documentation/devicetree/bindings/usb/
Dtwlxxxx-usb.txt30 - usb_mode : The mode used by the phy to connect to the controller. "1"
42 usb_mode = <1>;
/linux-4.4.14/drivers/power/
Dtwl4030_charger.c135 int usb_mode, ac_mode; /* charging mode requested */ member
472 if (bci->usb_mode == CHARGE_OFF) in twl4030_charger_enable_usb()
484 if (bci->usb_mode == CHARGE_AUTO) in twl4030_charger_enable_usb()
491 if (bci->usb_mode == CHARGE_LINEAR) { in twl4030_charger_enable_usb()
774 bci->usb_mode = mode; in twl4030_bci_mode_store()
790 int mode = bci->usb_mode; in twl4030_bci_mode_show()
1005 bci->usb_mode = CHARGE_AUTO; in twl4030_bci_probe()
/linux-4.4.14/arch/arm/boot/dts/
Dtwl4030.dtsi130 usb_mode = <1>;
/linux-4.4.14/arch/arm/mach-omap2/
Dtwl-common.c100 .usb_mode = T2_USB_MODE_ULPI,
/linux-4.4.14/include/linux/i2c/
Dtwl.h634 enum twl4030_usb_mode usb_mode; member