HomeSort by relevance Sort by last modified time
    Searched refs:module_param (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/ltp/testcases/kernel/firmware/fw_load_kernel/
ltp_fw_load.c 43 module_param(fw_name, charp, 0444);
46 module_param(fw_size, int, 0444);
  /external/ltp/testcases/kdump/lib/lkdtm/
lkdtm.c 124 module_param(recur_count, int, 0644);
127 module_param(cpoint_name, charp, 0644);
129 module_param(cpoint_type, charp, 0644);
132 module_param(cpoint_count, int, 0644);
  /development/ndk/platforms/android-9/include/linux/
moduleparam.h 69 #define module_param(name, type, perm) module_param_named(name, name, type, perm) macro
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
moduleparam.h 69 #define module_param(name, type, perm) module_param_named(name, name, type, perm) macro
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
moduleparam.h 69 #define module_param(name, type, perm) module_param_named(name, name, type, perm) macro
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
moduleparam.h 69 #define module_param(name, type, perm) module_param_named(name, name, type, perm) macro
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
moduleparam.h 69 #define module_param(name, type, perm) module_param_named(name, name, type, perm) macro
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
moduleparam.h 69 #define module_param(name, type, perm) module_param_named(name, name, type, perm) macro
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/
moduleparam.h 69 #define module_param(name, type, perm) module_param_named(name, name, type, perm) macro
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/
moduleparam.h 69 #define module_param(name, type, perm) module_param_named(name, name, type, perm) macro
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/linux/
moduleparam.h 69 #define module_param(name, type, perm) module_param_named(name, name, type, perm) macro
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/linux/
moduleparam.h 69 #define module_param(name, type, perm) module_param_named(name, name, type, perm) macro
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/linux/
moduleparam.h 69 #define module_param(name, type, perm) module_param_named(name, name, type, perm) macro
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/linux/
moduleparam.h 69 #define module_param(name, type, perm) module_param_named(name, name, type, perm) macro
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/linux/
moduleparam.h 69 #define module_param(name, type, perm) module_param_named(name, name, type, perm) macro
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/linux/
moduleparam.h 69 #define module_param(name, type, perm) module_param_named(name, name, type, perm) macro
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/linux/
moduleparam.h 69 #define module_param(name, type, perm) module_param_named(name, name, type, perm) macro
  /prebuilts/ndk/r10/platforms/android-16/arch-x86/usr/include/linux/
moduleparam.h 69 #define module_param(name, type, perm) module_param_named(name, name, type, perm) macro
  /prebuilts/ndk/r10/platforms/android-17/arch-arm/usr/include/linux/
moduleparam.h 69 #define module_param(name, type, perm) module_param_named(name, name, type, perm) macro
  /prebuilts/ndk/r10/platforms/android-17/arch-mips/usr/include/linux/
moduleparam.h 69 #define module_param(name, type, perm) module_param_named(name, name, type, perm) macro
  /prebuilts/ndk/r10/platforms/android-17/arch-x86/usr/include/linux/
moduleparam.h 69 #define module_param(name, type, perm) module_param_named(name, name, type, perm) macro
  /prebuilts/ndk/r10/platforms/android-18/arch-arm/usr/include/linux/
moduleparam.h 69 #define module_param(name, type, perm) module_param_named(name, name, type, perm) macro
  /prebuilts/ndk/r10/platforms/android-18/arch-mips/usr/include/linux/
moduleparam.h 69 #define module_param(name, type, perm) module_param_named(name, name, type, perm) macro
  /prebuilts/ndk/r10/platforms/android-18/arch-x86/usr/include/linux/
moduleparam.h 69 #define module_param(name, type, perm) module_param_named(name, name, type, perm) macro
  /prebuilts/ndk/r10/platforms/android-19/arch-arm/usr/include/linux/
moduleparam.h 69 #define module_param(name, type, perm) module_param_named(name, name, type, perm) macro

Completed in 490 milliseconds

1 2 3