Home
last modified time | relevance | path

Searched refs:modules (Results 1 – 25 of 72) sorted by relevance

123

/hardware/bsp/intel/peripheral/libupm/doxy/node/generators/yuidoc/
Dhelper.js41 function listByGroup(modules, classes, field, projectRoot) { argument
46 for (i = 0; i < modules.length; i++) {
47 moduleClasses[modules[i].name] = [];
145 return listByGroup(this.modules, this.classes, 'Category', this.projectRoot);
149 return listByGroup(this.modules, this.classes, 'Manufacturer', this.projectRoot);
153 return listByGroup(this.modules, this.classes, 'Connection', this.projectRoot);
/hardware/intel/bootstub/
Dbootstub.c351 static module_t modules[3]; in xen_multiboot_setup() local
356 .mods_addr = (u32)modules, in xen_multiboot_setup()
400 modules[0].mod_start = BZIMAGE_OFFSET; in xen_multiboot_setup()
401 modules[0].mod_end = BZIMAGE_OFFSET + *(u32 *)BZIMAGE_SIZE_OFFSET; in xen_multiboot_setup()
402 modules[0].string = CMDLINE_OFFSET; in xen_multiboot_setup()
404 modules[1].mod_start = modules[0].mod_end ; in xen_multiboot_setup()
405 modules[1].mod_end = modules[1].mod_start + *(u32 *)INITRD_SIZE_OFFSET; in xen_multiboot_setup()
406 modules[1].string = 0; in xen_multiboot_setup()
408 modules[2].mod_start = sps_load_adrs; in xen_multiboot_setup()
409 modules[2].mod_end = modules[2].mod_start + *(u32 *)SEC_PLAT_SVCS_SIZE_OFFSET; in xen_multiboot_setup()
[all …]
/hardware/bsp/intel/peripheral/libmraa/docs/
Diio.md7 just building the IIO modules and load them. You must add the following config
16 Boot with new kernel, then load modules
21 ### Load kernel modules
22 Depending our your kernel config, some of these modules may already be loaded.
Dchangelog.md85 * Remove functions from mraa.c into modules
141 * Rename python & nodejs modules to mraa
143 * python & nodejs modules can now take binary strings for Spi & I2c
174 * moved to open instead of fopen in all modules
/hardware/libhardware/modules/
DREADME.android1 Default (and possibly architecture dependents) HAL modules go here.
5 (hardware.c), everything in it should be rewritten as modules.
22 live under hardware/modules/.
/hardware/bsp/intel/peripheral/libupm/doxy/node/generators/yuidoc/tmpl/partials/
Dsidebar.handlebars14 <ul id="api-categories" class="apis modules">
18 <ul id="api-connections" class="apis modules">
Dmodule.handlebars75 <p>This module is a rollup of the following modules:</p>
80 <a href="{{../projectRoot}}modules/{{name}}.html">
Dprops.handlebars36 <p>Provided by the <a href="../modules/{{.}}.html">{{.}}</a> module.</p>
/hardware/bsp/intel/peripheral/libupm/docs/
Dnaming.md5 and then placed in ${libdir}/upm and headers in ${includedir}/upm, all modules
7 automatically name python UPM modules as pyupm_<modulename> and javascript
8 modules as jsupm_<modulename>. For example for src/grove/ the library built
/hardware/bsp/intel/peripheral/libupm/
DCMakeLists.txt21 # Appends the cmake/modules path to MAKE_MODULE_PATH variable.
22 set (CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules ${CMAKE_MODULE_PATH})
57 option (BUILDSWIG "Build swig modules." ON)
58 option (BUILDSWIGPYTHON "Build swig python modules." ON)
59 option (BUILDSWIGNODE "Build swig node modules." ON)
61 option (BUILDSWIGJAVA "Build swig java modules" OFF)
107 COMMAND sed -i.bak s|\">pyupm_|\">|g html/python/index.html html/python/modules.html
108 …OMMAND sed -i.bak s|[[:space:]][mM]odule</a>|</a>|g html/python/index.html html/python/modules.html
DREADME.md65 Supported [sensor list](http://iotdk.intel.com/docs/master/upm/modules.html) from API documentation.
82 Porting [link](docs/porting.md) has more information on making new UPM modules.
/hardware/bsp/intel/peripheral/libmraa/
DCMakeLists.txt20 # Appends the cmake/modules path to MAKE_MODULE_PATH variable.
21 set (CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules ${CMAKE_MODULE_PATH})
45 configure_file (${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/version.c.in
60 option (BUILDSWIG "Build swig modules." ON)
61 option (BUILDSWIGPYTHON "Build swig python modules." ON)
62 option (BUILDSWIGNODE "Build swig node modules." ON)
/hardware/intel/img/psb_video/debian/
Ddirs1 usr/X11R6/lib/modules/dri/
Dinstall1 usr/X11R6/lib/modules/dri/*
/hardware/libhardware/
DAndroid.mk4 SUBDIR_MAKEFILES := $(call all-named-subdir-makefiles,modules tests)
/hardware/libhardware/tests/input/evdev/
DAndroid.mk4 LOCAL_C_INCLUDES += hardware/libhardware/modules/input/evdev
/hardware/bsp/intel/soc/edison/
Dsoc.kconf17 # Disable unused test modules (no module support).
/hardware/bsp/intel/peripheral/libupm/doxy/
DREADME.cpp.md31 Supported [sensor list](http://iotdk.intel.com/docs/master/upm/modules.html) from API documentation.
50 @ref porting link has more information on making new UPM modules.
DREADME.java.md30 Supported [sensor list](http://iotdk.intel.com/docs/master/upm/java/modules.html) from API document…
49 @ref porting link has more information on making new UPM modules.
/hardware/bsp/intel/peripheral/libmraa/cmake/modules/
DFindFtd2xx.cmake9 # Adapted from cmake-modules Google Code project
DFindFtd4222.cmake9 # Adapted from cmake-modules Google Code project
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-1240/
Dloc_api_cb.xdr22 Generated by following versions of Htorpc modules:
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
Dloc_api_cb.xdr22 Generated by following versions of Htorpc modules:
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-1240/
Dloc_api_cb.xdr22 Generated by following versions of Htorpc modules:
Dloc_api.xdr21 Generated by following versions of Htorpc modules:

123