Other articles:
|
File unicorn-0.9.3-module_param.patch. . +module_param(if_name,charp,0); + module_param(mac_address,charp,0); +module_param(VPI,int,0); +module_param(VCI .
module_param. Defined as a preprocessor macro in: include/linux/moduleparam. h, line 101. Defined as a function prototype in: sound/core/rtctimer.c, line 181 .
4 posts - 3 authors - Last post: May 19+module_param(max_interrupt_work, int, S_IRUGO); . That way, the last argument to module_param() can be interpreted as the permission when .
module_param. Defined as a preprocessor macro in: linux/include/linux/ moduleparam.h, line 111. Defined as a function prototype in: .
Nov 26, 2002 – Subject: [PATCH] module_param() 2/3 . Depends: Module .
1 post - 1 author - Last post: Oct 8, 2007Hi, I want to use module_param to add a custom argument to the "kernel" boot command line in grub.conf. This argument is not related to any .
Aug 2, 2010 – module_param (pid, int, 0). module_param (tid . module_param (create, int, 0). module_param . module_param (setparam, int, 0). static int .
Defining a module parameter is done via the macro module_param(): module_param(name, type, perm);. where name is the name of both the parameter .
1 post - Last post: Oct 8, 2007Last parameter in module_param is file permission in sysfs (or 0, if parameter is not exported). Signed-off-by: Domen Puncer .
old, new. 48, 48, MODULE_DEVICE_TABLE (pci, r1000_pci_tbl);. 49, 49, MODULE_AUTHOR ("Realtek");. 50, 50, MODULE_DESCRIPTION ("Linux device driver for .
Jun 16, 2010 – [PATCH] drm: radeon: provide a module_param toggle to enable/disable power management. Kyle McMartin kyle at mcmartin.ca .
2 posts - 2 authors - Last post: Sep 18, 2005Hello Friends I'm using RH9 2.4 kernel and i've problem with module_param() function in the module. i've declared one global variable say .
The module_param() macro takes 3 arguments: the name of the variable, its type and permissions for the corresponding file in sysfs. Integer types can be signed .
From, Rusty Russell <>. Date, Sat, 28 Mar 2009 23:54:00 +1030. Subject, [PATCH 4 /5] module_param: allow 'bool' module_params to be bool, not just int. .
Jul 28, 2006 – This changeset supports MODULE_PARM api, but uses it only if module_param is not present. --- linux/net/ipsec/aes/ipsec_alg_aes.c | 16 .
Dec 22, 2010 – +module_param(qlport_down_retry, int, S_IRUGO);. MODULE_PARM_DESC( qlport_down_retry, . +module_param(ql2xloginretrycount, int, S_IRUGO); .
Aug 22, 2007 – Duncan Sands escribió: > Hi Aurelio, >> I'm checking the .
Jun 21, 2005 – #define module_param(name, type, perm) \ . So module_param(string, charp, S_IRUGO) defines a string input parameter (if string is a char .
Apr 3, 2011 – module_param (hash_table_size, int, 0). module_param (module_parm_debug_mask, uint, 0) . module_param (slot_timeout_secs, int, 0) .
source: net-wireless/linux-wlan-ng-modules/files/linux-wlan-ng-0.2.3- module_param.patch @ 2. View revision: Revision 2, 657 bytes checked in by root, .
. "i"); +module_param(debug_aes,int,0664); +module_param(test_aes,int,0664 .
3.5":"0.0")); + wctdm_setreg(wc, card, 64, 0x01); return 0; } @@ -2404,6 +2473, 10 @@ module_param(battdebounce, int, 0600); module_param(battthresh, int, .
3 posts - 2 authors - Last post: Jul 23, 2010The hotplug_disabled module parameter is determinated at the module load time. Change the value after the module is loaded does not make .
1 post - Last post: Nov 29, 2004[PATCH] net/via-rhine: convert MODULE_PARM to module_param : Hi, These warnings told me that it was time to move to module_param() .
Dec 17, 2010 – [Rtai] Passing floating point arguments module_param(). mantegazza at aero. polimi.it mantegazza at aero.polimi.it .
. module_param(hardcode, int, 0644); MODULE_PARM_DESC(hardcode, "use hardcoded calibration values (1=rect,2=quad)"); module_param(calib_x0, ushort, 0644); .
Nov 26, 2002 – D: D: The new format is fairly simple: built on top of __module_param_call there D: are several helpers, eg "module_param(foo, int, 000)". .
. module_param(logWmiRawMsgs, int, 0644); module_param(enableuartprint, . module_param(enabletimerwar, int, 0644); module_param(mbox_yield_limit, .
Parameters are declared with the module_param macro, which is defined in moduleparam.h. module_param takes three parameters: the name of the variable , .
Jan 5, 2005 – Default: 4 Range: 1 to 64"); unsigned int cifs_min_small = 30; -module_param( cifs_min_small, int, 30); +module_param(cifs_min_small, int, .
module_param(data,short,S_IRUGO); module_param(i,int,S_IRUGO ); . module_param (pvtdata,int,S_IRUGO);. static void __exit vaibhav1(void) .
. 0); +module_param(countrycode, int, 0600); +module_param(outdoor, int, 0600) ; +module_param(xchanmode, int, 0600); +module_param(rfkill, int, 0600); .
2 posts - 1 author - Last post: Aug 29, 2008Hello, I am a noob tweaking a driver (particularily, /net/smsc911x/smsc9118.c in stlinux2.3-sh4-2.6.23.17_stm23_0116 kernel). The driver is a .
Jan 5, 2006 – [NETFILTER]: Fix module_param types and permissions Fix netfilter module_param types and permissions. Also fix an off-by-one in the .
63 static int max_timeout = 21; 64 module_param(max_timeout, int, 0644); . 45 static int internal_err_reset = 1; 46 module_param(internal_err_reset, int, .
Mar 3, 2009 – module_param permissions patches. Attached are cvs diffs: lirc- module_param_sysfs.diff and lirc-module_param_magic.diff. The second diff .
Dec 7, 2003 – + int MaxPathsPerDevice = 0; +module_param(MaxPathsPerDevice, int, 0); + int MaxRetriesPerPath = 0; +module_param(MaxRetriesPerPath, .
Apr 16, 2004 – As it turns out, mixing MODULE_PARM and module_param in one module is wrong. The parameters specified in module_param are ignored. .
Mar 31, 2008 – 2008-03-28 16:45:40, module_param macro . Message: 53265, Could any one please give me the location of the module_param macro .
Sep 25, 2008 – Hi Mauro, this patch mainly adds correct module_param access rights. Also there are a lot of small coding style enhancements and some .
Kernel modules define their parameters by means of macros such as module_param; see include/linux/moduleparam.h for a list. module_param requires three .
module_param(uart401, int, 000); MODULE_PARM_DESC(uart401, "When set to 1, will attempt to detect and enable"\ "the mpu on some clones"); .
Feb 21, 2008 – Subject: [Xen-devel] [PATCH] linux: adjust Solarflare module_param() permissions. From: "Jan Beulich" <jbeulich@xxxxxxxxxx>. Date: Thu, 21 .
Feb 6, 2006 – [PATCH] i2c: Use module_param in i2c-algo-sibyte this patch changes MODULE_PARM usage to module_param in i2c-algo-sibyte.c Signed-off-by: .
Use module_param instead of MODULE_PARM. by Julien on June 24th, 2006. Since the release of linux 2.6.17, I had some problems with several kernel .
. insmod args */ module_param(bttv_verbose, int, 0644); module_param( bttv_gpio, int, 0644); module_param(bttv_debug, int, 0644); module_param( irq_debug .
Aug 8, 2011 – . -115,8 +115,6 @@ module_param(brcmf_pkt_filter_init, uint, 0); uint brcmf_master_mode = true; module_param(brcmf_master_mode, uint, 0); .
MODULE_LICENSE ("GPL"). module_param (devices, int, 0). module_param ( max_openers, int, S_IRUGO|S_IWUSR). module_param (max_buffers, int, S_IRUGO) .
[PATCH] Fix Permissions on module_param Usage. From: Rusty Russell Date: Sun Aug 15 2004 - 20:38:15 EST. Next message: Andrew Morton: "Re: netmos .
Aug 6, 2004 – Convert old eepro100 driver from MODULE_PARAM to module_param and get rid of old 2.2 compatibility ifdef Signed-off-by: Stephen .
Sitemap
|