Home
last modified time | relevance | path

Searched refs:MODULE_PARM_DESC (Results 1 – 200 of 1861) sorted by relevance

12345678910

/linux-4.4.14/drivers/gpu/drm/i915/
Di915_params.c61 MODULE_PARM_DESC(modeset,
66 MODULE_PARM_DESC(panel_ignore_lid,
71 MODULE_PARM_DESC(semaphores,
76 MODULE_PARM_DESC(enable_rc6,
84 MODULE_PARM_DESC(enable_fbc,
89 MODULE_PARM_DESC(lvds_channel_mode,
94 MODULE_PARM_DESC(lvds_use_ssc,
99 MODULE_PARM_DESC(vbt_sdvo_panel_type,
104 MODULE_PARM_DESC(reset, "Attempt GPU resets (default: true)");
107 MODULE_PARM_DESC(enable_hangcheck,
[all …]
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/socklnd/
Dsocklnd_modparams.c26 MODULE_PARM_DESC(sock_timeout, "dead socket timeout (seconds)");
30 MODULE_PARM_DESC(credits, "# concurrent sends");
34 MODULE_PARM_DESC(peer_credits, "# concurrent sends to 1 peer");
38 MODULE_PARM_DESC(peer_buffer_credits, "# per-peer router buffer credits");
42 MODULE_PARM_DESC(peer_timeout, "Seconds without aliveness news to declare peer dead (<=0 to disable…
48 MODULE_PARM_DESC(nscheds, "# scheduler daemons in each pool while starting");
52 MODULE_PARM_DESC(nconnds, "# connection daemons while starting");
56 MODULE_PARM_DESC(nconnds_max, "max # connection daemons");
60 MODULE_PARM_DESC(min_reconnectms, "min connection retry interval (mS)");
64 MODULE_PARM_DESC(max_reconnectms, "max connection retry interval (mS)");
[all …]
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd_modparams.c45 MODULE_PARM_DESC(service, "service number (within RDMA_PS_TCP)");
49 MODULE_PARM_DESC(cksum, "set non-zero to enable message (not RDMA) checksums");
53 MODULE_PARM_DESC(timeout, "timeout (seconds)");
59 MODULE_PARM_DESC(nscheds, "number of threads in each scheduler pool");
64 MODULE_PARM_DESC(ntx, "# of message descriptors allocated for each pool");
69 MODULE_PARM_DESC(credits, "# concurrent sends");
73 MODULE_PARM_DESC(peer_credits, "# concurrent sends to 1 peer");
77 MODULE_PARM_DESC(peer_credits_hiw, "when eagerly to return credits");
81 MODULE_PARM_DESC(peer_buffer_credits, "# per-peer router buffer credits");
85 MODULE_PARM_DESC(peer_timeout, "Seconds without aliveness news to declare peer dead (<=0 to disable…
[all …]
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_drv.c198 MODULE_PARM_DESC(no_wb, "Disable AGP writeback for scratch registers");
201 MODULE_PARM_DESC(modeset, "Disable/Enable modesetting");
204 MODULE_PARM_DESC(dynclks, "Disable/Enable dynamic clocks");
207 MODULE_PARM_DESC(r4xx_atom, "Enable ATOMBIOS modesetting for R4xx");
210 MODULE_PARM_DESC(vramlimit, "Restrict VRAM for testing, in megabytes");
213 MODULE_PARM_DESC(agpmode, "AGP Mode (-1 == PCI)");
216 MODULE_PARM_DESC(gartsize, "Size of PCIE/IGP gart to setup in megabytes (32, 64, etc., -1 = auto)");
219 MODULE_PARM_DESC(benchmark, "Run benchmark");
222 MODULE_PARM_DESC(test, "Run tests");
225 MODULE_PARM_DESC(connector_table, "Force connector table");
[all …]
/linux-4.4.14/sound/core/seq/
Dseq.c64 MODULE_PARM_DESC(seq_client_load, "The numbers of global (system) clients to load through kmod.");
66 MODULE_PARM_DESC(seq_default_timer_class, "The default timer class.");
68 MODULE_PARM_DESC(seq_default_timer_sclass, "The default timer slave class.");
70 MODULE_PARM_DESC(seq_default_timer_card, "The default timer card number.");
72 MODULE_PARM_DESC(seq_default_timer_device, "The default timer device number.");
74 MODULE_PARM_DESC(seq_default_timer_subdevice, "The default timer subdevice number.");
76 MODULE_PARM_DESC(seq_default_timer_resolution, "The default timer resolution in Hz.");
Dseq_dummy.c71 MODULE_PARM_DESC(ports, "number of ports to be created");
73 MODULE_PARM_DESC(duplex, "create DUPLEX ports");
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_drv.c86 MODULE_PARM_DESC(vramlimit, "Restrict VRAM for testing, in megabytes");
89 MODULE_PARM_DESC(gartsize, "Size of PCIE/IGP gart to setup in megabytes (32, 64, etc., -1 = auto)");
92 MODULE_PARM_DESC(benchmark, "Run benchmark");
95 MODULE_PARM_DESC(test, "Run tests");
98 MODULE_PARM_DESC(audio, "Audio enable (-1 = auto, 0 = disable, 1 = enable)");
101 MODULE_PARM_DESC(disp_priority, "Display Priority (0 = auto, 1 = normal, 2 = high)");
104 MODULE_PARM_DESC(hw_i2c, "hw i2c engine enable (0 = disable)");
107 MODULE_PARM_DESC(pcie_gen2, "PCIE Gen2 mode (-1 = auto, 0 = disable, 1 = enable)");
110 MODULE_PARM_DESC(msi, "MSI support (1 = enable, 0 = disable, -1 = auto)");
113 MODULE_PARM_DESC(lockup_timeout, "GPU lockup timeout in ms (default 0 = disable)");
[all …]
/linux-4.4.14/drivers/usb/gadget/legacy/
Daudio.c29 MODULE_PARM_DESC(p_chmask, "Playback Channel Mask");
34 MODULE_PARM_DESC(p_srate, "Playback Sampling Rate");
39 MODULE_PARM_DESC(p_ssize, "Playback Sample Size(bytes)");
44 MODULE_PARM_DESC(c_chmask, "Capture Channel Mask");
49 MODULE_PARM_DESC(c_srate, "Capture Sampling Rate");
54 MODULE_PARM_DESC(c_ssize, "Capture Sample Size(bytes)");
60 MODULE_PARM_DESC(fn_play, "Playback PCM device file name");
64 MODULE_PARM_DESC(fn_cap, "Capture PCM device file name");
68 MODULE_PARM_DESC(fn_cntl, "Control device file name");
72 MODULE_PARM_DESC(req_buf_size, "ISO OUT endpoint request buffer size");
[all …]
Dgmidi.c52 MODULE_PARM_DESC(index, "Index value for the USB MIDI Gadget adapter.");
56 MODULE_PARM_DESC(id, "ID string for the USB MIDI Gadget adapter.");
60 MODULE_PARM_DESC(buflen, "MIDI buffer length");
64 MODULE_PARM_DESC(qlen, "USB read request queue length");
68 MODULE_PARM_DESC(in_ports, "Number of MIDI input ports");
72 MODULE_PARM_DESC(out_ports, "Number of MIDI output ports");
Dzero.c96 MODULE_PARM_DESC(autoresume, "zero, or seconds before remote wakeup");
101 MODULE_PARM_DESC(max_autoresume, "maximum seconds before remote wakeup");
106 MODULE_PARM_DESC(autoresume_interval_ms,
235 MODULE_PARM_DESC(pattern, "0 = all zeroes, 1 = mod63, 2 = none");
239 MODULE_PARM_DESC(isoc_interval, "1 - 16");
243 MODULE_PARM_DESC(isoc_maxpacket, "0 - 1023 (fs), 0 - 1024 (hs/ss)");
246 MODULE_PARM_DESC(isoc_mult, "0 - 2 (hs/ss only)");
250 MODULE_PARM_DESC(isoc_maxburst, "0 - 15 (ss only)");
256 MODULE_PARM_DESC(qlen, "depth of loopback queue");
Dserial.c93 MODULE_PARM_DESC(use_acm, "Use CDC ACM, default=yes");
97 MODULE_PARM_DESC(use_obex, "Use CDC OBEX, default=no");
101 MODULE_PARM_DESC(n_ports, "number of ports to create, default=1");
Dwebcam.c27 MODULE_PARM_DESC(streaming_interval, "1 - 16");
31 MODULE_PARM_DESC(streaming_maxpacket, "1 - 1023 (FS), 1 - 3072 (hs/ss)");
35 MODULE_PARM_DESC(streaming_maxburst, "0 - 15 (ss only)");
39 MODULE_PARM_DESC(trace, "Trace level bitmask");
/linux-4.4.14/sound/isa/cs423x/
Dcs4231.c53 MODULE_PARM_DESC(index, "Index value for " CRD_NAME " soundcard.");
55 MODULE_PARM_DESC(id, "ID string for " CRD_NAME " soundcard.");
57 MODULE_PARM_DESC(enable, "Enable " CRD_NAME " soundcard.");
59 MODULE_PARM_DESC(port, "Port # for " CRD_NAME " driver.");
61 MODULE_PARM_DESC(mpu_port, "MPU-401 port # for " CRD_NAME " driver.");
63 MODULE_PARM_DESC(irq, "IRQ # for " CRD_NAME " driver.");
65 MODULE_PARM_DESC(mpu_irq, "MPU-401 IRQ # for " CRD_NAME " driver.");
67 MODULE_PARM_DESC(dma1, "DMA1 # for " CRD_NAME " driver.");
69 MODULE_PARM_DESC(dma2, "DMA2 # for " CRD_NAME " driver.");
Dcs4236.c92 MODULE_PARM_DESC(index, "Index value for " IDENT " soundcard.");
94 MODULE_PARM_DESC(id, "ID string for " IDENT " soundcard.");
96 MODULE_PARM_DESC(enable, "Enable " IDENT " soundcard.");
99 MODULE_PARM_DESC(isapnp, "ISA PnP detection for specified soundcard.");
102 MODULE_PARM_DESC(port, "Port # for " IDENT " driver.");
104 MODULE_PARM_DESC(cport, "Control port # for " IDENT " driver.");
106 MODULE_PARM_DESC(mpu_port, "MPU-401 port # for " IDENT " driver.");
108 MODULE_PARM_DESC(fm_port, "FM port # for " IDENT " driver.");
110 MODULE_PARM_DESC(sb_port, "SB port # for " IDENT " driver (optional).");
112 MODULE_PARM_DESC(irq, "IRQ # for " IDENT " driver.");
[all …]
/linux-4.4.14/sound/pci/emu10k1/
Demu10k1.c58 MODULE_PARM_DESC(index, "Index value for the EMU10K1 soundcard.");
60 MODULE_PARM_DESC(id, "ID string for the EMU10K1 soundcard.");
62 MODULE_PARM_DESC(enable, "Enable the EMU10K1 soundcard.");
64 MODULE_PARM_DESC(extin, "Available external inputs for FX8010. Zero=default.");
66 MODULE_PARM_DESC(extout, "Available external outputs for FX8010. Zero=default.");
68 MODULE_PARM_DESC(seq_ports, "Allocated sequencer ports for internal synthesizer.");
70 MODULE_PARM_DESC(max_synth_voices, "Maximum number of voices for WaveTable.");
72 MODULE_PARM_DESC(max_buffer_size, "Maximum sample buffer size in MB.");
74 MODULE_PARM_DESC(enable_ir, "Enable IR.");
76 MODULE_PARM_DESC(subsystem, "Force card subsystem model.");
[all …]
/linux-4.4.14/sound/isa/gus/
Dgusextreme.c64 MODULE_PARM_DESC(index, "Index value for " CRD_NAME " soundcard.");
66 MODULE_PARM_DESC(id, "ID string for " CRD_NAME " soundcard.");
68 MODULE_PARM_DESC(enable, "Enable " CRD_NAME " soundcard.");
70 MODULE_PARM_DESC(port, "Port # for " CRD_NAME " driver.");
72 MODULE_PARM_DESC(gf1_port, "GF1 port # for " CRD_NAME " driver (optional).");
74 MODULE_PARM_DESC(mpu_port, "MPU-401 port # for " CRD_NAME " driver.");
76 MODULE_PARM_DESC(irq, "IRQ # for " CRD_NAME " driver.");
78 MODULE_PARM_DESC(mpu_irq, "MPU-401 IRQ # for " CRD_NAME " driver.");
80 MODULE_PARM_DESC(gf1_irq, "GF1 IRQ # for " CRD_NAME " driver.");
82 MODULE_PARM_DESC(dma8, "8-bit DMA # for " CRD_NAME " driver.");
[all …]
Dgusclassic.c56 MODULE_PARM_DESC(index, "Index value for " CRD_NAME " soundcard.");
58 MODULE_PARM_DESC(id, "ID string for " CRD_NAME " soundcard.");
60 MODULE_PARM_DESC(enable, "Enable " CRD_NAME " soundcard.");
62 MODULE_PARM_DESC(port, "Port # for " CRD_NAME " driver.");
64 MODULE_PARM_DESC(irq, "IRQ # for " CRD_NAME " driver.");
66 MODULE_PARM_DESC(dma1, "DMA1 # for " CRD_NAME " driver.");
68 MODULE_PARM_DESC(dma2, "DMA2 # for " CRD_NAME " driver.");
70 MODULE_PARM_DESC(joystick_dac, "Joystick DAC level 0.59V-4.52V or 0.389V-2.98V for " CRD_NAME " dri…
72 MODULE_PARM_DESC(channels, "GF1 channels for " CRD_NAME " driver.");
74 MODULE_PARM_DESC(pcm_channels, "Reserved PCM channels for " CRD_NAME " driver.");
Dgusmax.c54 MODULE_PARM_DESC(index, "Index value for GUS MAX soundcard.");
56 MODULE_PARM_DESC(id, "ID string for GUS MAX soundcard.");
58 MODULE_PARM_DESC(enable, "Enable GUS MAX soundcard.");
60 MODULE_PARM_DESC(port, "Port # for GUS MAX driver.");
62 MODULE_PARM_DESC(irq, "IRQ # for GUS MAX driver.");
64 MODULE_PARM_DESC(dma1, "DMA1 # for GUS MAX driver.");
66 MODULE_PARM_DESC(dma2, "DMA2 # for GUS MAX driver.");
68 MODULE_PARM_DESC(joystick_dac, "Joystick DAC level 0.59V-4.52V or 0.389V-2.98V for GUS MAX driver."…
70 MODULE_PARM_DESC(channels, "Used GF1 channels for GUS MAX driver.");
72 MODULE_PARM_DESC(pcm_channels, "Reserved PCM channels for GUS MAX driver.");
Dinterwave.c86 MODULE_PARM_DESC(index, "Index value for InterWave soundcard.");
88 MODULE_PARM_DESC(id, "ID string for InterWave soundcard.");
90 MODULE_PARM_DESC(enable, "Enable InterWave soundcard.");
93 MODULE_PARM_DESC(isapnp, "ISA PnP detection for specified soundcard.");
96 MODULE_PARM_DESC(port, "Port # for InterWave driver.");
99 MODULE_PARM_DESC(port_tc, "Tone control (TEA6330T - i2c bus) port # for InterWave driver.");
102 MODULE_PARM_DESC(irq, "IRQ # for InterWave driver.");
104 MODULE_PARM_DESC(dma1, "DMA1 # for InterWave driver.");
106 MODULE_PARM_DESC(dma2, "DMA2 # for InterWave driver.");
108 MODULE_PARM_DESC(joystick_dac, "Joystick DAC level 0.59V-4.52V or 0.389V-2.98V for InterWave driver…
[all …]
/linux-4.4.14/sound/isa/ad1848/
Dad1848.c53 MODULE_PARM_DESC(index, "Index value for " CRD_NAME " soundcard.");
55 MODULE_PARM_DESC(id, "ID string for " CRD_NAME " soundcard.");
57 MODULE_PARM_DESC(enable, "Enable " CRD_NAME " soundcard.");
59 MODULE_PARM_DESC(port, "Port # for " CRD_NAME " driver.");
61 MODULE_PARM_DESC(irq, "IRQ # for " CRD_NAME " driver.");
63 MODULE_PARM_DESC(dma1, "DMA1 # for " CRD_NAME " driver.");
65 MODULE_PARM_DESC(thinkpad, "Enable only for the onboard CS4248 of IBM Thinkpad 360/750/755 series."…
/linux-4.4.14/sound/pci/cs46xx/
Dcs46xx.c55 MODULE_PARM_DESC(index, "Index value for the CS46xx soundcard.");
57 MODULE_PARM_DESC(id, "ID string for the CS46xx soundcard.");
59 MODULE_PARM_DESC(enable, "Enable CS46xx soundcard.");
61 MODULE_PARM_DESC(external_amp, "Force to enable external amplifer.");
63 MODULE_PARM_DESC(thinkpad, "Force to enable Thinkpad's CLKRUN control.");
65 MODULE_PARM_DESC(mmap_valid, "Support OSS mmap.");
/linux-4.4.14/sound/pci/ctxfi/
Dxfi.c28 MODULE_PARM_DESC(reference_rate, "Reference rate (default=48000)");
30 MODULE_PARM_DESC(multiple, "Rate multiplier (default=2)");
39 MODULE_PARM_DESC(index, "Index value for Creative X-Fi driver");
41 MODULE_PARM_DESC(id, "ID string for Creative X-Fi driver");
43 MODULE_PARM_DESC(enable, "Enable Creative X-Fi driver");
45 MODULE_PARM_DESC(subsystem, "Override subsystem ID for Creative X-Fi driver");
/linux-4.4.14/drivers/video/fbdev/
Dn411.c189 MODULE_PARM_DESC(nosplash, "Disable doing the splash screen");
191 MODULE_PARM_DESC(dio_addr, "IO address for data, eg: 0x480");
193 MODULE_PARM_DESC(cio_addr, "IO address for control, eg: 0x400");
195 MODULE_PARM_DESC(c2io_addr, "IO address for secondary control, eg: 0x408");
197 MODULE_PARM_DESC(splashval, "Splash pattern: 0x00 is black, 0x01 is white");
Darcfb.c641 MODULE_PARM_DESC(num_cols, "Num horiz panels, eg: 2 = 128 bit wide");
643 MODULE_PARM_DESC(num_rows, "Num vert panels, eg: 1 = 64 bit high");
645 MODULE_PARM_DESC(nosplash, "Disable doing the splash screen");
647 MODULE_PARM_DESC(arcfb_enable, "Enable communication with Arc board");
649 MODULE_PARM_DESC(dio_addr, "IO address for data, eg: 0x480");
651 MODULE_PARM_DESC(cio_addr, "IO address for control, eg: 0x400");
653 MODULE_PARM_DESC(c2io_addr, "IO address for secondary control, eg: 0x408");
655 MODULE_PARM_DESC(splashval, "Splash pattern: 0xFF is black, 0x00 is green");
657 MODULE_PARM_DESC(tuhold, "Time to hold between strobing data to Arc board");
659 MODULE_PARM_DESC(irq, "IRQ for the Arc board");
/linux-4.4.14/drivers/ide/
Dide.c171 MODULE_PARM_DESC(vlb_clock, "VLB clock frequency (in MHz)");
177 MODULE_PARM_DESC(pci_clock, "PCI bus clock frequency (in MHz)");
211 MODULE_PARM_DESC(nodma, "disallow DMA for a device");
216 MODULE_PARM_DESC(noflush, "disable flush requests for a device");
221 MODULE_PARM_DESC(nohpa, "disable Host Protected Area for a device");
226 MODULE_PARM_DESC(noprobe, "skip probing for a device");
231 MODULE_PARM_DESC(nowerr, "ignore the ATA_DF bit for a device");
236 MODULE_PARM_DESC(cdrom, "force device as a CD-ROM");
278 MODULE_PARM_DESC(chs, "force device as a disk (using CHS)");
352 MODULE_PARM_DESC(ignore_cable, "ignore cable detection");
/linux-4.4.14/sound/isa/es1688/
Des1688.c65 MODULE_PARM_DESC(index, "Index value for " CRD_NAME " soundcard.");
67 MODULE_PARM_DESC(id, "ID string for " CRD_NAME " soundcard.");
71 MODULE_PARM_DESC(isapnp, "PnP detection for specified soundcard.");
73 MODULE_PARM_DESC(enable, "Enable " CRD_NAME " soundcard.");
75 MODULE_PARM_DESC(port, "Port # for " CRD_NAME " driver.");
77 MODULE_PARM_DESC(mpu_port, "MPU-401 port # for " CRD_NAME " driver.");
80 MODULE_PARM_DESC(fm_port, "FM port # for ES1688 driver.");
81 MODULE_PARM_DESC(irq, "IRQ # for " CRD_NAME " driver.");
83 MODULE_PARM_DESC(mpu_irq, "MPU-401 IRQ # for " CRD_NAME " driver.");
85 MODULE_PARM_DESC(dma8, "8-bit DMA # for " CRD_NAME " driver.");
/linux-4.4.14/sound/oss/
Dsb_card.c65 MODULE_PARM_DESC(io, "Soundblaster i/o base address (0x220,0x240,0x260,0x280)");
67 MODULE_PARM_DESC(irq, "IRQ (5,7,9,10)");
69 MODULE_PARM_DESC(dma, "8-bit DMA channel (0,1,3)");
71 MODULE_PARM_DESC(dma16, "16-bit DMA channel (5,6,7)");
73 MODULE_PARM_DESC(mpu_io, "MPU base address");
75 MODULE_PARM_DESC(type, "You can set this to specific card type (doesn't " \
78 MODULE_PARM_DESC(sm_games, "Enable support for Logitech soundman games " \
81 MODULE_PARM_DESC(esstype, "ESS chip type (doesn't work with pnp)");
83 MODULE_PARM_DESC(acer, "Set this to detect cards in some ACER notebooks "\
88 MODULE_PARM_DESC(pnp, "Went set to 0 will disable detection using PnP. "\
Dpss.c1143 MODULE_PARM_DESC(pss_io, "Set i/o base of PSS card (probably 0x220 or 0x240)");
1145 MODULE_PARM_DESC(mss_io, "Set WSS (audio) i/o base (0x530, 0x604, 0xE80, 0xF40, or other. Address m…
1147 MODULE_PARM_DESC(mss_irq, "Set WSS (audio) IRQ (3, 5, 7, 9, 10, 11, 12)");
1149 MODULE_PARM_DESC(mss_dma, "Set WSS (audio) DMA (0, 1, 3)");
1151 MODULE_PARM_DESC(mpu_io, "Set MIDI i/o base (0x330 or other. Address must be on 4 location boundari…
1153 MODULE_PARM_DESC(mpu_irq, "Set MIDI IRQ (3, 5, 7, 9, 10, 11, 12)");
1155 MODULE_PARM_DESC(pss_cdrom_port, "Set the PSS CDROM port i/o base (0x340 or other)");
1157 MODULE_PARM_DESC(pss_enable_joystick, "Enables the PSS joystick port (1 to enable, 0 to disable)");
1159 MODULE_PARM_DESC(pss_no_sound, "Configure sound compoents (0 - no, 1 - yes)");
1161 MODULE_PARM_DESC(pss_keep_settings, "Keep hardware setting at driver unloading (0 - no, 1 - yes)");
[all …]
Daedsp16.c1307 MODULE_PARM_DESC(io, "I/O base address (0x220 0x240)");
1309 MODULE_PARM_DESC(irq, "IRQ line (5 7 9 10 11)");
1311 MODULE_PARM_DESC(dma, "dma line (0 1 3)");
1313 MODULE_PARM_DESC(mpu_irq, "MPU-401 IRQ line (5 7 9 10 0)");
1315 MODULE_PARM_DESC(mss_base, "MSS emulation I/O base address (0x530 0xE80)");
1317 MODULE_PARM_DESC(mpu_base,"MPU-401 I/O base address (0x300 0x310 0x320 0x330)");
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
Ddebug.c51 MODULE_PARM_DESC(libcfs_subsystem_debug, "Lustre kernel debug subsystem mask");
57 MODULE_PARM_DESC(libcfs_debug, "Lustre kernel debug mask");
96 MODULE_PARM_DESC(libcfs_debug_mb, "Total debug buffer size.");
101 MODULE_PARM_DESC(libcfs_printk, "Lustre kernel debug console mask");
106 MODULE_PARM_DESC(libcfs_console_ratelimit, "Lustre kernel debug console ratelimit (0 to disable)");
158 MODULE_PARM_DESC(libcfs_console_max_delay, "Lustre kernel debug console max delay (jiffies)");
176 MODULE_PARM_DESC(libcfs_console_min_delay, "Lustre kernel debug console min delay (jiffies)");
209 MODULE_PARM_DESC(libcfs_console_backoff, "Lustre kernel debug console backoff factor");
223 MODULE_PARM_DESC(libcfs_panic_on_lbug, "Lustre kernel panic on LBUG");
233 MODULE_PARM_DESC(libcfs_debug_file_path,
/linux-4.4.14/drivers/media/pci/cx18/
Dcx18-driver.c144 MODULE_PARM_DESC(tuner, "Tuner type selection,\n"
146 MODULE_PARM_DESC(radio,
149 MODULE_PARM_DESC(cardtype,
164 MODULE_PARM_DESC(pal, "Set PAL standard: B, G, H, D, K, I, M, N, Nc, 60");
165 MODULE_PARM_DESC(secam, "Set SECAM standard: B, G, H, D, K, L, LC");
166 MODULE_PARM_DESC(ntsc, "Set NTSC standard: M, J, K");
167 MODULE_PARM_DESC(debug,
178 MODULE_PARM_DESC(cx18_pci_latency,
181 MODULE_PARM_DESC(retry_mmio,
184 MODULE_PARM_DESC(mmio_ndelay,
[all …]
/linux-4.4.14/drivers/pci/hotplug/
Dcpcihp_generic.c216 MODULE_PARM_DESC(debug, "Debugging mode enabled or not");
218 MODULE_PARM_DESC(bridge, "Hotswap bus bridge device, <bus>:<slot> (bus and slot are in hexadecimal)…
220 MODULE_PARM_DESC(first_slot, "Hotswap bus first slot number");
222 MODULE_PARM_DESC(last_slot, "Hotswap bus last slot number");
224 MODULE_PARM_DESC(port, "#ENUM signal I/O port");
226 MODULE_PARM_DESC(enum_bit, "#ENUM signal bit (0-7)");
Dpciehp_core.c58 MODULE_PARM_DESC(pciehp_debug, "Debugging mode enabled or not");
59 MODULE_PARM_DESC(pciehp_poll_mode, "Using polling mechanism for hot-plug events or not");
60 MODULE_PARM_DESC(pciehp_poll_time, "Polling mechanism frequency, in seconds");
61 MODULE_PARM_DESC(pciehp_force, "Force pciehp, even if OSHP is missing");
/linux-4.4.14/drivers/staging/fbtft/
Dfbtft_device.c33 MODULE_PARM_DESC(name, "Devicename (required). name=list => list all supported devices.");
37 MODULE_PARM_DESC(rotate,
42 MODULE_PARM_DESC(busnum, "SPI bus number (default=0)");
46 MODULE_PARM_DESC(cs, "SPI chip select (default=0)");
50 MODULE_PARM_DESC(speed, "SPI speed (override device default)");
54 MODULE_PARM_DESC(mode, "SPI mode (override device default)");
58 MODULE_PARM_DESC(gpios,
63 MODULE_PARM_DESC(fps, "Frames per second (override driver default)");
67 MODULE_PARM_DESC(gamma,
72 MODULE_PARM_DESC(txbuflen, "txbuflen (override driver default)");
[all …]
Dflexfb.c31 MODULE_PARM_DESC(chip, "LCD controller");
35 MODULE_PARM_DESC(width, "Display width");
39 MODULE_PARM_DESC(height, "Display height");
44 MODULE_PARM_DESC(init, "Init sequence");
48 MODULE_PARM_DESC(setaddrwin, "Which set_addr_win() implementation to use");
52 MODULE_PARM_DESC(buswidth, "Width of databus (default: 8)");
56 MODULE_PARM_DESC(regwidth, "Width of controller register (default: 8)");
60 MODULE_PARM_DESC(nobacklight, "Turn off backlight functionality.");
64 MODULE_PARM_DESC(latched, "Use with latched 16-bit databus");
Dfb_uc1611.c46 MODULE_PARM_DESC(ratio, "BR[1:0] Bias voltage ratio: 0-3 (default: 2)");
50 MODULE_PARM_DESC(gain, "GN[1:0] Bias voltage gain: 0-3 (default: 3)");
54 MODULE_PARM_DESC(pot, "PM[6:0] Bias voltage pot.: 0-63 (default: 16)");
59 MODULE_PARM_DESC(temp, "TC[1:0] Temperature compensation: 0-3 (default: 0)");
64 MODULE_PARM_DESC(load, "PC[1:0] Panel Loading: 0-3 (default: 1)");
69 MODULE_PARM_DESC(pump, "PC[3:2] Pump control: 0,1,3 (default: 3)");
Dfb_ili9325.c37 MODULE_PARM_DESC(bt, "Sets the factor used in the step-up circuits");
41 MODULE_PARM_DESC(vc,
46 MODULE_PARM_DESC(vrh,
51 MODULE_PARM_DESC(vdv,
56 MODULE_PARM_DESC(vcm, "Set the internal VcomH voltage");
Dfb_pcd8544.c37 MODULE_PARM_DESC(tc, "TC[1:0] Temperature coefficient: 0-3 (default: 0)");
41 MODULE_PARM_DESC(bs, "BS[2:0] Bias voltage level: 0-7 (default: 4)");
/linux-4.4.14/sound/isa/sb/
Dsb16.c93 MODULE_PARM_DESC(index, "Index value for SoundBlaster 16 soundcard.");
95 MODULE_PARM_DESC(id, "ID string for SoundBlaster 16 soundcard.");
97 MODULE_PARM_DESC(enable, "Enable SoundBlaster 16 soundcard.");
100 MODULE_PARM_DESC(isapnp, "PnP detection for specified soundcard.");
103 MODULE_PARM_DESC(port, "Port # for SB16 driver.");
105 MODULE_PARM_DESC(mpu_port, "MPU-401 port # for SB16 driver.");
107 MODULE_PARM_DESC(fm_port, "FM port # for SB16 PnP driver.");
110 MODULE_PARM_DESC(awe_port, "AWE port # for SB16 PnP driver.");
113 MODULE_PARM_DESC(irq, "IRQ # for SB16 driver.");
115 MODULE_PARM_DESC(dma8, "8-bit DMA # for SB16 driver.");
[all …]
Djazz16.c48 MODULE_PARM_DESC(index, "Index value for Media Vision Jazz16 based soundcard.");
50 MODULE_PARM_DESC(id, "ID string for Media Vision Jazz16 based soundcard.");
52 MODULE_PARM_DESC(enable, "Enable Media Vision Jazz16 based soundcard.");
54 MODULE_PARM_DESC(port, "Port # for jazz16 driver.");
56 MODULE_PARM_DESC(mpu_port, "MPU-401 port # for jazz16 driver.");
58 MODULE_PARM_DESC(irq, "IRQ # for jazz16 driver.");
60 MODULE_PARM_DESC(mpu_irq, "MPU-401 IRQ # for jazz16 driver.");
62 MODULE_PARM_DESC(dma8, "DMA8 # for jazz16 driver.");
64 MODULE_PARM_DESC(dma16, "DMA16 # for jazz16 driver.");
Dsb8.c45 MODULE_PARM_DESC(index, "Index value for Sound Blaster soundcard.");
47 MODULE_PARM_DESC(id, "ID string for Sound Blaster soundcard.");
49 MODULE_PARM_DESC(enable, "Enable Sound Blaster soundcard.");
51 MODULE_PARM_DESC(port, "Port # for SB8 driver.");
53 MODULE_PARM_DESC(irq, "IRQ # for SB8 driver.");
55 MODULE_PARM_DESC(dma8, "8-bit DMA # for SB8 driver.");
/linux-4.4.14/sound/isa/wavefront/
Dwavefront.c57 MODULE_PARM_DESC(index, "Index value for WaveFront soundcard.");
59 MODULE_PARM_DESC(id, "ID string for WaveFront soundcard.");
61 MODULE_PARM_DESC(enable, "Enable WaveFront soundcard.");
64 MODULE_PARM_DESC(isapnp, "ISA PnP detection for WaveFront soundcards.");
67 MODULE_PARM_DESC(cs4232_pcm_port, "Port # for CS4232 PCM interface.");
69 MODULE_PARM_DESC(cs4232_pcm_irq, "IRQ # for CS4232 PCM interface.");
71 MODULE_PARM_DESC(dma1, "DMA1 # for CS4232 PCM interface.");
73 MODULE_PARM_DESC(dma2, "DMA2 # for CS4232 PCM interface.");
75 MODULE_PARM_DESC(cs4232_mpu_port, "port # for CS4232 MPU-401 interface.");
77 MODULE_PARM_DESC(cs4232_mpu_irq, "IRQ # for CS4232 MPU-401 interface.");
[all …]
/linux-4.4.14/sound/drivers/mpu401/
Dmpu401.c47 MODULE_PARM_DESC(index, "Index value for MPU-401 device.");
49 MODULE_PARM_DESC(id, "ID string for MPU-401 device.");
51 MODULE_PARM_DESC(enable, "Enable MPU-401 device.");
54 MODULE_PARM_DESC(pnp, "PnP detection for MPU-401 device.");
57 MODULE_PARM_DESC(port, "Port # for MPU-401 device.");
59 MODULE_PARM_DESC(irq, "IRQ # for MPU-401 device.");
61 MODULE_PARM_DESC(uart_enter, "Issue UART_ENTER command at open.");
/linux-4.4.14/sound/pci/trident/
Dtrident.c55 MODULE_PARM_DESC(index, "Index value for Trident 4DWave PCI soundcard.");
57 MODULE_PARM_DESC(id, "ID string for Trident 4DWave PCI soundcard.");
59 MODULE_PARM_DESC(enable, "Enable Trident 4DWave PCI soundcard.");
61 MODULE_PARM_DESC(pcm_channels, "Number of hardware channels assigned for PCM.");
63 MODULE_PARM_DESC(wavetable_size, "Maximum memory size in kB for wavetable synth.");
/linux-4.4.14/net/ipv4/
Dtcp_bic.c36 MODULE_PARM_DESC(fast_convergence, "turn on/off fast convergence");
38 MODULE_PARM_DESC(max_increment, "Limit on increment allowed during binary search");
40 MODULE_PARM_DESC(low_window, "lower bound on congestion window (for TCP friendliness)");
42 MODULE_PARM_DESC(beta, "beta for multiplicative increase");
44 MODULE_PARM_DESC(initial_ssthresh, "initial value of slow start threshold");
46 MODULE_PARM_DESC(smooth_part, "log(B/(B*Smin))/log(B/(B-1))+B, # of RTT from Wmax-B to Wmax");
Dtcp_cubic.c63 MODULE_PARM_DESC(fast_convergence, "turn on/off fast convergence");
65 MODULE_PARM_DESC(beta, "beta for multiplicative increase");
67 MODULE_PARM_DESC(initial_ssthresh, "initial value of slow start threshold");
69 MODULE_PARM_DESC(bic_scale, "scale (scaled by 1024) value for bic function (bic_scale/1024)");
71 MODULE_PARM_DESC(tcp_friendliness, "turn on/off tcp friendliness");
73 MODULE_PARM_DESC(hystart, "turn on/off hybrid slow start algorithm");
75 MODULE_PARM_DESC(hystart_detect, "hyrbrid slow start detection mechanisms"
78 MODULE_PARM_DESC(hystart_low_window, "lower bound cwnd for hybrid slow start");
80 MODULE_PARM_DESC(hystart_ack_delta, "spacing between ack's indicating train (msecs)");
Dtcp_cdg.c44 MODULE_PARM_DESC(window, "gradient window size (power of two <= 256)");
46 MODULE_PARM_DESC(backoff_beta, "backoff beta (0-1024)");
48 MODULE_PARM_DESC(backoff_factor, "backoff probability scale factor");
50 MODULE_PARM_DESC(hystart_detect, "use Hybrid Slow start "
53 MODULE_PARM_DESC(use_ineff, "use ineffectual backoff detection (threshold)");
55 MODULE_PARM_DESC(use_shadow, "use shadow window heuristic");
57 MODULE_PARM_DESC(use_tolerance, "use loss tolerance heuristic");
Dtcp_probe.c42 MODULE_PARM_DESC(port, "Port to match (0=all)");
46 MODULE_PARM_DESC(bufsize, "Log buffer size in packets (4096)");
50 MODULE_PARM_DESC(fwmark, "skb mark to match (0=no mark)");
54 MODULE_PARM_DESC(full, "Full log (1=every ack packet received, 0=only cwnd changes)");
Dtcp_vegas.c48 MODULE_PARM_DESC(alpha, "lower bound of packets in network");
50 MODULE_PARM_DESC(beta, "upper bound of packets in network");
52 MODULE_PARM_DESC(gamma, "limit on increase (scale by 2)");
Dtcp_dctcp.c63 MODULE_PARM_DESC(dctcp_shift_g, "parameter g for updating dctcp_alpha");
67 MODULE_PARM_DESC(dctcp_alpha_on_init, "parameter for initial alpha value");
71 MODULE_PARM_DESC(dctcp_clamp_alpha_on_loss,
/linux-4.4.14/drivers/char/
Dhangcheck-timer.c66 MODULE_PARM_DESC(hangcheck_tick, "Timer delay.");
68 MODULE_PARM_DESC(hangcheck_margin, "If the hangcheck timer has been delayed more than hangcheck_mar…
70 MODULE_PARM_DESC(hangcheck_reboot, "If nonzero, the machine will reboot when the timer margin is ex…
72 MODULE_PARM_DESC(hangcheck_dump_tasks, "If nonzero, the machine will dump the system task state whe…
/linux-4.4.14/drivers/watchdog/
Dsoftdog.c55 MODULE_PARM_DESC(soft_margin,
61 MODULE_PARM_DESC(nowayout,
67 MODULE_PARM_DESC(soft_noboot,
72 MODULE_PARM_DESC(soft_panic,
Dwdt.c65 MODULE_PARM_DESC(heartbeat,
71 MODULE_PARM_DESC(nowayout,
82 MODULE_PARM_DESC(io, "WDT io port (default=0x240)");
84 MODULE_PARM_DESC(irq, "WDT irq (default=11)");
89 MODULE_PARM_DESC(tachometer,
94 MODULE_PARM_DESC(type,
Dadvantechwdt.c68 MODULE_PARM_DESC(wdt_stop, "Advantech WDT 'stop' io port (default 0x443)");
72 MODULE_PARM_DESC(wdt_start, "Advantech WDT 'start' io port (default 0x443)");
76 MODULE_PARM_DESC(timeout,
82 MODULE_PARM_DESC(nowayout,
Dsbc60xxwdt.c78 MODULE_PARM_DESC(wdt_stop, "SBC60xx WDT 'stop' io port (default 0x45)");
82 MODULE_PARM_DESC(wdt_start, "SBC60xx WDT 'start' io port (default 0x443)");
105 MODULE_PARM_DESC(timeout,
111 MODULE_PARM_DESC(nowayout,
Deurotechwdt.c82 MODULE_PARM_DESC(nowayout,
101 MODULE_PARM_DESC(io, "Eurotech WDT io port (default=0x3f0)");
103 MODULE_PARM_DESC(irq, "Eurotech WDT irq (default=10)");
105 MODULE_PARM_DESC(ev, "Eurotech WDT event type (default is `int')");
Dpnx833x_wdt.c55 MODULE_PARM_DESC(timeout, "Watchdog timeout in Mhz. (68Mhz clock), default="
60 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
66 MODULE_PARM_DESC(start_enabled, "Watchdog is started on module insertion "
Dsc1200wdt.c87 MODULE_PARM_DESC(isapnp,
92 MODULE_PARM_DESC(io, "io port");
94 MODULE_PARM_DESC(timeout, "range is 0-255 minutes, default is 1");
98 MODULE_PARM_DESC(nowayout,
Dacquirewdt.c88 MODULE_PARM_DESC(wdt_stop, "Acquire WDT 'stop' io port (default 0x43)");
93 MODULE_PARM_DESC(wdt_start, "Acquire WDT 'start' io port (default 0x443)");
97 MODULE_PARM_DESC(nowayout,
Dcpu5wdt.c293 MODULE_PARM_DESC(port, "base address of watchdog card, default is 0x91");
296 MODULE_PARM_DESC(verbose, "be verbose, default is 0 (no)");
299 MODULE_PARM_DESC(ticks, "count down ticks, default is 10000");
Ddiag288_wdt.c64 MODULE_PARM_DESC(cmd, "CP command that is run when the watchdog triggers (z/VM only)");
67 MODULE_PARM_DESC(conceal, "Enable the CONCEAL CP option while the watchdog is active (z/VM only)");
70 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default = CONFIG_WATCHDOG_NOWA…
Dmpc8xxx_wdt.c62 MODULE_PARM_DESC(timeout,
67 MODULE_PARM_DESC(reset,
72 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started "
Dit87_wdt.c154 MODULE_PARM_DESC(nogameport, "Forbid the activation of game port, default="
157 MODULE_PARM_DESC(nocir, "Forbid the use of Consumer IR interrupts to reset timer, default="
160 MODULE_PARM_DESC(exclusive, "Watchdog exclusive device open, default="
163 MODULE_PARM_DESC(timeout, "Watchdog timeout in seconds, default="
166 MODULE_PARM_DESC(testmode, "Watchdog test mode (1 = no reboot), default="
169 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started, default="
Dmax63xx_wdt.c281 MODULE_PARM_DESC(heartbeat,
287 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default="
291 MODULE_PARM_DESC(nodelay,
Dep93xx_wdt.c42 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started");
46 MODULE_PARM_DESC(timeout,
Dux500_wdt.c31 MODULE_PARM_DESC(timeout,
37 MODULE_PARM_DESC(nowayout,
Dwdt_pci.c77 MODULE_PARM_DESC(heartbeat,
83 MODULE_PARM_DESC(nowayout,
90 MODULE_PARM_DESC(tachometer,
95 MODULE_PARM_DESC(type,
Df71808e_wdt.c84 MODULE_PARM_DESC(force_id, "Override the detected device ID");
89 MODULE_PARM_DESC(timeout,
96 MODULE_PARM_DESC(pulse_width,
102 MODULE_PARM_DESC(f71862fg_pin,
108 MODULE_PARM_DESC(nowayout, "Disable watchdog shutdown on close");
112 MODULE_PARM_DESC(start_withtimeout, "Start watchdog timer on module load with"
Die6xx_wdt.c65 MODULE_PARM_DESC(timeout,
72 MODULE_PARM_DESC(nowayout,
78 MODULE_PARM_DESC(resetmode,
Dixp4xx_wdt.c205 MODULE_PARM_DESC(heartbeat, "Watchdog heartbeat in seconds (default 60s)");
208 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started");
Dsmsc37b787_wdt.c608 MODULE_PARM_DESC(unit,
613 MODULE_PARM_DESC(timeout, "range is 1-255 units, default is 60");
616 MODULE_PARM_DESC(nowayout,
Dalim7101_wdt.c64 MODULE_PARM_DESC(timeout,
70 MODULE_PARM_DESC(use_gpio,
82 MODULE_PARM_DESC(nowayout,
Dshwdt.c340 MODULE_PARM_DESC(clock_division_ratio,
345 MODULE_PARM_DESC(heartbeat,
350 MODULE_PARM_DESC(nowayout,
Dit8712f_wdt.c48 MODULE_PARM_DESC(margin, "Watchdog margin in seconds");
52 MODULE_PARM_DESC(nowayout, "Disable watchdog shutdown on close");
91 MODULE_PARM_DESC(wdt_control_reg, "Value to write to watchdog control "
Dm54xx_wdt.c220 MODULE_PARM_DESC(heartbeat, "Watchdog heartbeat in seconds (default 30s)");
223 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started");
Dsbc8360.c202 MODULE_PARM_DESC(timeout, "Index into timeout table (0-63) (default=27 (60s))");
204 MODULE_PARM_DESC(nowayout,
/linux-4.4.14/sound/isa/
Dcmi8330.c88 MODULE_PARM_DESC(index, "Index value for CMI8330/CMI8329 soundcard.");
90 MODULE_PARM_DESC(id, "ID string for CMI8330/CMI8329 soundcard.");
92 MODULE_PARM_DESC(enable, "Enable CMI8330/CMI8329 soundcard.");
95 MODULE_PARM_DESC(isapnp, "PnP detection for specified soundcard.");
99 MODULE_PARM_DESC(sbport, "Port # for CMI8330/CMI8329 SB driver.");
101 MODULE_PARM_DESC(sbirq, "IRQ # for CMI8330/CMI8329 SB driver.");
103 MODULE_PARM_DESC(sbdma8, "DMA8 for CMI8330/CMI8329 SB driver.");
105 MODULE_PARM_DESC(sbdma16, "DMA16 for CMI8330/CMI8329 SB driver.");
108 MODULE_PARM_DESC(wssport, "Port # for CMI8330/CMI8329 WSS driver.");
110 MODULE_PARM_DESC(wssirq, "IRQ # for CMI8330/CMI8329 WSS driver.");
[all …]
Dadlib.c25 MODULE_PARM_DESC(index, "Index value for " CRD_NAME " soundcard.");
27 MODULE_PARM_DESC(id, "ID string for " CRD_NAME " soundcard.");
29 MODULE_PARM_DESC(enable, "Enable " CRD_NAME " soundcard.");
31 MODULE_PARM_DESC(port, "Port # for " CRD_NAME " driver.");
Dcmi8328.c50 MODULE_PARM_DESC(index, "Index value for CMI8328 soundcard.");
52 MODULE_PARM_DESC(id, "ID string for CMI8328 soundcard.");
55 MODULE_PARM_DESC(port, "Port # for CMI8328 driver.");
57 MODULE_PARM_DESC(irq, "IRQ # for CMI8328 driver.");
59 MODULE_PARM_DESC(dma1, "DMA1 for CMI8328 driver.");
61 MODULE_PARM_DESC(dma2, "DMA2 for CMI8328 driver.");
64 MODULE_PARM_DESC(mpuport, "MPU-401 port # for CMI8328 driver.");
66 MODULE_PARM_DESC(mpuirq, "IRQ # for CMI8328 MPU-401 port.");
69 MODULE_PARM_DESC(gameport, "Enable gameport.");
Dsc6000.c62 MODULE_PARM_DESC(index, "Index value for sc-6000 based soundcard.");
64 MODULE_PARM_DESC(id, "ID string for sc-6000 based soundcard.");
66 MODULE_PARM_DESC(enable, "Enable sc-6000 based soundcard.");
68 MODULE_PARM_DESC(port, "Port # for sc-6000 driver.");
70 MODULE_PARM_DESC(mss_port, "MSS Port # for sc-6000 driver.");
72 MODULE_PARM_DESC(mpu_port, "MPU-401 port # for sc-6000 driver.");
74 MODULE_PARM_DESC(irq, "IRQ # for sc-6000 driver.");
76 MODULE_PARM_DESC(mpu_irq, "MPU-401 IRQ # for sc-6000 driver.");
78 MODULE_PARM_DESC(dma, "DMA # for sc-6000 driver.");
80 MODULE_PARM_DESC(joystick, "Enable gameport.");
Dopl3sa2.c63 MODULE_PARM_DESC(index, "Index value for OPL3-SA soundcard.");
65 MODULE_PARM_DESC(id, "ID string for OPL3-SA soundcard.");
67 MODULE_PARM_DESC(enable, "Enable OPL3-SA soundcard.");
70 MODULE_PARM_DESC(isapnp, "PnP detection for specified soundcard.");
73 MODULE_PARM_DESC(port, "Port # for OPL3-SA driver.");
75 MODULE_PARM_DESC(sb_port, "SB port # for OPL3-SA driver.");
77 MODULE_PARM_DESC(wss_port, "WSS port # for OPL3-SA driver.");
79 MODULE_PARM_DESC(fm_port, "FM port # for OPL3-SA driver.");
81 MODULE_PARM_DESC(midi_port, "MIDI port # for OPL3-SA driver.");
83 MODULE_PARM_DESC(irq, "IRQ # for OPL3-SA driver.");
[all …]
Dsscape.c61 MODULE_PARM_DESC(index, "Index number for SoundScape soundcard");
64 MODULE_PARM_DESC(id, "Description for SoundScape card");
67 MODULE_PARM_DESC(port, "Port # for SoundScape driver.");
70 MODULE_PARM_DESC(wss_port, "WSS Port # for SoundScape driver.");
73 MODULE_PARM_DESC(irq, "IRQ # for SoundScape driver.");
76 MODULE_PARM_DESC(mpu_irq, "MPU401 IRQ # for SoundScape driver.");
79 MODULE_PARM_DESC(dma, "DMA # for SoundScape driver.");
82 MODULE_PARM_DESC(dma2, "DMA2 # for SoundScape driver.");
85 MODULE_PARM_DESC(joystick, "Enable gameport.");
/linux-4.4.14/drivers/net/can/cc770/
Dcc770_isa.c86 MODULE_PARM_DESC(port, "I/O port number");
89 MODULE_PARM_DESC(mem, "I/O memory address");
92 MODULE_PARM_DESC(indirect, "Indirect access via address and data port");
95 MODULE_PARM_DESC(irq, "IRQ number");
98 MODULE_PARM_DESC(clk, "External oscillator clock frequency "
102 MODULE_PARM_DESC(cir, "CPU interface register (default=0x40 [DSC])");
105 MODULE_PARM_DESC(cor, "Clockout register (default=0x00)");
108 MODULE_PARM_DESC(bcr, "Bus configuration register (default=0x40 [CBY])");
/linux-4.4.14/sound/isa/galaxy/
Dgalaxy.c41 MODULE_PARM_DESC(index, "Index value for " CRD_NAME " soundcard.");
43 MODULE_PARM_DESC(id, "ID string for " CRD_NAME " soundcard.");
45 MODULE_PARM_DESC(enable, "Enable " CRD_NAME " soundcard.");
57 MODULE_PARM_DESC(port, "Port # for " CRD_NAME " driver.");
59 MODULE_PARM_DESC(wss_port, "WSS port # for " CRD_NAME " driver.");
61 MODULE_PARM_DESC(mpu_port, "MPU-401 port # for " CRD_NAME " driver.");
63 MODULE_PARM_DESC(fm_port, "FM port # for " CRD_NAME " driver.");
65 MODULE_PARM_DESC(irq, "IRQ # for " CRD_NAME " driver.");
67 MODULE_PARM_DESC(mpu_irq, "MPU-401 IRQ # for " CRD_NAME " driver.");
69 MODULE_PARM_DESC(dma1, "Playback DMA # for " CRD_NAME " driver.");
[all …]
/linux-4.4.14/sound/drivers/
Dvirmidi.c70 MODULE_PARM_DESC(index, "Index value for virmidi soundcard.");
72 MODULE_PARM_DESC(id, "ID string for virmidi soundcard.");
74 MODULE_PARM_DESC(enable, "Enable this soundcard.");
76 MODULE_PARM_DESC(midi_devs, "MIDI devices # (1-4)");
Dserial-u16550.c82 MODULE_PARM_DESC(index, "Index value for Serial MIDI.");
84 MODULE_PARM_DESC(id, "ID string for Serial MIDI.");
86 MODULE_PARM_DESC(enable, "Enable UART16550A chip.");
88 MODULE_PARM_DESC(port, "Port # for UART16550A chip.");
90 MODULE_PARM_DESC(irq, "IRQ # for UART16550A chip.");
92 MODULE_PARM_DESC(speed, "Speed in bauds.");
94 MODULE_PARM_DESC(base, "Base for divisor in bauds.");
96 MODULE_PARM_DESC(outs, "Number of MIDI outputs.");
98 MODULE_PARM_DESC(ins, "Number of MIDI inputs.");
100 MODULE_PARM_DESC(droponfull, "Flag to enable drop-on-full buffer mode");
[all …]
/linux-4.4.14/drivers/power/
Dtest_power.c502 MODULE_PARM_DESC(ac_online, "AC charging state <on|off>");
505 MODULE_PARM_DESC(usb_online, "USB charging state <on|off>");
508 MODULE_PARM_DESC(battery_status,
512 MODULE_PARM_DESC(battery_present,
516 MODULE_PARM_DESC(battery_technology,
520 MODULE_PARM_DESC(battery_health,
524 MODULE_PARM_DESC(battery_capacity, "battery capacity (percentage)");
527 MODULE_PARM_DESC(battery_voltage, "battery voltage (millivolts)");
/linux-4.4.14/drivers/net/can/sja1000/
Dsja1000_isa.c52 MODULE_PARM_DESC(port, "I/O port number");
55 MODULE_PARM_DESC(mem, "I/O memory address");
58 MODULE_PARM_DESC(indirect, "Indirect access via address and data port");
61 MODULE_PARM_DESC(irq, "IRQ number");
64 MODULE_PARM_DESC(clk, "External oscillator clock frequency "
68 MODULE_PARM_DESC(cdr, "Clock divider register "
72 MODULE_PARM_DESC(ocr, "Output control register "
/linux-4.4.14/sound/pci/oxygen/
Dvirtuoso.c38 MODULE_PARM_DESC(index, "card index");
40 MODULE_PARM_DESC(id, "ID string");
42 MODULE_PARM_DESC(enable, "enable card");
Dse6x.c49 MODULE_PARM_DESC(index, "card index");
51 MODULE_PARM_DESC(id, "ID string");
53 MODULE_PARM_DESC(enable, "enable card");
/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/
Dkfd_module.c49 MODULE_PARM_DESC(sched_policy,
54 MODULE_PARM_DESC(max_num_of_queues_per_device,
59 MODULE_PARM_DESC(send_sigterm,
/linux-4.4.14/drivers/media/pci/ivtv/
Divtv-driver.c171 MODULE_PARM_DESC(tuner, "Tuner type selection,\n"
173 MODULE_PARM_DESC(radio,
176 MODULE_PARM_DESC(cardtype,
209 MODULE_PARM_DESC(pal, "Set PAL standard: BGH, DK, I, M, N, Nc, 60");
210 MODULE_PARM_DESC(secam, "Set SECAM standard: BGH, DK, L, LC");
211 MODULE_PARM_DESC(ntsc, "Set NTSC standard: M, J (Japan), K (South Korea)");
212 MODULE_PARM_DESC(tunertype,
217 MODULE_PARM_DESC(debug,
231 MODULE_PARM_DESC(fw_debug,
234 MODULE_PARM_DESC(ivtv_pci_latency,
[all …]
/linux-4.4.14/drivers/input/touchscreen/
Dwm9713.c44 MODULE_PARM_DESC(rpu, "Set internal pull up resistor for pen detect.");
58 MODULE_PARM_DESC(pil, "Set current used for pressure measurement.");
67 MODULE_PARM_DESC(pressure, "Set threshold for pressure measurement.");
83 MODULE_PARM_DESC(delay, "Set adc sample delay.");
92 MODULE_PARM_DESC(five_wire, "Set to '1' to use 5-wire touchscreen.");
109 MODULE_PARM_DESC(mask, "Set adc mask function.");
119 MODULE_PARM_DESC(coord, "Polling coordinate mode");
Dwm9712.c44 MODULE_PARM_DESC(rpu, "Set internal pull up resistor for pen detect.");
58 MODULE_PARM_DESC(pil, "Set current used for pressure measurement.");
67 MODULE_PARM_DESC(pressure, "Set threshold for pressure measurement.");
83 MODULE_PARM_DESC(delay, "Set adc sample delay.");
92 MODULE_PARM_DESC(five_wire, "Set to '1' to use 5-wire touchscreen.");
109 MODULE_PARM_DESC(mask, "Set adc mask function.");
119 MODULE_PARM_DESC(coord, "Polling coordinate mode");
Dwm9705.c45 MODULE_PARM_DESC(pil, "Set current used for pressure measurement.");
54 MODULE_PARM_DESC(pressure, "Set threshold for pressure measurement.");
70 MODULE_PARM_DESC(delay, "Set adc sample delay.");
84 MODULE_PARM_DESC(pdd, "Set pen detect comparator threshold");
101 MODULE_PARM_DESC(mask, "Set adc mask function.");
Dmainstone-wm97xx.c73 MODULE_PARM_DESC(cont_rate, "Sampling rate in continuous mode (Hz)");
83 MODULE_PARM_DESC(pen_int, "Pen down detection (1 = interrupt, 0 = polling)");
92 MODULE_PARM_DESC(pressure, "Pressure readback (1 = pressure, 0 = no pressure)");
101 MODULE_PARM_DESC(ac97_touch_slot, "Touch screen data slot AC97 number");
Dzylonite-wm97xx.c58 MODULE_PARM_DESC(cont_rate, "Sampling rate in continuous mode (Hz)");
67 MODULE_PARM_DESC(pressure, "Pressure readback (1 = pressure, 0 = no pressure)");
76 MODULE_PARM_DESC(ac97_touch_slot, "Touch screen data slot AC97 number");
Datmel-wm97xx.c98 MODULE_PARM_DESC(cont_rate, "Sampling rate in continuous mode (Hz)");
108 MODULE_PARM_DESC(pen_int, "Pen down detection (1 = interrupt, 0 = polling)");
117 MODULE_PARM_DESC(pressure, "Pressure readback (1 = pressure, 0 = no pressure)");
126 MODULE_PARM_DESC(ac97_touch_slot, "Touch screen data slot AC97 number");
135 MODULE_PARM_DESC(atmel_gpio_line, "GPIO line number connected to WM97xx");
/linux-4.4.14/sound/pci/ymfpci/
Dymfpci.c53 MODULE_PARM_DESC(index, "Index value for the Yamaha DS-1 PCI soundcard.");
55 MODULE_PARM_DESC(id, "ID string for the Yamaha DS-1 PCI soundcard.");
57 MODULE_PARM_DESC(enable, "Enable Yamaha DS-1 soundcard.");
59 MODULE_PARM_DESC(mpu_port, "MPU-401 Port.");
61 MODULE_PARM_DESC(fm_port, "FM OPL-3 Port.");
64 MODULE_PARM_DESC(joystick_port, "Joystick port address");
67 MODULE_PARM_DESC(rear_switch, "Enable shared rear/line-in switch");
/linux-4.4.14/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_param.c34 MODULE_PARM_DESC(TxDescriptors, "Number of transmit descriptors");
43 MODULE_PARM_DESC(RxDescriptors, "Number of receive descriptors");
56 MODULE_PARM_DESC(Speed, "Speed setting");
68 MODULE_PARM_DESC(Duplex, "Duplex setting");
89 MODULE_PARM_DESC(AutoNeg, "Advertised auto-negotiation setting");
110 MODULE_PARM_DESC(FlowControl, "Flow Control setting");
121 MODULE_PARM_DESC(XsumRX, "Disable or enable Receive Checksum offload");
134 MODULE_PARM_DESC(XsumTX, "Disable or enable Transmit Checksum offload");
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dsw.c399 MODULE_PARM_DESC(swenc, "Set to 1 for software crypto (default 0)\n");
400 MODULE_PARM_DESC(ips, "Set to 0 to not use link power save (default 1)\n");
401 MODULE_PARM_DESC(swlps, "Set to 1 to use SW control power save (default 0)\n");
402 MODULE_PARM_DESC(fwlps, "Set to 1 to use FW control power save (default 1)\n");
403 MODULE_PARM_DESC(msi, "Set to 1 to use MSI interrupts mode (default 0)\n");
404 MODULE_PARM_DESC(debug, "Set debug level (0-5) (default 0)");
405 MODULE_PARM_DESC(disable_watchdog,
407 MODULE_PARM_DESC(ant_sel, "Set to 1 or 2 to force antenna number (default 0)\n");
/linux-4.4.14/kernel/trace/
Dring_buffer_benchmark.c37 MODULE_PARM_DESC(disable_reader, "only run producer");
41 MODULE_PARM_DESC(write_iteration, "# of writes between timestamp readings");
50 MODULE_PARM_DESC(producer_nice, "nice prio for producer");
53 MODULE_PARM_DESC(consumer_nice, "nice prio for consumer");
56 MODULE_PARM_DESC(producer_fifo, "fifo prio for producer");
59 MODULE_PARM_DESC(consumer_fifo, "fifo prio for consumer");
/linux-4.4.14/drivers/s390/char/
Dsclp_cpi.c25 MODULE_PARM_DESC(system_name, "e.g. hostname - max. 8 characters");
27 MODULE_PARM_DESC(sysplex_name, "if applicable - max. 8 characters");
/linux-4.4.14/drivers/platform/x86/
Dacerhdf.c98 MODULE_PARM_DESC(kernelmode, "Kernel mode fan control on / off");
100 MODULE_PARM_DESC(interval, "Polling interval of temperature check");
102 MODULE_PARM_DESC(fanon, "Turn the fan on above this temperature");
104 MODULE_PARM_DESC(fanoff, "Turn the fan off below this temperature");
106 MODULE_PARM_DESC(verbose, "Enable verbose dmesg output");
108 MODULE_PARM_DESC(force_bios, "Force BIOS version and omit BIOS check");
110 MODULE_PARM_DESC(force_product, "Force BIOS product and omit BIOS check");
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dsw.c380 MODULE_PARM_DESC(swenc, "Set to 1 for software crypto (default 0)\n");
381 MODULE_PARM_DESC(ips, "Set to 0 to not use link power save (default 1)\n");
382 MODULE_PARM_DESC(swlps, "Set to 1 to use SW control power save (default 0)\n");
383 MODULE_PARM_DESC(fwlps, "Set to 1 to use FW control power save (default 1)\n");
384 MODULE_PARM_DESC(msi, "Set to 1 to use MSI interrupts mode (default 1)\n");
385 MODULE_PARM_DESC(debug, "Set debug level (0-5) (default 0)");
386 MODULE_PARM_DESC(disable_watchdog, "Set to 1 to disable the watchdog (default 0)\n");
/linux-4.4.14/drivers/mtd/tests/
Dtorturetest.c42 MODULE_PARM_DESC(eb, "eraseblock number within the selected MTD device");
46 MODULE_PARM_DESC(ebcnt, "number of consecutive eraseblocks to torture");
50 MODULE_PARM_DESC(pgcnt, "number of pages per eraseblock to torture (0 => all)");
54 MODULE_PARM_DESC(dev, "MTD device number to use");
58 MODULE_PARM_DESC(gran, "how often the status information should be printed");
62 MODULE_PARM_DESC(check, "if the written data should be checked");
66 MODULE_PARM_DESC(cycles_count, "how many erase cycles to do "
Dnandbiterrs.c56 MODULE_PARM_DESC(dev, "MTD device number to use");
60 MODULE_PARM_DESC(page_offset, "Page number relative to dev start");
64 MODULE_PARM_DESC(seed, "Random seed");
68 MODULE_PARM_DESC(mode, "0=incremental errors, 1=overwrite test");
/linux-4.4.14/sound/pci/vx222/
Dvx222.c45 MODULE_PARM_DESC(index, "Index value for Digigram " CARD_NAME " soundcard.");
47 MODULE_PARM_DESC(id, "ID string for Digigram " CARD_NAME " soundcard.");
49 MODULE_PARM_DESC(enable, "Enable Digigram " CARD_NAME " soundcard.");
51 MODULE_PARM_DESC(mic, "Enable Microphone.");
53 MODULE_PARM_DESC(ibl, "Capture IBL size.");
/linux-4.4.14/drivers/nfc/nfcmrvl/
Duart.c224 MODULE_PARM_DESC(flow_control, "Tell if UART needs flow control at init.");
227 MODULE_PARM_DESC(break_control, "Tell if UART driver must drive break signal.");
230 MODULE_PARM_DESC(hci_muxed, "Tell if transport is muxed in HCI one.");
233 MODULE_PARM_DESC(reset_n_io, "GPIO that is wired to RESET_N signal.");
/linux-4.4.14/drivers/mtd/maps/
Dscx200_docflash.c32 MODULE_PARM_DESC(probe, "Probe for a BIOS mapping");
34 MODULE_PARM_DESC(size, "Size of the flash mapping");
36 MODULE_PARM_DESC(width, "Data width of the flash mapping (8/16)");
38 MODULE_PARM_DESC(flashtype, "Type of MTD probe to do");
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dsw.c445 MODULE_PARM_DESC(swenc, "Set to 1 for software crypto (default 0)\n");
446 MODULE_PARM_DESC(ips, "Set to 0 to not use link power save (default 1)\n");
447 MODULE_PARM_DESC(swlps, "Set to 1 to use SW control power save (default 0)\n");
448 MODULE_PARM_DESC(fwlps, "Set to 1 to use FW control power save (default 1)\n");
449 MODULE_PARM_DESC(msi, "Set to 1 to use MSI interrupts mode (default 1)\n");
450 MODULE_PARM_DESC(debug, "Set debug level (0-5) (default 0)");
451 MODULE_PARM_DESC(disable_watchdog, "Set to 1 to disable the watchdog (default 0)\n");
452 MODULE_PARM_DESC(int_clear, "Set to 0 to disable interrupt clear before set (default 1)\n");
/linux-4.4.14/drivers/input/serio/
Di8042.c37 MODULE_PARM_DESC(nokbd, "Do not probe or use KBD port.");
41 MODULE_PARM_DESC(noaux, "Do not probe or use AUX (mouse) port.");
45 MODULE_PARM_DESC(nomux, "Do not check whether an active multiplexing controller is present.");
49 MODULE_PARM_DESC(unlock, "Ignore keyboard lock.");
53 MODULE_PARM_DESC(reset, "Reset controller during init and cleanup.");
57 MODULE_PARM_DESC(direct, "Put keyboard port into non-translated mode.");
61 MODULE_PARM_DESC(dumbkbd, "Pretend that controller can only read data from keyboard");
65 MODULE_PARM_DESC(noloop, "Disable the AUX Loopback command while probing for the AUX port");
69 MODULE_PARM_DESC(notimeout, "Ignore timeouts signalled by i8042");
73 MODULE_PARM_DESC(kbdreset, "Reset device connected to KBD port");
[all …]
Dparkbd.c59 MODULE_PARM_DESC(port, "Parallel port the adapter is connected to (default is 0)");
63 MODULE_PARM_DESC(mode, "Mode of operation: XT = 0/AT = 1 (default)");
/linux-4.4.14/drivers/usb/gadget/function/
Du_ether.h33 MODULE_PARM_DESC(qmult, "queue length multiplier at high/super speed");\
37 MODULE_PARM_DESC(dev_addr, "Device Ethernet Address"); \
41 MODULE_PARM_DESC(host_addr, "Host Ethernet Address")
Df_mass_storage.h24 MODULE_PARM_DESC(prefix ## name, desc)
29 MODULE_PARM_DESC(prefix ## name, desc)
52 MODULE_PARM_DESC(num_buffers, "Number of pipeline buffers")
/linux-4.4.14/include/linux/usb/
Dcomposite.h534 MODULE_PARM_DESC(idVendor, "USB Vendor ID"); \
537 MODULE_PARM_DESC(idProduct, "USB Product ID"); \
540 MODULE_PARM_DESC(bcdDevice, "USB Device version (BCD)"); \
544 MODULE_PARM_DESC(iSerialNumber, "SerialNumber string"); \
548 MODULE_PARM_DESC(iManufacturer, "USB Manufacturer string"); \
551 MODULE_PARM_DESC(iProduct, "USB Product string")
/linux-4.4.14/sound/drivers/pcsp/
Dpcsp.c32 MODULE_PARM_DESC(index, "Index value for pcsp soundcard.");
34 MODULE_PARM_DESC(id, "ID string for pcsp soundcard.");
36 MODULE_PARM_DESC(enable, "Enable PC-Speaker sound.");
38 MODULE_PARM_DESC(nopcm, "Disable PC-Speaker PCM sound. Only beeps remain.");
/linux-4.4.14/drivers/video/fbdev/matrox/
Dmatroxfb_base.c2489 MODULE_PARM_DESC(mem, "Size of available memory in MB, KB or B (2,4,8,12,16MB, default=autodetect)"…
2491 MODULE_PARM_DESC(disabled, "Disabled (0 or 1=disabled) (default=0)");
2493 MODULE_PARM_DESC(noaccel, "Do not use accelerating engine (0 or 1=disabled) (default=0)");
2495 MODULE_PARM_DESC(nopan, "Disable pan on startup (0 or 1=disabled) (default=0)");
2497 MODULE_PARM_DESC(no_pci_retry, "PCI retries enabled (0 or 1=disabled) (default=0)");
2499 MODULE_PARM_DESC(novga, "VGA I/O (0x3C0-0x3DF) disabled (0 or 1=disabled) (default=0)");
2501 MODULE_PARM_DESC(nobios, "Disables ROM BIOS (0 or 1=disabled) (default=do not change BIOS state)");
2503 MODULE_PARM_DESC(noinit, "Disables W/SG/SD-RAM and bus interface initialization (0 or 1=do not init…
2505 MODULE_PARM_DESC(memtype, "Memory type for G200/G400 (see Documentation/fb/matroxfb.txt for explana…
2507 MODULE_PARM_DESC(mtrr, "This speeds up video memory accesses (0=disabled or 1) (default=1)");
[all …]
/linux-4.4.14/lib/
Dtest_rhashtable.c33 MODULE_PARM_DESC(entries, "Number of entries to add (default: 50000)");
37 MODULE_PARM_DESC(runs, "Number of test runs per variant (default: 4)");
41 MODULE_PARM_DESC(runs, "Maximum table size (default: 65536)");
45 MODULE_PARM_DESC(shrinking, "Enable automatic shrinking (default: off)");
49 MODULE_PARM_DESC(size, "Initial size hint of table (default: 8)");
53 MODULE_PARM_DESC(tcount, "Number of threads to spawn (default: 10)");
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dsw.c404 MODULE_PARM_DESC(swenc, "Set to 1 for software crypto (default 0)\n");
405 MODULE_PARM_DESC(ips, "Set to 0 to not use link power save (default 1)\n");
406 MODULE_PARM_DESC(swlps, "Set to 1 to use SW control power save (default 0)\n");
407 MODULE_PARM_DESC(fwlps, "Set to 1 to use FW control power save (default 1)\n");
408 MODULE_PARM_DESC(msi, "Set to 1 to use MSI interrupts mode (default 1)\n");
409 MODULE_PARM_DESC(debug, "Set debug level (0-5) (default 0)");
410 MODULE_PARM_DESC(disable_watchdog, "Set to 1 to disable the watchdog (default 0)\n");
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dsw.c396 MODULE_PARM_DESC(swenc, "Set to 1 for software crypto (default 0)\n");
397 MODULE_PARM_DESC(ips, "Set to 0 to not use link power save (default 1)\n");
398 MODULE_PARM_DESC(swlps, "Set to 1 to use SW control power save (default 0)\n");
399 MODULE_PARM_DESC(fwlps, "Set to 1 to use FW control power save (default 1)\n");
400 MODULE_PARM_DESC(msi, "Set to 1 to use MSI interrupts mode (default 0)\n");
401 MODULE_PARM_DESC(debug, "Set debug level (0-5) (default 0)");
402 MODULE_PARM_DESC(disable_watchdog, "Set to 1 to disable the watchdog (default 0)\n");
/linux-4.4.14/drivers/scsi/bnx2i/
Dbnx2i_init.c43 MODULE_PARM_DESC(event_coal_min, "Event Coalescing Minimum Commands");
47 MODULE_PARM_DESC(event_coal_div, "Event Coalescing Divide Factor");
51 MODULE_PARM_DESC(en_tcp_dack, "Enable TCP Delayed ACK");
55 MODULE_PARM_DESC(error_mask1, "Config FW iSCSI Error Mask #1");
59 MODULE_PARM_DESC(error_mask2, "Config FW iSCSI Error Mask #2");
63 MODULE_PARM_DESC(sq_size, "Configure SQ size");
67 MODULE_PARM_DESC(rq_size, "Configure RQ size");
/linux-4.4.14/drivers/scsi/bfa/
Dbfad.c90 MODULE_PARM_DESC(os_name, "OS name of the hba host machine");
92 MODULE_PARM_DESC(os_patch, "OS patch level of the hba host machine");
94 MODULE_PARM_DESC(host_name, "Hostname of the hba host machine");
96 MODULE_PARM_DESC(num_rports, "Max number of rports supported per port "
99 MODULE_PARM_DESC(num_ios, "Max number of ioim requests, default=2000");
101 MODULE_PARM_DESC(num_tms, "Max number of task im requests, default=128");
103 MODULE_PARM_DESC(num_fcxps, "Max number of fcxp requests, default=64");
105 MODULE_PARM_DESC(num_ufbufs, "Max number of unsolicited frame "
108 MODULE_PARM_DESC(reqq_size, "Max number of request queue elements, "
111 MODULE_PARM_DESC(rspq_size, "Max number of response queue elements, "
[all …]
/linux-4.4.14/drivers/net/irda/
Dtoim3232-sir.c131 MODULE_PARM_DESC(toim3232delay, "toim3232 dongle write complete delay");
136 MODULE_PARM_DESC(toim3232flipdtr, "toim3232 dongle invert DTR (Reset)");
140 MODULE_PARM_DESC(toim3232fliprts, "toim3232 dongle invert RTS (BR/D)");
/linux-4.4.14/drivers/media/radio/
Dradio-typhoon.c64 MODULE_PARM_DESC(io, "I/O addresses of the Typhoon card (0x316 or 0x336)");
66 MODULE_PARM_DESC(radio_nr, "Radio device numbers");
68 MODULE_PARM_DESC(mutefreq, "Frequency used when muting the card (in kHz)");
Dradio-gemtek.c67 MODULE_PARM_DESC(probe, "Enable automatic device probing.");
70 MODULE_PARM_DESC(hardmute, "Enable 'hard muting' by shutting down PLL, may "
74 MODULE_PARM_DESC(io, "Force I/O ports for the GemTek Radio card if automatic "
80 MODULE_PARM_DESC(radio_nr, "Radio device numbers");
Dradio-rtrack2.c43 MODULE_PARM_DESC(io, "I/O addresses of the RadioTrack card (0x20f or 0x30f)");
45 MODULE_PARM_DESC(radio_nr, "Radio device numbers");
Dradio-aztech.c49 MODULE_PARM_DESC(io, "I/O addresses of the Aztech card (0x350 or 0x358)");
51 MODULE_PARM_DESC(radio_nr, "Radio device numbers");
Dradio-aimslab.c58 MODULE_PARM_DESC(io, "I/O addresses of the RadioTrack card (0x20f or 0x30f)");
60 MODULE_PARM_DESC(radio_nr, "Radio device numbers");
/linux-4.4.14/net/sctp/
Dprobe.c47 MODULE_PARM_DESC(port, "Port to match (0=all)");
51 MODULE_PARM_DESC(fwmark, "skb mark to match (0=no mark)");
55 MODULE_PARM_DESC(bufsize, "Log buffer size (default 64k)");
59 MODULE_PARM_DESC(full, "Full log (1=every ack packet received, 0=only cwnd changes)");
/linux-4.4.14/fs/fscache/
Dmain.c28 MODULE_PARM_DESC(fscache_defer_lookup,
34 MODULE_PARM_DESC(fscache_defer_create,
40 MODULE_PARM_DESC(fscache_debug,
/linux-4.4.14/drivers/i2c/
Di2c-stub.c45 MODULE_PARM_DESC(chip_addr,
50 MODULE_PARM_DESC(functionality, "Override functionality bitfield");
56 MODULE_PARM_DESC(bank_reg, "Bank register");
60 MODULE_PARM_DESC(bank_mask, "Bank value mask");
64 MODULE_PARM_DESC(bank_start, "First banked register");
68 MODULE_PARM_DESC(bank_end, "Last banked register");
/linux-4.4.14/drivers/misc/vmw_vmci/
Dvmci_driver.c28 MODULE_PARM_DESC(disable_host,
33 MODULE_PARM_DESC(disable_guest,
/linux-4.4.14/drivers/clocksource/
Dscx200_hrt.c29 MODULE_PARM_DESC(mhz27, "count at 27.0 MHz (default is 1.0 MHz)");
33 MODULE_PARM_DESC(ppm, "+-adjust to actual XO freq (ppm)");
/linux-4.4.14/drivers/net/wan/
Dsealevel.c368 MODULE_PARM_DESC(io, "The I/O base of the Sealevel card");
370 MODULE_PARM_DESC(txdma, "Transmit DMA channel");
372 MODULE_PARM_DESC(rxdma, "Receive DMA channel");
374 MODULE_PARM_DESC(irq, "The interrupt line setting for the SeaLevel card");
376 MODULE_PARM_DESC(slow, "Set this for an older Sealevel card such as the 4012");
Dhostess_sv11.c329 MODULE_PARM_DESC(io, "The I/O base of the Comtrol Hostess SV11 card");
331 MODULE_PARM_DESC(dma, "Set this to 1 to use DMA1/DMA3 for TX/RX");
333 MODULE_PARM_DESC(irq, "The interrupt line setting for the Comtrol Hostess SV11 card");
/linux-4.4.14/drivers/dma/
Ddmatest.c27 MODULE_PARM_DESC(test_buf_size, "Size of the memcpy test buffer");
32 MODULE_PARM_DESC(channel, "Bus ID of the channel to test (default: any)");
37 MODULE_PARM_DESC(device, "Bus ID of the DMA Engine to test (default: any)");
41 MODULE_PARM_DESC(threads_per_chan,
46 MODULE_PARM_DESC(max_channels,
51 MODULE_PARM_DESC(iterations,
56 MODULE_PARM_DESC(xor_sources,
61 MODULE_PARM_DESC(pq_sources,
66 MODULE_PARM_DESC(timeout, "Transfer Timeout in msec (default: 3000), "
71 MODULE_PARM_DESC(noverify, "Disable random data setup and verification");
[all …]
/linux-4.4.14/drivers/block/
Dnull_blk.c67 MODULE_PARM_DESC(submit_queues, "Number of submission queues");
71 MODULE_PARM_DESC(home_node, "Home node for the device");
101 MODULE_PARM_DESC(queue_mode, "Block interface to use (0=bio,1=rq,2=multiqueue)");
105 MODULE_PARM_DESC(gb, "Size in GB");
109 MODULE_PARM_DESC(bs, "Block size (in bytes)");
113 MODULE_PARM_DESC(nr_devices, "Number of devices to register");
117 MODULE_PARM_DESC(use_lightnvm, "Register as a LightNVM device");
133 MODULE_PARM_DESC(irqmode, "IRQ completion handler. 0-none, 1-softirq, 2-timer");
137 MODULE_PARM_DESC(completion_nsec, "Time in ns to complete a request in hardware. Default: 10,000ns"…
141 MODULE_PARM_DESC(hw_queue_depth, "Queue depth for each hardware queue. Default: 64");
[all …]
/linux-4.4.14/drivers/media/pci/cx88/
Dcx88-i2c.c40 MODULE_PARM_DESC(i2c_debug,"enable debug messages [i2c]");
44 MODULE_PARM_DESC(i2c_scan,"scan i2c bus at insmod time");
48 MODULE_PARM_DESC(i2c_udelay,"i2c delay at insmod time, in usecs "
/linux-4.4.14/drivers/i2c/busses/
Di2c-pca-isa.c211 MODULE_PARM_DESC(base, "I/O base address");
214 MODULE_PARM_DESC(irq, "IRQ");
216 MODULE_PARM_DESC(clock, "Clock rate in hertz.\n\t\t"
/linux-4.4.14/fs/pstore/
Dram.c43 MODULE_PARM_DESC(record_size,
48 MODULE_PARM_DESC(console_size, "size of kernel console log");
52 MODULE_PARM_DESC(ftrace_size, "size of ftrace log");
56 MODULE_PARM_DESC(pmsg_size, "size of user space message log");
60 MODULE_PARM_DESC(mem_address,
65 MODULE_PARM_DESC(mem_size,
70 MODULE_PARM_DESC(mem_type,
75 MODULE_PARM_DESC(dump_oops,
80 MODULE_PARM_DESC(ramoops_ecc,
/linux-4.4.14/drivers/staging/vme/devices/
Dvme_pio2_core.c480 MODULE_PARM_DESC(bus, "Enumeration of VMEbus to which the board is connected");
483 MODULE_PARM_DESC(base, "Base VME address for PIO2 Registers");
486 MODULE_PARM_DESC(vector, "VME IRQ Vector (Lower 4 bits masked)");
489 MODULE_PARM_DESC(level, "VME IRQ Level");
492 MODULE_PARM_DESC(variant, "Last 4 characters of PIO2 board variant");
496 MODULE_PARM_DESC(loopback, "Enable loopback mode on all cards");
/linux-4.4.14/drivers/staging/rdma/ehca/
Dehca_main.c90 MODULE_PARM_DESC(open_aqp1,
92 MODULE_PARM_DESC(debug_level,
95 MODULE_PARM_DESC(hw_level,
98 MODULE_PARM_DESC(nr_ports,
101 MODULE_PARM_DESC(use_hp_mr,
103 MODULE_PARM_DESC(port_act_time,
105 MODULE_PARM_DESC(poll_all_eqs,
107 MODULE_PARM_DESC(static_rate,
109 MODULE_PARM_DESC(scaling_code,
111 MODULE_PARM_DESC(lock_hcalls,
[all …]
/linux-4.4.14/drivers/media/usb/as102/
Das102_drv.c34 MODULE_PARM_DESC(dual_tuner, "Activate Dual-Tuner config (default: off)");
38 MODULE_PARM_DESC(fw_upload, "Turn on/off default FW upload (default: on)");
42 MODULE_PARM_DESC(pid_filtering, "Activate HW PID filtering (default: off)");
46 MODULE_PARM_DESC(ts_auto_disable, "Stream Auto Enable on FW (default: off)");
50 MODULE_PARM_DESC(elna_enable, "Activate eLNA (default: on)");
/linux-4.4.14/sound/ppc/
Dpowermac.c42 MODULE_PARM_DESC(index, "Index value for " CHIP_NAME " soundchip.");
44 MODULE_PARM_DESC(id, "ID string for " CHIP_NAME " soundchip.");
46 MODULE_PARM_DESC(enable_beep, "Enable beep using PCM.");
/linux-4.4.14/sound/pcmcia/vx/
Dvxpocket.c46 MODULE_PARM_DESC(index, "Index value for VXPocket soundcard.");
48 MODULE_PARM_DESC(id, "ID string for VXPocket soundcard.");
50 MODULE_PARM_DESC(enable, "Enable VXPocket soundcard.");
52 MODULE_PARM_DESC(ibl, "Capture IBL size for VXPocket soundcard.");
/linux-4.4.14/sound/isa/ad1816a/
Dad1816a.c58 MODULE_PARM_DESC(index, "Index value for ad1816a based soundcard.");
60 MODULE_PARM_DESC(id, "ID string for ad1816a based soundcard.");
62 MODULE_PARM_DESC(enable, "Enable ad1816a based soundcard.");
64 MODULE_PARM_DESC(clockfreq, "Clock frequency for ad1816a driver (default = 0).");
/linux-4.4.14/drivers/staging/media/lirc/
Dlirc_serial.c1109 MODULE_PARM_DESC(type, "Hardware type (0 = home-brew, 1 = IRdeo,"
1114 MODULE_PARM_DESC(io, "I/O address base (0x3f8 or 0x2f8)");
1118 MODULE_PARM_DESC(iommap, "physical base for memory mapped I/O"
1127 MODULE_PARM_DESC(ioshift, "shift I/O register offset (0 = no shift)");
1130 MODULE_PARM_DESC(irq, "Interrupt (4 or 3)");
1133 MODULE_PARM_DESC(share_irq, "Share interrupts (0 = off, 1 = on)");
1136 MODULE_PARM_DESC(sense, "Override autodetection of IR receiver circuit"
1141 MODULE_PARM_DESC(txsense, "Sense of transmitter circuit"
1146 MODULE_PARM_DESC(softcarrier, "Software carrier (0 = off, 1 = on, default on)");
Dlirc_parallel.c732 MODULE_PARM_DESC(io, "I/O address base (0x3bc, 0x378 or 0x278)");
735 MODULE_PARM_DESC(irq, "Interrupt (7 or 5)");
738 MODULE_PARM_DESC(tx_maxk, "Transmitter mask (default: 0x01)");
741 MODULE_PARM_DESC(debug, "Enable debugging messages");
744 MODULE_PARM_DESC(check_pselecd, "Check for printer (default: 0)");
/linux-4.4.14/drivers/staging/panel/
Dpanel.c487 MODULE_PARM_DESC(parport, "Parallel port index (0=lpt1, 1=lpt2, ...)");
491 MODULE_PARM_DESC(profile,
497 MODULE_PARM_DESC(keypad_type,
502 MODULE_PARM_DESC(lcd_type,
507 MODULE_PARM_DESC(lcd_height, "Number of lines on the LCD");
511 MODULE_PARM_DESC(lcd_width, "Number of columns on the LCD");
515 MODULE_PARM_DESC(lcd_bwidth, "Internal LCD line width (40)");
519 MODULE_PARM_DESC(lcd_hwidth, "LCD line hardware address (64)");
523 MODULE_PARM_DESC(lcd_charset, "LCD character set: 0=standard, 1=KS0074");
527 MODULE_PARM_DESC(lcd_proto,
[all …]
/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-core.c62 MODULE_PARM_DESC(n_devs, " number of driver instances to create");
66 MODULE_PARM_DESC(vid_cap_nr, " videoX start number, -1 is autodetect");
70 MODULE_PARM_DESC(vid_out_nr, " videoX start number, -1 is autodetect");
74 MODULE_PARM_DESC(vbi_cap_nr, " vbiX start number, -1 is autodetect");
78 MODULE_PARM_DESC(vbi_out_nr, " vbiX start number, -1 is autodetect");
82 MODULE_PARM_DESC(sdr_cap_nr, " swradioX start number, -1 is autodetect");
86 MODULE_PARM_DESC(radio_rx_nr, " radioX start number, -1 is autodetect");
90 MODULE_PARM_DESC(radio_tx_nr, " radioX start number, -1 is autodetect");
94 MODULE_PARM_DESC(ccs_cap_mode, " capture crop/compose/scale mode:\n"
100 MODULE_PARM_DESC(ccs_out_mode, " output crop/compose/scale mode:\n"
[all …]
/linux-4.4.14/drivers/scsi/isci/
Dinit.c100 MODULE_PARM_DESC(no_outbound_task_to, "No Outbound Task Timeout (1us incr)");
104 MODULE_PARM_DESC(ssp_max_occ_to, "SSP Max occupancy timeout (100us incr)");
108 MODULE_PARM_DESC(stp_max_occ_to, "STP Max occupancy timeout (100us incr)");
112 MODULE_PARM_DESC(ssp_inactive_to, "SSP inactivity timeout (100us incr)");
116 MODULE_PARM_DESC(stp_inactive_to, "STP inactivity timeout (100us incr)");
120 MODULE_PARM_DESC(phy_gen, "PHY generation (1: 1.5Gbps 2: 3.0Gbps 3: 6.0Gbps)");
124 MODULE_PARM_DESC(max_concurr_spinup, "Max concurrent device spinup");
129 MODULE_PARM_DESC(cable_selection_override,
/linux-4.4.14/sound/usb/
Dcard.c87 MODULE_PARM_DESC(index, "Index value for the USB audio adapter.");
89 MODULE_PARM_DESC(id, "ID string for the USB audio adapter.");
91 MODULE_PARM_DESC(enable, "Enable USB audio adapter.");
93 MODULE_PARM_DESC(vid, "Vendor ID for the USB audio device.");
95 MODULE_PARM_DESC(pid, "Product ID for the USB audio device.");
97 MODULE_PARM_DESC(device_setup, "Specific device setup (if needed).");
99 MODULE_PARM_DESC(ignore_ctl_error,
102 MODULE_PARM_DESC(autoclock, "Enable auto-clock selection for UAC2 devices (default: yes).");
/linux-4.4.14/drivers/mtd/nand/
Dnandsim.c143 MODULE_PARM_DESC(id_bytes, "The ID bytes returned by NAND Flash 'read ID' command");
144 MODULE_PARM_DESC(first_id_byte, "The first byte returned by NAND Flash 'read ID' command (manufact…
145 MODULE_PARM_DESC(second_id_byte, "The second byte returned by NAND Flash 'read ID' command (chip ID…
146 MODULE_PARM_DESC(third_id_byte, "The third byte returned by NAND Flash 'read ID' command (obsolete…
147 MODULE_PARM_DESC(fourth_id_byte, "The fourth byte returned by NAND Flash 'read ID' command (obsolet…
148 MODULE_PARM_DESC(access_delay, "Initial page access delay (microseconds)");
149 MODULE_PARM_DESC(programm_delay, "Page programm delay (microseconds");
150 MODULE_PARM_DESC(erase_delay, "Sector erase delay (milliseconds)");
151 MODULE_PARM_DESC(output_cycle, "Word output (from flash) time (nanoseconds)");
152 MODULE_PARM_DESC(input_cycle, "Word input (to flash) time (nanoseconds)");
[all …]
/linux-4.4.14/drivers/ntb/test/
Dntb_pingpong.c82 MODULE_PARM_DESC(unsafe, "Run even though ntb operations may be unsafe");
86 MODULE_PARM_DESC(delay_ms, "Milliseconds to delay the response to peer");
90 MODULE_PARM_DESC(delay_ms, "Initial doorbell bits to ring on the peer");
/linux-4.4.14/sound/usb/6fire/
Dchip.c42 MODULE_PARM_DESC(index, "Index value for the 6fire sound device");
44 MODULE_PARM_DESC(id, "ID string for the 6fire sound device.");
46 MODULE_PARM_DESC(enable, "Enable the 6fire sound device.");
/linux-4.4.14/drivers/media/i2c/
Dsaa6588.c46 MODULE_PARM_DESC(debug, "enable debug messages");
48 MODULE_PARM_DESC(xtal, "select oscillator frequency (0..3), default 0");
50 MODULE_PARM_DESC(mmbs, "enable MMBS mode: 0=off (default), 1=on");
52 MODULE_PARM_DESC(plvl, "select pause level (0..3), default 0");
54 MODULE_PARM_DESC(bufblocks, "number of buffered blocks, default 100");
Dmsp3400-driver.c93 MODULE_PARM_DESC(opmode, "Forces a MSP3400 opmode. 0=Manual, 1=Autodetect, 2=Autodetect and autosel…
94 MODULE_PARM_DESC(once, "No continuous stereo monitoring");
95 MODULE_PARM_DESC(debug, "Enable debug messages [0-3]");
96 MODULE_PARM_DESC(stereo_threshold, "Sets signal threshold to activate stereo");
97 MODULE_PARM_DESC(standard, "Specify audio standard: 32 = NTSC, 64 = radio, Default: Autodetect");
98 MODULE_PARM_DESC(amsound, "Hardwire AM sound at 6.5Hz (France), FM can autoscan");
99 MODULE_PARM_DESC(dolby, "Activates Dolby processing");
Dtda7432.c53 MODULE_PARM_DESC(debug, "Set debugging level from 0 to 3. Default is off(0).");
55 MODULE_PARM_DESC(loudness, "Turn loudness on(1) else off(0). Default is off(0).");
57 MODULE_PARM_DESC(maxvol, "Set maximium volume to +20dB(0) else +0dB(1). Default is +20dB(0).");
/linux-4.4.14/drivers/media/usb/hdpvr/
Dhdpvr-core.c33 MODULE_PARM_DESC(video_nr, "video device number (-1=Auto)");
40 MODULE_PARM_DESC(hdpvr_debug, "enable debugging output");
44 MODULE_PARM_DESC(default_video_input, "default video input: 0=Component / "
49 MODULE_PARM_DESC(default_audio_input, "default audio input: 0=RCA back / "
54 MODULE_PARM_DESC(boost_audio, "boost the audio signal");
/linux-4.4.14/sound/firewire/fireworks/
Dfireworks.c31 MODULE_PARM_DESC(index, "card index");
33 MODULE_PARM_DESC(id, "ID string");
35 MODULE_PARM_DESC(enable, "enable Fireworks sound card");
37 MODULE_PARM_DESC(resp_buf_size,
40 MODULE_PARM_DESC(resp_buf_debug, "store all responses to buffer");
/linux-4.4.14/sound/isa/opti9xx/
Dopti92x-ad1848.c82 MODULE_PARM_DESC(index, "Index value for opti9xx based soundcard.");
84 MODULE_PARM_DESC(id, "ID string for opti9xx based soundcard.");
89 MODULE_PARM_DESC(isapnp, "Enable ISA PnP detection for specified soundcard.");
92 MODULE_PARM_DESC(port, "WSS port # for opti9xx driver.");
94 MODULE_PARM_DESC(mpu_port, "MPU-401 port # for opti9xx driver.");
96 MODULE_PARM_DESC(fm_port, "FM port # for opti9xx driver.");
98 MODULE_PARM_DESC(irq, "WSS irq # for opti9xx driver.");
100 MODULE_PARM_DESC(mpu_irq, "MPU-401 irq # for opti9xx driver.");
102 MODULE_PARM_DESC(dma1, "1st dma # for opti9xx driver.");
105 MODULE_PARM_DESC(dma2, "2nd dma # for opti9xx driver.");
Dmiro.c69 MODULE_PARM_DESC(index, "Index value for miro soundcard.");
71 MODULE_PARM_DESC(id, "ID string for miro soundcard.");
73 MODULE_PARM_DESC(port, "WSS port # for miro driver.");
75 MODULE_PARM_DESC(mpu_port, "MPU-401 port # for miro driver.");
77 MODULE_PARM_DESC(fm_port, "FM Port # for miro driver.");
79 MODULE_PARM_DESC(irq, "WSS irq # for miro driver.");
81 MODULE_PARM_DESC(mpu_irq, "MPU-401 irq # for miro driver.");
83 MODULE_PARM_DESC(dma1, "1st dma # for miro driver.");
85 MODULE_PARM_DESC(dma2, "2nd dma # for miro driver.");
87 MODULE_PARM_DESC(wss, "wss mode");
[all …]
/linux-4.4.14/arch/powerpc/platforms/pseries/
Dcmm.c74 MODULE_PARM_DESC(delay, "Delay (in seconds) between polls to query hypervisor paging requests. "
77 MODULE_PARM_DESC(delay, "Delay (in seconds) after memory hotplug remove "
81 MODULE_PARM_DESC(oom_kb, "Amount of memory in kb to free on OOM. "
84 MODULE_PARM_DESC(min_mem_mb, "Minimum amount of memory (in MB) to not balloon. "
87 MODULE_PARM_DESC(debug, "Enable module debugging logging. Set to 1 to enable. "
735 MODULE_PARM_DESC(disable, "Disable CMM. Set to 1 to disable. "
/linux-4.4.14/drivers/char/ipmi/
Dipmi_watchdog.c289 MODULE_PARM_DESC(ifnum_to_use, "The interface number to use for the watchdog "
294 MODULE_PARM_DESC(timeout, "Timeout value in seconds.");
297 MODULE_PARM_DESC(pretimeout, "Pretimeout value in seconds.");
300 MODULE_PARM_DESC(timeout, "Timeout value on kernel panic in seconds.");
303 MODULE_PARM_DESC(action, "Timeout action. One of: "
307 MODULE_PARM_DESC(preaction, "Pretimeout action. One of: "
311 MODULE_PARM_DESC(preop, "Pretimeout driver operation. One of: "
315 MODULE_PARM_DESC(start_now, "Set to 1 to start the watchdog as"
319 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started "
/linux-4.4.14/drivers/infiniband/hw/mthca/
Dmthca_main.c58 MODULE_PARM_DESC(debug_level, "Enable debug tracing if > 0");
66 MODULE_PARM_DESC(msi_x, "attempt to use MSI-X if nonzero");
76 MODULE_PARM_DESC(tune_pci, "increase PCI burst from the default set by BIOS if nonzero");
103 MODULE_PARM_DESC(num_qp, "maximum number of QPs per HCA");
106 MODULE_PARM_DESC(rdb_per_qp, "number of RDB buffers per QP");
109 MODULE_PARM_DESC(num_cq, "maximum number of CQs per HCA");
112 MODULE_PARM_DESC(num_mcg, "maximum number of multicast groups per HCA");
115 MODULE_PARM_DESC(num_mpt,
119 MODULE_PARM_DESC(num_mtt,
123 MODULE_PARM_DESC(num_udav, "maximum number of UD address vectors per HCA");
[all …]
/linux-4.4.14/sound/usb/hiface/
Dchip.c54 MODULE_PARM_DESC(index, "Index value for " CARD_NAME " soundcard.");
56 MODULE_PARM_DESC(id, "ID string for " CARD_NAME " soundcard.");
58 MODULE_PARM_DESC(enable, "Enable " CARD_NAME " soundcard.");
/linux-4.4.14/drivers/cpufreq/
Dspeedstep-smi.c384 MODULE_PARM_DESC(smi_port, "Override the BIOS-given IST port with this value "
386 MODULE_PARM_DESC(smi_cmd, "Override the BIOS-given IST command with this value "
388 MODULE_PARM_DESC(smi_sig, "Set to 1 to fake the IST signature when using the "
De_powersaver.c426 MODULE_PARM_DESC(freq_failsafe_off, "Disable current vs max frequency check");
428 MODULE_PARM_DESC(voltage_failsafe_off, "Disable current vs max voltage check");
431 MODULE_PARM_DESC(ignore_acpi_limit, "Don't check ACPI's processor speed limit");
434 MODULE_PARM_DESC(set_max_voltage, "Set maximum CPU voltage (mV) C7-M only");
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/
Dos_intfs.c57 MODULE_PARM_DESC(rtw_ips_mode, "The default IPS mode");
119 MODULE_PARM_DESC(ifname, "The default name to allocate for first interface");
123 MODULE_PARM_DESC(if2name, "The default name to allocate for second interface");
157 MODULE_PARM_DESC(rtw_max_roaming_times, "The max roaming times to try");
160 MODULE_PARM_DESC(rtw_80211d, "Enable 802.11d mechanism");
164 MODULE_PARM_DESC(rtw_btcoex_enable, "Enable BT co-existence mechanism");
169 MODULE_PARM_DESC(rtw_notch_filter, "0:Disable, 1:Enable, 2:Enable only for P2P");
171 MODULE_PARM_DESC(debug, "Set debug level (1-9) (default 1)");
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dsw.c377 MODULE_PARM_DESC(swenc, "Set to 1 for software crypto (default 0)\n");
378 MODULE_PARM_DESC(ips, "Set to 0 to not use link power save (default 1)\n");
379 MODULE_PARM_DESC(swlps, "Set to 1 to use SW control power save (default 1)\n");
380 MODULE_PARM_DESC(fwlps, "Set to 1 to use FW control power save (default 0)\n");
381 MODULE_PARM_DESC(debug, "Set debug level (0-5) (default 0)");
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
Dsw.c380 MODULE_PARM_DESC(swenc, "Set to 1 for software crypto (default 0)\n");
381 MODULE_PARM_DESC(ips, "Set to 0 to not use link power save (default 1)\n");
382 MODULE_PARM_DESC(swlps, "Set to 1 to use SW control power save (default 0)\n");
383 MODULE_PARM_DESC(fwlps, "Set to 1 to use FW control power save (default 1)\n");
384 MODULE_PARM_DESC(debug, "Set debug level (0-5) (default 0)");
/linux-4.4.14/drivers/net/wireless/iwlwifi/
Diwl-drv.c1632 MODULE_PARM_DESC(debug, "debug output mask");
1636 MODULE_PARM_DESC(swcrypto, "using crypto in software (default 0 [hardware])");
1638 MODULE_PARM_DESC(11n_disable,
1642 MODULE_PARM_DESC(amsdu_size_8K, "enable 8K amsdu size (default 0)");
1644 MODULE_PARM_DESC(fw_restart, "restart firmware in case of error (default true)");
1648 MODULE_PARM_DESC(antenna_coupling,
1652 MODULE_PARM_DESC(nvm_file, "NVM file name");
1656 MODULE_PARM_DESC(d0i3_disable, "disable d0i3 functionality (default: Y)");
1660 MODULE_PARM_DESC(lar_disable, "disable LAR functionality (default: N)");
1665 MODULE_PARM_DESC(uapsd_disable, "disable U-APSD functionality (default: N)");
[all …]
/linux-4.4.14/arch/x86/mm/
Dtestmmiotrace.c13 MODULE_PARM_DESC(mmio_address, " Start address of the mapping of 16 kB "
18 MODULE_PARM_DESC(read_far, " Offset of a 32-bit read within 8 MB "
/linux-4.4.14/drivers/auxdisplay/
Dks0108.c46 MODULE_PARM_DESC(ks0108_port, "Parallel port where the LCD is connected");
50 MODULE_PARM_DESC(ks0108_delay, "Delay between each control writing (microseconds)");
/linux-4.4.14/sound/pci/au88x0/
Dau88x0.c33 MODULE_PARM_DESC(index, "Index value for " CARD_NAME " soundcard.");
35 MODULE_PARM_DESC(id, "ID string for " CARD_NAME " soundcard.");
37 MODULE_PARM_DESC(enable, "Enable " CARD_NAME " soundcard.");
39 MODULE_PARM_DESC(pcifix, "Enable VIA-workaround for " CARD_NAME " soundcard.");
/linux-4.4.14/drivers/net/wireless/cw1200/
Dmain.c50 MODULE_PARM_DESC(macaddr, "Override platform_data MAC address");
54 MODULE_PARM_DESC(cw1200_sdd_path, "Override platform_data SDD file");
57 MODULE_PARM_DESC(cw1200_refclk, "Override platform_data reference clock");
61 MODULE_PARM_DESC(cw1200_power_mode, "WSM power mode. 0 == active, 1 == doze, 2 == quiescent (defau…
244 MODULE_PARM_DESC(cw1200_ba_rx_tids, "Block ACK RX TIDs");
245 MODULE_PARM_DESC(cw1200_ba_tx_tids, "Block ACK TX TIDs");
/linux-4.4.14/sound/pci/
Dcs5530.c56 MODULE_PARM_DESC(index, "Index value for CS5530 Audio driver.");
58 MODULE_PARM_DESC(id, "ID string for CS5530 Audio driver.");
60 MODULE_PARM_DESC(enable, "Enable CS5530 Audio driver.");
/linux-4.4.14/sound/pcmcia/pdaudiocf/
Dpdaudiocf.c45 MODULE_PARM_DESC(index, "Index value for " CARD_NAME " soundcard.");
47 MODULE_PARM_DESC(id, "ID string for " CARD_NAME " soundcard.");
49 MODULE_PARM_DESC(enable, "Enable " CARD_NAME " soundcard.");
/linux-4.4.14/sound/pci/cs5535audio/
Dcs5535audio.c44 MODULE_PARM_DESC(ac97_quirk, "AC'97 board specific workarounds.");
63 MODULE_PARM_DESC(index, "Index value for " DRIVER_NAME);
65 MODULE_PARM_DESC(id, "ID string for " DRIVER_NAME);
67 MODULE_PARM_DESC(enable, "Enable " DRIVER_NAME);
/linux-4.4.14/drivers/media/pci/bt8xx/
Dbttv-i2c.c45 MODULE_PARM_DESC(i2c_debug, "configure i2c debug level");
47 MODULE_PARM_DESC(i2c_hw,"force use of hardware i2c support, "
50 MODULE_PARM_DESC(i2c_scan,"scan i2c bus at insmod time");
54 MODULE_PARM_DESC(i2c_udelay,"soft i2c delay at insmod time, in usecs "
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dacceptor.c68 MODULE_PARM_DESC(accept, "Accept connections (secure|all|none)");
70 MODULE_PARM_DESC(accept_port, "Acceptor's port (same on all nodes)");
72 MODULE_PARM_DESC(accept_backlog, "Acceptor's listen backlog");
74 MODULE_PARM_DESC(accept_timeout, "Acceptor's timeout (seconds)");
Drouter.c36 MODULE_PARM_DESC(forwarding, "Explicitly enable/disable forwarding between networks");
40 MODULE_PARM_DESC(tiny_router_buffers, "# of 0 payload messages to buffer in the router");
43 MODULE_PARM_DESC(small_router_buffers, "# of small (1 page) messages to buffer in the router");
46 MODULE_PARM_DESC(large_router_buffers, "# of large messages to buffer in the router");
49 MODULE_PARM_DESC(peer_buffer_credits, "# router buffer credits per peer");
53 MODULE_PARM_DESC(auto_down, "Automatically mark peers down on comms error");
74 MODULE_PARM_DESC(check_routers_before_use, "Assume routers are down and ping them before use");
78 MODULE_PARM_DESC(avoid_asym_router_failure, "Avoid asymmetrical router failures (0 to disable)");
82 MODULE_PARM_DESC(dead_router_check_interval, "Seconds between dead router health checks (<= 0 to di…
86 MODULE_PARM_DESC(live_router_check_interval, "Seconds between live router health checks (<= 0 to di…
[all …]
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
Dsw.c428 MODULE_PARM_DESC(swenc, "Set to 1 for software crypto (default 0)\n");
429 MODULE_PARM_DESC(ips, "Set to 0 to not use link power save (default 1)\n");
430 MODULE_PARM_DESC(swlps, "Set to 1 to use SW control power save (default 1)\n");
431 MODULE_PARM_DESC(fwlps, "Set to 1 to use FW control power save (default 0)\n");
432 MODULE_PARM_DESC(debug, "Set debug level (0-5) (default 0)");
/linux-4.4.14/drivers/input/mouse/
Dhgpk.c48 MODULE_PARM_DESC(tpdebug, "enable debugging, dumping packets to KERN_DEBUG.");
52 MODULE_PARM_DESC(recalib_delta,
58 MODULE_PARM_DESC(jumpy_delay,
63 MODULE_PARM_DESC(spew_delay,
68 MODULE_PARM_DESC(recal_guard_time,
73 MODULE_PARM_DESC(post_interrupt_delay,
78 MODULE_PARM_DESC(autorecal, "enable recalibration in the driver");
82 MODULE_PARM_DESC(hgpk_mode,
Dsynaptics_i2c.c190 MODULE_PARM_DESC(no_decel, "No Deceleration. Default = 1 (on)");
195 MODULE_PARM_DESC(reduce_report, "Reduced Reporting. Default = 0 (off)");
200 MODULE_PARM_DESC(no_filter, "No Filter. Default = 0 (off)");
210 MODULE_PARM_DESC(polling_req, "Request Polling. Default = 0 (use irq)");
215 MODULE_PARM_DESC(scan_rate, "Polling rate in times/sec. Default = 80");
/linux-4.4.14/drivers/media/pci/saa7134/
Dsaa7134-core.c49 MODULE_PARM_DESC(irq_debug,"enable debug messages [IRQ handler]");
53 MODULE_PARM_DESC(core_debug,"enable debug messages [core]");
57 MODULE_PARM_DESC(gpio_tracking,"enable debug messages [gpio]");
61 MODULE_PARM_DESC(alsa,"enable/disable ALSA DMA sound [dmasound]");
65 MODULE_PARM_DESC(latency,"pci latency timer");
69 MODULE_PARM_DESC(no_overlay,"allow override overlay default (0 disables, 1 enables)"
74 MODULE_PARM_DESC(saa7134_userptr, "enable page-aligned userptr support");
89 MODULE_PARM_DESC(video_nr, "video device number");
90 MODULE_PARM_DESC(vbi_nr, "vbi device number");
91 MODULE_PARM_DESC(radio_nr, "radio device number");
[all …]
/linux-4.4.14/drivers/media/pci/zoran/
Dzoran_card.c65 MODULE_PARM_DESC(card, "Card type");
77 MODULE_PARM_DESC(vidmem, "Default video memory base address");
85 MODULE_PARM_DESC(default_input,
90 MODULE_PARM_DESC(default_mux,
95 MODULE_PARM_DESC(default_norm, "Default norm (0=PAL, 1=NTSC, 2=SECAM)");
100 MODULE_PARM_DESC(video_nr, "Video device number (-1=Auto)");
105 MODULE_PARM_DESC(v4l_nbufs, "Maximum number of V4L buffers to use");
107 MODULE_PARM_DESC(v4l_bufsize, "Maximum size per V4L buffer (in kB)");
112 MODULE_PARM_DESC(jpg_nbufs, "Maximum number of JPG buffers to use");
114 MODULE_PARM_DESC(jpg_bufsize, "Maximum size per JPG buffer (in kB)");
[all …]
/linux-4.4.14/drivers/video/fbdev/via/
Dviafbdev.c2102 MODULE_PARM_DESC(viafb_mode, "Set resolution (default=640x480)");
2105 MODULE_PARM_DESC(viafb_mode1, "Set resolution (default=640x480)");
2108 MODULE_PARM_DESC(viafb_bpp, "Set color depth (default=32bpp)");
2111 MODULE_PARM_DESC(viafb_bpp1, "Set color depth (default=32bpp)");
2114 MODULE_PARM_DESC(viafb_refresh,
2118 MODULE_PARM_DESC(viafb_refresh1,
2122 MODULE_PARM_DESC(viafb_lcd_panel_id,
2126 MODULE_PARM_DESC(viafb_lcd_dsp_method,
2130 MODULE_PARM_DESC(viafb_SAMM_ON,
2134 MODULE_PARM_DESC(viafb_accel,
[all …]
/linux-4.4.14/fs/afs/
Dmain.c25 MODULE_PARM_DESC(debug, "AFS debugging mask");
30 MODULE_PARM_DESC(rootcell, "root AFS cell name and VL server IP addr list");
/linux-4.4.14/fs/nfs/
Dcache_lib.c29 MODULE_PARM_DESC(cache_getent, "Path to the client cache upcall program");
31 MODULE_PARM_DESC(cache_getent_timeout, "Timeout (in seconds) after which "
/linux-4.4.14/net/netfilter/
Dnf_conntrack_irc.c50 MODULE_PARM_DESC(ports, "port numbers of IRC servers");
52 MODULE_PARM_DESC(max_dcc_channels, "max number of expected DCC channels per "
55 MODULE_PARM_DESC(dcc_timeout, "timeout on for unestablished DCC channels");
/linux-4.4.14/drivers/net/ethernet/packetengines/
Dhamachi.c529 MODULE_PARM_DESC(max_interrupt_work, "GNIC-II maximum events handled per interrupt");
530 MODULE_PARM_DESC(mtu, "GNIC-II MTU (all boards)");
531 MODULE_PARM_DESC(debug, "GNIC-II debug level (0-7)");
532 MODULE_PARM_DESC(min_rx_pkt, "GNIC-II minimum Rx packets processed between interrupts");
533 MODULE_PARM_DESC(max_rx_gap, "GNIC-II maximum Rx inter-packet gap in 8.192 microsecond units");
534 MODULE_PARM_DESC(max_rx_latency, "GNIC-II time between Rx interrupts in 8.192 microsecond units");
535 MODULE_PARM_DESC(min_tx_pkt, "GNIC-II minimum Tx packets processed between interrupts");
536 MODULE_PARM_DESC(max_tx_gap, "GNIC-II maximum Tx inter-packet gap in 8.192 microsecond units");
537 MODULE_PARM_DESC(max_tx_latency, "GNIC-II time between Tx interrupts in 8.192 microsecond units");
538 MODULE_PARM_DESC(rx_copybreak, "GNIC-II copy breakpoint for copy-only-tiny-frames");
[all …]
/linux-4.4.14/drivers/staging/speakup/
Dspeakup_bns.c127 MODULE_PARM_DESC(ser, "Set the serial port for the synthesizer (0-based).");
128 MODULE_PARM_DESC(start, "Start the synthesizer once it is loaded.");
Dspeakup_dummy.c129 MODULE_PARM_DESC(ser, "Set the serial port for the synthesizer (0-based).");
130 MODULE_PARM_DESC(start, "Start the synthesizer once it is loaded.");
Dspeakup_txprt.c127 MODULE_PARM_DESC(ser, "Set the serial port for the synthesizer (0-based).");
128 MODULE_PARM_DESC(start, "Start the synthesizer once it is loaded.");
/linux-4.4.14/drivers/gpu/drm/cirrus/
Dcirrus_drv.c21 MODULE_PARM_DESC(modeset, "Disable/Enable modesetting");
23 MODULE_PARM_DESC(bpp, "Max bits-per-pixel (default:24)");
/linux-4.4.14/drivers/hwmon/
Ddell-smm-hwmon.c90 MODULE_PARM_DESC(force, "Force loading without checking for supported models");
94 MODULE_PARM_DESC(ignore_dmi, "Continue probing hardware even if DMI data does not match");
99 MODULE_PARM_DESC(restricted, "Allow fan control if SYS_ADMIN capability set");
103 MODULE_PARM_DESC(power_status, "Report power status in /proc/i8k");
108 MODULE_PARM_DESC(fan_mult, "Factor to multiply fan speed with (default: autodetect)");
112 MODULE_PARM_DESC(fan_max, "Maximum configurable fan speed (default: autodetect)");
/linux-4.4.14/sound/pci/hda/
Dhda_intel.c141 MODULE_PARM_DESC(index, "Index value for Intel HD audio interface.");
143 MODULE_PARM_DESC(id, "ID string for Intel HD audio interface.");
145 MODULE_PARM_DESC(enable, "Enable Intel HD audio interface.");
147 MODULE_PARM_DESC(model, "Use the given board model.");
149 MODULE_PARM_DESC(position_fix, "DMA pointer read method."
152 MODULE_PARM_DESC(bdl_pos_adj, "BDL position adjustment offset.");
154 MODULE_PARM_DESC(probe_mask, "Bitmask to probe codecs (default = -1).");
156 MODULE_PARM_DESC(probe_only, "Only probing and no codec initialization.");
158 MODULE_PARM_DESC(jackpoll_ms, "Ms between polling for jack events (default = 0, using unsol events …
160 MODULE_PARM_DESC(single_cmd, "Use single command to communicate with codecs "
[all …]
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/
Dos_intfs.c62 MODULE_PARM_DESC(rtw_ips_mode, "The default IPS mode");
131 MODULE_PARM_DESC(ifname, "The default name to allocate for first interface");
135 MODULE_PARM_DESC(if2name, "The default name to allocate for second interface");
171 MODULE_PARM_DESC(rtw_max_roaming_times, "The max roaming times to try");
175 MODULE_PARM_DESC(rtw_fw_iol, "FW IOL");
180 MODULE_PARM_DESC(rtw_80211d, "Enable 802.11d mechanism");
184 MODULE_PARM_DESC(rtw_notch_filter, "0:Disable, 1:Enable, 2:Enable only for P2P");
186 MODULE_PARM_DESC(debug, "Set debug level (1-9) (default 1)");
190 MODULE_PARM_DESC(monitor_enable, "Enable monitor inferface (default: false)");

12345678910