HomeSort by relevance Sort by last modified time
    Searched defs:insmod (Results 1 - 4 of 4) sorted by null

  /hardware/ti/wpan/ti_st/uim-sysfs/
uim.c 86 #ifdef ANDROID /* library for android to do insmod/rmmod */
89 static int insmod(const char *filename, const char *args) function
695 if (insmod("/st_drv.ko", "") < 0) {
711 if (insmod("/btwilink.ko", "") < 0) {
722 if (insmod("/fm_drv.ko", "") < 0) {
733 if (insmod("/gps_drv.ko", "") < 0) {
744 if (insmod("/fm_v4l2_drv.ko", "") < 0) {
  /hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
uim.c 141 #ifdef ANDROID /* library for android to do insmod/rmmod */
144 static int insmod(const char *filename, const char *args) function
761 if (insmod("/st_drv.ko", "") < 0) {
779 /*-- Insmod of ST driver --*/
783 if (system("insmod /lib/modules/`uname -r`/kernel/drivers/misc/ti-st/st_drv.ko") != 0) {
802 /*-- Insmod of BT driver --*/
806 if (system("insmod /lib/modules/`uname -r`/kernel/drivers/staging/ti-st/bt_drv.ko") != 0) {
820 /*-- Insmod of FM driver --*/
824 if (system("insmod /lib/modules/`uname -r`/kernel/drivers/staging/ti-st/fm_drv.ko") != 0) {
840 if (insmod("/bt_drv.ko", "") < 0)
    [all...]
  /hardware/libhardware_legacy/wifi/
wifi.c 133 static int insmod(const char *filename, const char *args) function
238 if (insmod(DRIVER_MODULE_PATH, DRIVER_MODULE_ARG) < 0)
  /system/core/init/
builtins.c 135 static int insmod(const char *filename, char *options) function
276 return insmod(args[1], options);

Completed in 178 milliseconds