HomeSort by relevance Sort by last modified time
    Searched defs:hikey (Results 1 - 3 of 3) sorted by null

  /device/linaro/hikey/bluetooth/
bluetooth_hci.cc 17 #define LOG_TAG "android.hardware.bluetooth@1.0.hikey"
31 namespace hikey { namespace in namespace:android::hardware::bluetooth::V1_0
120 } // namespace hikey
bluetooth_hci.h 30 namespace hikey { namespace in namespace:android::hardware::bluetooth::V1_0
69 } // namespace hikey
  /device/linaro/hikey/power/
power_hikey.c 114 static void interactive_power_init(struct hikey_power_module __unused *hikey)
162 static int interactive_boostpulse(struct hikey_power_module *hikey)
167 if (hikey->boostpulse_fd < 0)
168 hikey->boostpulse_fd = open(INTERACTIVE_BOOSTPULSE_PATH, O_WRONLY);
170 if (hikey->boostpulse_fd < 0) {
171 if (!hikey->boostpulse_warned) {
175 hikey->boostpulse_warned = 1;
177 return hikey->boostpulse_fd;
180 len = write(hikey->boostpulse_fd, "1", 1);
192 int schedtune_sysfs_boost(struct hikey_power_module *hikey, char* booststr
210 struct hikey_power_module *hikey = (struct hikey_power_module *)arg; local
273 struct hikey_power_module *hikey = container_of(module, local
292 struct hikey_power_module *hikey = container_of(module, local
321 struct hikey_power_module *hikey = container_of(module, local
    [all...]

Completed in 2742 milliseconds