Home
last modified time | relevance | path

Searched refs:devPath (Results 1 – 8 of 8) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/hm11/
Dhm11.cxx48 const char *devPath = mraa_uart_get_dev_path(m_uart); in HM11() local
50 if (!devPath) in HM11()
58 if ( (m_ttyFd = open(devPath, O_RDWR)) == -1) in HM11()
62 string(devPath) + " failed:" + in HM11()
/hardware/bsp/intel/peripheral/libupm/src/ublox6/
Dublox6.cxx46 const char *devPath = mraa_uart_get_dev_path(m_uart); in Ublox6() local
48 if (!devPath) in Ublox6()
56 if ( (m_ttyFd = open(devPath, O_RDWR)) == -1) in Ublox6()
59 err += ": open of " + std::string(devPath) + " failed: " + in Ublox6()
/hardware/bsp/intel/peripheral/libupm/src/mhz16/
Dmhz16.cxx48 const char *devPath = mraa_uart_get_dev_path(m_uart); in MHZ16() local
50 if (!devPath) in MHZ16()
58 if ( (m_ttyFd = open(devPath, O_RDWR)) == -1) in MHZ16()
62 string(devPath) + " failed: " + in MHZ16()
/hardware/bsp/intel/peripheral/libupm/src/grovescam/
Dgrovescam.cxx56 const char *devPath = mraa_uart_get_dev_path(m_uart); in GROVESCAM() local
58 if (!devPath) in GROVESCAM()
66 if ( (m_ttyFd = open(devPath, O_RDWR)) == -1) in GROVESCAM()
70 string(devPath) + " failed:" + in GROVESCAM()
/hardware/bsp/intel/peripheral/libupm/src/hmtrp/
Dhmtrp.cxx52 const char *devPath = mraa_uart_get_dev_path(m_uart); in HMTRP() local
54 if (!devPath) in HMTRP()
62 if ( (m_ttyFd = open(devPath, O_RDWR)) == -1) in HMTRP()
66 string(devPath) + " failed: " + in HMTRP()
/hardware/bsp/intel/peripheral/libupm/src/wt5001/
Dwt5001.cxx49 const char *devPath = mraa_uart_get_dev_path(m_uart); in WT5001() local
51 if (!devPath) in WT5001()
59 if ( (m_ttyFd = open(devPath, O_RDWR)) == -1) in WT5001()
63 string(devPath) + " failed: " + in WT5001()
/hardware/bsp/intel/peripheral/libupm/src/zfm20/
Dzfm20.cxx48 const char *devPath = mraa_uart_get_dev_path(m_uart); in ZFM20() local
50 if (!devPath) in ZFM20()
58 if ( (m_ttyFd = open(devPath, O_RDWR)) == -1) in ZFM20()
62 string(devPath) + " failed: " + in ZFM20()
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
DThermalSensor.java136 public void setUEventDevPath(String devPath) { in setUEventDevPath() argument
137 mUEventDevPath = devPath; in setUEventDevPath()