Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wan/
H A Dfarsync.h101 unsigned long kernelVersion; /* What Kernel version we are working with */ member
H A Dfarsync.c1760 info->kernelVersion = LINUX_VERSION_CODE; in gather_conf_info()
/OK3568_Linux_fs/kernel/tools/power/pm-graph/
H A Dbootgraph.py78 self.kernel = self.kernelVersion(val)
82 def kernelVersion(self, msg): member in SystemValues
335 sysvals.stamp['kernel'] = sysvals.kernelVersion(msg)
/OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/
H A Dstandard.py641 kernelVersion = d.getVar('LINUX_VERSION')
647 …if os.path.exists(workshareddir) and (not os.listdir(workshareddir) or kernelVersion != staging_ke…
828 kernelVersion = rd.getVar('LINUX_VERSION')
834 …if (os.path.exists(srcdir) and os.listdir(srcdir)) and (kernelVersion in staging_kerVer and stagin…