Searched refs:module (Results 1 - 25 of 147) sorted by last modified time

123456

/hardware/ti/wlan/mac80211/ti-utils/scripts/
H A Dgo.sh512 if [ "$dbg_lvl" -eq "-1" ] && [ -e /sys/module/wl12xx/parameters/debug_level ]; then
513 dbg_lvl=`cat /sys/module/wl12xx/parameters/debug_level`
515 elif [ "$dbg_lvl" -ne "0" ] && [ -e /sys/module/wl12xx/parameters/debug_level ]; then
516 echo "$dbg_lvl" > /sys/module/wl12xx/parameters/debug_level
518 echo 'module cfg80211 +p' > /sys/kernel/debug/dynamic_debug/control
519 echo 'module mac80211 +p' > /sys/kernel/debug/dynamic_debug/control
520 echo 'module wl12xx +p' > /sys/kernel/debug/dynamic_debug/control
521 echo 'module wl12xx_sdio +p' > /sys/kernel/debug/dynamic_debug/control
/hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
H A Duim.c119 * module into the system. Currently used for
143 /* Function to insert the kernel module into the system*/
146 void *module; local
152 module = (void *)load_file(filename, &size);
153 if (!module) {
157 ret = init_module(module, size, args);
158 free(module);
163 /* Function to remove the kernel module from the system*/
183 /* Failed to remove the module
186 UIM_ERR("Unable to unload driver module \"
[all...]
/hardware/ti/wpan/ti_st/uim-sysfs/
H A Duim.c65 * module into the system. Currently used for
88 /* Function to insert the kernel module into the system*/
91 void *module; local
97 module = (void *)load_file(filename, &size);
98 if (!module)
101 ret = init_module(module, size, args);
102 free(module);
107 /* Function to remove the kernel module from the system*/
126 /* Failed to remove the module
129 UIM_ERR("Unable to unload driver module \"
[all...]
/hardware/ti/omap3/dspbridge/inc/
H A Ddynamic_loader.h40 * The function of the dynamic loader is to load a "module" containing
44 * for the module, resolves symbol references made by the module, and remembers
45 * symbols defined by the module.
49 * the module and system specific functions it requires
51 /* The read functions for the module image to be loaded */
68 * Option flags to modify the behavior of module loading
71 #define DLOAD_BIGEND 0x2 /* require big-endian load module */
72 #define DLOAD_LITTLE 0x4 /* require little-endian load module */
74 typedef void *DLOAD_mhandle; /* module handl
[all...]
H A Dgetsection.h43 typedef void *DLOAD_module_info; /* opaque handle for module information */
49 * module The input stream that supplies the module image
54 * Reads header information from a dynamic loader module using the specified
55 * stream object, and returns a handle for the module information. This
57 * contained in the module.
60 * NULL if an error is encountered, otherwise a module handle for use
64 module,
71 * minfo Handle from DLOAD_module_open for this module
76 * Finds the specified section in the module informatio
[all...]
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
H A Dperf_print.c102 "%s" /* module tag */
103 "%s" /* module */
125 /* module tag */
126 me->csv ? "" : ", module: ", /* note: separator added for CSV */
127 /* module */
358 unsigned long module = ((unsigned long) eModule) & PERF_ModuleMask; local
368 module < PERF_ModuleMax ? PERF_ModuleTypes[module] : "INVALID",
H A Dperf_rt.c460 unsigned long module = eModuleAndFlags & PERF_ModuleMask; local
465 if (me->detailed < 2 && module == PERF_ModuleHLMM)
467 module = PERF_ModuleLLMM;
474 ((module == PERF_ModuleHardware || module == PERF_ModuleLLMM)));
485 if (module >= PERF_ModuleCommonLayer &&
486 module <= PERF_ModuleSocketNode)
/hardware/ti/omap4xxx/camera/
H A DCameraHal_Module.cpp38 static int camera_device_open(const hw_module_t* module, const char* name,
483 int camera_device_open(const hw_module_t* module, const char* name, argument
539 camera_device->base.common.module = (hw_module_t *)(module);
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
H A Domx_proxy_h264enc.c855 hw_module_t const* module = NULL; local
859 nErr = hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &module);
863 *hCC = (void *) ((IMG_gralloc_module_public_t const *)module);
868 %s module err = %x", GRALLOC_HARDWARE_MODULE_ID, nErr);
871 gralloc_open(module, &(pProxy->mAllocDev));
882 IMG_gralloc_module_public_t const* module = hCC; local
887 nErr = module->Blit(module, pSrc[0], pDst, HAL_PIXEL_FORMAT_TI_NV12);
891 nErr = module->Blit2(module, pSr
[all...]
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
H A Domx_proxy_mpeg4enc.c842 hw_module_t const* module = NULL; local
846 nErr = hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &module);
850 *hCC = (void *) ((IMG_gralloc_module_public_t const *)module);
855 %s module err = %x", GRALLOC_HARDWARE_MODULE_ID, nErr);
858 gralloc_open(module, &(pProxy->mAllocDev));
869 IMG_gralloc_module_public_t const* module = hCC; local
874 nErr = module->Blit(module, pSrc[0], pDst, HAL_PIXEL_FORMAT_TI_NV12);
879 nErr = module->Blit2(module, pSr
[all...]
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
H A Domx_proxy_videodec.c170 hw_module_t const* module; local
204 err = hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &module);
207 pComponentPrivate->grallocModule = (gralloc_module_t const *)module;
212 %s module err = %x", GRALLOC_HARDWARE_MODULE_ID, err);
/hardware/ti/omap4xxx/hwc/
H A DAndroid.mk4 # HAL module implementation, not prelinked and stored in
H A Dhal_public.h124 int (*GetPhyAddrs)(struct IMG_gralloc_module_public_t const* module,
129 int (*Blit)(struct IMG_gralloc_module_public_t const *module,
133 int (*Blit2)(struct IMG_gralloc_module_public_t const *module,
H A Dhwc.c1966 static int omap4_hwc_device_open(const hw_module_t* module, const char* name, argument
1969 omap4_hwc_module_t *hwc_mod = (omap4_hwc_module_t *)module;
1997 hwc_dev->base.common.module = (hw_module_t *)module;
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
H A DExynos_OSAL_Android.cpp64 int getIonFd(gralloc_module_t const *module) argument
66 private_module_t* m = const_cast<private_module_t*>(reinterpret_cast<const private_module_t*>(module));
296 gralloc_module_t* module = NULL; local
305 hw_get_module(GRALLOC_HARDWARE_MODULE_ID, (const hw_module_t **)&module);
312 ion_decRef(getIonFd(module), phREF->SharedBuffer[i].pIonHandle);
314 ion_decRef(getIonFd(module), phREF->SharedBuffer[i].pIonHandle1);
316 ion_decRef(getIonFd(module), phREF->SharedBuffer[i].pIonHandle2);
368 gralloc_module_t* module = NULL; local
381 hw_get_module(GRALLOC_HARDWARE_MODULE_ID, (const hw_module_t **)&module);
386 ion_incRef(getIonFd(module), priv_hn
436 gralloc_module_t* module = NULL; local
[all...]
/hardware/samsung_slsi/exynos5/gralloc/
H A DAndroid.mk18 # HAL module implemenation stored in
H A Dframebuffer.cpp80 private_module_t* m = reinterpret_cast<private_module_t*>(dev->common.module);
154 int init_fb(struct private_module_t* module) argument
185 get_screen_res("fb0", &module->xres, &module->yres, &refreshRate);
189 float xdpi = (module->xres * 25.4f) / info.width;
190 float ydpi = (module->yres * 25.4f) / info.height;
198 finfo.id, module->xres, module->yres, info.width, xdpi, info.height,
201 module->line_length = module
209 fb_device_open(hw_module_t const* module, const char* name, hw_device_t** device) argument
[all...]
H A Dgr.h34 int grallocMap(gralloc_module_t const* module, private_handle_t *hnd);
35 int grallocUnmap(gralloc_module_t const* module, private_handle_t *hnd);
H A Dgralloc.cpp69 int fb_device_open(const hw_module_t* module, const char* name,
72 static int gralloc_device_open(const hw_module_t* module, const char* name,
75 extern int gralloc_lock(gralloc_module_t const* module,
80 extern int gralloc_unlock(gralloc_module_t const* module,
83 extern int gralloc_register_buffer(gralloc_module_t const* module,
86 extern int gralloc_unregister_buffer(gralloc_module_t const* module,
351 (dev->common.module);
352 gralloc_module_t* module = reinterpret_cast<gralloc_module_t*> local
353 (dev->common.module);
387 gralloc_module_t* module local
416 gralloc_device_open(const hw_module_t* module, const char* name, hw_device_t** device) argument
[all...]
H A Dmapper.cpp40 static int gralloc_map(gralloc_module_t const* module, buffer_handle_t handle) argument
56 static int gralloc_unmap(gralloc_module_t const* module, buffer_handle_t handle) argument
75 int grallocMap(gralloc_module_t const* module, private_handle_t *hnd) argument
77 return gralloc_map(module, hnd);
80 int grallocUnmap(gralloc_module_t const* module, private_handle_t *hnd) argument
82 return gralloc_unmap(module, hnd);
85 int getIonFd(gralloc_module_t const *module) argument
87 private_module_t* m = const_cast<private_module_t*>(reinterpret_cast<const private_module_t*>(module));
97 int gralloc_register_buffer(gralloc_module_t const* module, argument
104 err = gralloc_map(module, handl
128 gralloc_unregister_buffer(gralloc_module_t const* module, buffer_handle_t handle) argument
150 gralloc_lock(gralloc_module_t const* module, buffer_handle_t handle, int usage, int l, int t, int w, int h, void** vaddr) argument
173 gralloc_unlock(gralloc_module_t const* module, buffer_handle_t handle) argument
[all...]
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCameraHWInterface.cpp4475 static int HAL_camera_device_open(const struct hw_module_t* module, argument
4504 g_cam_device->common.module = const_cast<hw_module_t *>(module);
/hardware/samsung_slsi/exynos5/libcamera2/
H A DAndroid.mk5 # HAL module implemenation stored in
H A DExynosCameraHWInterface2.cpp6405 static int HAL2_camera_device_open(const struct hw_module_t* module, argument
6445 g_cam2_device->common.module = const_cast<hw_module_t *>(module);
/hardware/samsung_slsi/exynos5/libhwc/
H A DAndroid.mk16 # HAL module implemenation, not prelinked and stored in
H A Dhwc.cpp2055 static int exynos5_open(const struct hw_module_t *module, const char *name, argument
2072 ALOGE("failed to get gralloc hw module");
2162 dev->base.common.module = const_cast<hw_module_t *>(module);
2236 name: "Samsung exynos5 hwcomposer module",

Completed in 579 milliseconds

123456