HomeSort by relevance Sort by last modified time
    Searched full:insmod (Results 1 - 25 of 26) sorted by null

1 2

  /system/core/toolbox/
insmod.c 58 fprintf(stderr, "usage: insmod <module.o>\n");
65 fprintf(stderr, "insmod: can't open '%s'\n", argv[1]);
88 "insmod: init_module '%s' failed (%s)\n",
Android.mk 11 insmod \
  /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/ti/wlan/mac80211/ti-utils/scripts/
go.sh 238 "$insmod_path"insmod /lib/modules/`uname -r`/kernel/net/wireless/cfg80211.ko
242 insmod /lib/modules/`uname -r`/kernel/net/mac80211/mac80211.ko
246 insmod /lib/modules/`uname -r`/kernel/lib/crc7.ko
250 insmod /lib/modules/`uname -r`/kernel/drivers/base/firmware_class.ko
260 "$insmod_path"insmod /lib/modules/`uname -r`/kernel/drivers/net/wireless/wl12xx/wl12xx.ko
262 "$insmod_path"insmod /system/lib/modules/wl12xx.ko
273 "$insmod_path"insmod /lib/modules/`uname -r`/kernel/drivers/net/wireless/wl12xx/wl12xx_sdio.ko
275 insmod /system/lib/modules/wl12xx_sdio.ko
  /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) {
  /system/core/init/
keywords.h 60 KEYWORD(insmod, COMMAND, 1, do_insmod)
builtins.c 137 static int insmod(const char *filename, char *options) function
278 return insmod(args[1], options);
readme.txt 171 insmod <path>
  /device/moto/wingray/
init.stingray.rc 323 service wlan_prod /system/bin/insmod /system/lib/modules/bcm4329.ko "firmware_path=/vendor/firmware/fw_bcm4329.bin nvram_path=/system/etc/wifi/bcm4329.cal"
328 service wlan_mfg /system/bin/insmod /system/lib/modules/bcm4329.ko "firmware_path=/vendor/firmware/fw_bcm4329_mfg.bin nvram_path=/system/etc/wifi/bcm4329.cal"
  /hardware/ti/wlan/mac80211/ti-utils/
README 55 adb shell "insmod /system/lib/modules/wl12xx_sdio.ko"
72 adb shell "insmod /system/lib/modules/wl12xx.ko"
  /external/oprofile/daemon/liblegacy/
p_module.h 27 to be dependant on a particular kernel version to compile insmod. */
  /external/iptables/iptables/
ip6tables-restore.c 65 /* try to insmod the module if iptc_init failed */
iptables-restore.c 66 /* try to insmod the module if iptc_init failed */
ip6tables.c     [all...]
iptables.c     [all...]
  /hardware/libhardware_legacy/wifi/
wifi.c 132 static int insmod(const char *filename, const char *args) function
237 if (insmod(DRIVER_MODULE_PATH, DRIVER_MODULE_ARG) < 0)
  /external/iptables/libiptc/
libiptc.c     [all...]
  /external/grub/netboot/
depca.c 135 5) insmod depca.o [irq=7] [io=0x200] [mem=0xd0000] [adapter_name=DE100]
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
WlanDrvIf.c 1081 * The driver Linux Init/Exit functions (insmod/rmmod)
    [all...]
  /external/kernel-headers/original/linux/
wireless.h 26 * better than command line options of insmod because we may want to
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wireless_copy.h 26 * better than command line options of insmod because we may want to
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
wireless.h 26 * better than command line options of insmod because we may want to
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
wireless.h 26 * better than command line options of insmod because we may want to
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
wireless.h 26 * better than command line options of insmod because we may want to
    [all...]
  /external/oprofile/doc/
oprofile.xml     [all...]

Completed in 1460 milliseconds

1 2