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

  /hardware/bsp/intel/peripheral/libmraa/include/
mraa_internal.h 125 * i2c-n where n is startfrom
131 int mraa_find_i2c_bus(const char* devname, int startfrom);
  /hardware/bsp/intel/peripheral/libmraa/src/
mraa.c 715 mraa_find_i2c_bus(const char* devname, int startfrom)
719 int i = startfrom;
724 if (startfrom < 0) {
725 startfrom = 0;
  /hardware/ril/reference-ril/
reference-ril.c 1334 int type, startfrom; local
    [all...]

Completed in 215 milliseconds