Home
last modified time | relevance | path

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

/device/google/zumapro/usb/gadget/
DUsbGadget.cpp50 constexpr char kAccessoryLimitCurrent[] = "usb_limit_accessory_current"; variable
476 accessoryCurrentLimitPath = mI2cClientPath + kAccessoryLimitCurrent; in setCurrentUsbFunctions()
/device/google/gs201/usb/gadget/
DUsbGadget.cpp47 constexpr char kAccessoryLimitCurrent[] = "usb_limit_accessory_current"; variable
491 accessoryCurrentLimitPath = mI2cClientPath + kAccessoryLimitCurrent; in setCurrentUsbFunctions()
/device/google/zuma/usb/gadget/
DUsbGadget.cpp45 constexpr char kAccessoryLimitCurrent[] = "-0025/usb_limit_accessory_current"; variable
504 accessoryCurrentLimitPath = kI2CPath + path + "/" + path + kAccessoryLimitCurrent; in setCurrentUsbFunctions()
/device/google/gs101/usb/gadget/
DUsbGadget.cpp43 constexpr char kAccessoryLimitCurrent[] = "usb_limit_accessory_current"; variable
554 accessoryCurrentLimitPath = std::string{i2cPath} + "/" + kAccessoryLimitCurrent; in setCurrentUsbFunctions()