Home
last modified time | relevance | path

Searched refs:module_param_named (Results 1 – 200 of 448) sorted by relevance

123

/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_drv.c199 module_param_named(no_wb, radeon_no_wb, int, 0444);
202 module_param_named(modeset, radeon_modeset, int, 0400);
205 module_param_named(dynclks, radeon_dynclks, int, 0444);
208 module_param_named(r4xx_atom, radeon_r4xx_atom, int, 0444);
211 module_param_named(vramlimit, radeon_vram_limit, int, 0600);
214 module_param_named(agpmode, radeon_agpmode, int, 0444);
217 module_param_named(gartsize, radeon_gart_size, int, 0600);
220 module_param_named(benchmark, radeon_benchmarking, int, 0444);
223 module_param_named(test, radeon_testing, int, 0444);
226 module_param_named(connector_table, radeon_connector_table, int, 0444);
[all …]
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_drv.c87 module_param_named(vramlimit, amdgpu_vram_limit, int, 0600);
90 module_param_named(gartsize, amdgpu_gart_size, int, 0600);
93 module_param_named(benchmark, amdgpu_benchmarking, int, 0444);
96 module_param_named(test, amdgpu_testing, int, 0444);
99 module_param_named(audio, amdgpu_audio, int, 0444);
102 module_param_named(disp_priority, amdgpu_disp_priority, int, 0444);
105 module_param_named(hw_i2c, amdgpu_hw_i2c, int, 0444);
108 module_param_named(pcie_gen2, amdgpu_pcie_gen2, int, 0444);
111 module_param_named(msi, amdgpu_msi, int, 0444);
114 module_param_named(lockup_timeout, amdgpu_lockup_timeout, int, 0444);
[all …]
/linux-4.4.14/drivers/gpu/drm/i915/
Di915_params.c60 module_param_named(modeset, i915.modeset, int, 0400);
137 module_param_named(fastboot, i915.fastboot, bool, 0600);
159 module_param_named(disable_display, i915.disable_display, bool, 0600);
173 module_param_named(mmio_debug, i915.mmio_debug, int, 0600);
178 module_param_named(verbose_state_checks, i915.verbose_state_checks, bool, 0600);
196 module_param_named(guc_log_level, i915.guc_log_level, int, 0400);
/linux-4.4.14/arch/x86/platform/uv/
Duv_nmi.c89 module_param_named(dump_loglevel, uv_nmi_loglevel, int, 0644);
114 module_param_named(nmi_count, uv_nmi_count, local64, 0644);
117 module_param_named(nmi_misses, uv_nmi_misses, local64, 0644);
120 module_param_named(ping_count, uv_nmi_ping_count, local64, 0644);
123 module_param_named(ping_misses, uv_nmi_ping_misses, local64, 0644);
129 module_param_named(initial_delay, uv_nmi_initial_delay, int, 0644);
132 module_param_named(slave_delay, uv_nmi_slave_delay, int, 0644);
135 module_param_named(loop_delay, uv_nmi_loop_delay, int, 0644);
138 module_param_named(trigger_delay, uv_nmi_trigger_delay, int, 0644);
141 module_param_named(wait_count, uv_nmi_wait_count, int, 0644);
[all …]
/linux-4.4.14/drivers/ide/
Dide.c170 module_param_named(vlb_clock, ide_vlb_clk, int, 0);
176 module_param_named(pci_clock, ide_pci_clk, int, 0);
210 module_param_named(nodma, ide_nodma, ide_dev_mask, 0);
215 module_param_named(noflush, ide_noflush, ide_dev_mask, 0);
220 module_param_named(nohpa, ide_nohpa, ide_dev_mask, 0);
225 module_param_named(noprobe, ide_noprobe, ide_dev_mask, 0);
230 module_param_named(nowerr, ide_nowerr, ide_dev_mask, 0);
235 module_param_named(cdrom, ide_cdroms, ide_dev_mask, 0);
Dide-4drives.c11 module_param_named(probe, probe_4drives, bool, 0);
Ddtc2278.c135 module_param_named(probe, probe_dtc2278, bool, 0);
Dide-acpi.c55 module_param_named(noacpi, ide_noacpi, bool, 0);
59 module_param_named(acpigtf, ide_acpigtf, bool, 0);
63 module_param_named(acpionboot, ide_acpionboot, bool, 0);
Dumc8672.c165 module_param_named(probe, probe_umc8672, bool, 0);
Dgayle.c54 module_param_named(doubler, ide_doubler, bool, 0);
Dide-pci-generic.c33 module_param_named(all_generic_ide, ide_generic_all, bool, 0444);
Dali14xx.c226 module_param_named(probe, probe_ali14xx, bool, 0);
Dht6560b.c322 module_param_named(probe, probe_ht6560b, bool, 0);
Dcs5536.c305 module_param_named(msr, use_msr, int, 0644);
Dqd65xx.c421 module_param_named(probe, probe_qd65xx, bool, 0);
/linux-4.4.14/drivers/usb/gadget/legacy/
Dzero.c233 module_param_named(buflen, gzero_options.bulk_buflen, uint, 0);
234 module_param_named(pattern, gzero_options.pattern, uint, S_IRUGO|S_IWUSR);
237 module_param_named(isoc_interval, gzero_options.isoc_interval, uint,
241 module_param_named(isoc_maxpacket, gzero_options.isoc_maxpacket, uint,
245 module_param_named(isoc_mult, gzero_options.isoc_mult, uint, S_IRUGO|S_IWUSR);
248 module_param_named(isoc_maxburst, gzero_options.isoc_maxburst, uint,
255 module_param_named(qlen, gzero_options.qlen, uint, S_IRUGO|S_IWUSR);
Dg_ffs.c82 module_param_named(bDeviceClass, gfs_dev_desc.bDeviceClass, byte, 0644);
84 module_param_named(bDeviceSubClass, gfs_dev_desc.bDeviceSubClass, byte, 0644);
86 module_param_named(bDeviceProtocol, gfs_dev_desc.bDeviceProtocol, byte, 0644);
Dprinter.c48 module_param_named(iSerialNum, coverwrite.serial_number, charp, S_IRUGO);
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dsw.c390 module_param_named(swenc, rtl8723be_mod_params.sw_crypto, bool, 0444);
391 module_param_named(debug, rtl8723be_mod_params.debug, int, 0444);
392 module_param_named(ips, rtl8723be_mod_params.inactiveps, bool, 0444);
393 module_param_named(swlps, rtl8723be_mod_params.swctrl_lps, bool, 0444);
394 module_param_named(fwlps, rtl8723be_mod_params.fwctrl_lps, bool, 0444);
395 module_param_named(msi, rtl8723be_mod_params.msi_support, bool, 0444);
396 module_param_named(disable_watchdog, rtl8723be_mod_params.disable_watchdog,
398 module_param_named(ant_sel, rtl8723be_mod_params.ant_sel, int, 0444);
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dsw.c372 module_param_named(swenc, rtl92ee_mod_params.sw_crypto, bool, 0444);
373 module_param_named(debug, rtl92ee_mod_params.debug, int, 0444);
374 module_param_named(ips, rtl92ee_mod_params.inactiveps, bool, 0444);
375 module_param_named(swlps, rtl92ee_mod_params.swctrl_lps, bool, 0444);
376 module_param_named(fwlps, rtl92ee_mod_params.fwctrl_lps, bool, 0444);
377 module_param_named(msi, rtl92ee_mod_params.msi_support, bool, 0444);
378 module_param_named(disable_watchdog, rtl92ee_mod_params.disable_watchdog,
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dsw.c436 module_param_named(swenc, rtl8821ae_mod_params.sw_crypto, bool, 0444);
437 module_param_named(debug, rtl8821ae_mod_params.debug, int, 0444);
438 module_param_named(ips, rtl8821ae_mod_params.inactiveps, bool, 0444);
439 module_param_named(swlps, rtl8821ae_mod_params.swctrl_lps, bool, 0444);
440 module_param_named(fwlps, rtl8821ae_mod_params.fwctrl_lps, bool, 0444);
441 module_param_named(msi, rtl8821ae_mod_params.msi_support, bool, 0444);
442 module_param_named(disable_watchdog, rtl8821ae_mod_params.disable_watchdog,
444 module_param_named(int_clear, rtl8821ae_mod_params.int_clear, bool, 0444);
/linux-4.4.14/drivers/input/serio/
Di8042.c36 module_param_named(nokbd, i8042_nokbd, bool, 0);
40 module_param_named(noaux, i8042_noaux, bool, 0);
44 module_param_named(nomux, i8042_nomux, bool, 0);
48 module_param_named(unlock, i8042_unlock, bool, 0);
52 module_param_named(reset, i8042_reset, bool, 0);
56 module_param_named(direct, i8042_direct, bool, 0);
60 module_param_named(dumbkbd, i8042_dumbkbd, bool, 0);
64 module_param_named(noloop, i8042_noloop, bool, 0);
68 module_param_named(notimeout, i8042_notimeout, bool, 0);
72 module_param_named(kbdreset, i8042_kbdreset, bool, 0);
[all …]
Dparkbd.c58 module_param_named(port, parkbd_pp_no, int, 0);
62 module_param_named(mode, parkbd_mode, uint, 0);
/linux-4.4.14/include/linux/usb/
Dcomposite.h533 module_param_named(idVendor, coverwrite.idVendor, ushort, S_IRUGO); \
536 module_param_named(idProduct, coverwrite.idProduct, ushort, S_IRUGO); \
539 module_param_named(bcdDevice, coverwrite.bcdDevice, ushort, S_IRUGO); \
542 module_param_named(iSerialNumber, coverwrite.serial_number, charp, \
546 module_param_named(iManufacturer, coverwrite.manufacturer, charp, \
550 module_param_named(iProduct, coverwrite.product, charp, S_IRUGO); \
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dsw.c396 module_param_named(swenc, rtl88ee_mod_params.sw_crypto, bool, 0444);
397 module_param_named(debug, rtl88ee_mod_params.debug, int, 0444);
398 module_param_named(ips, rtl88ee_mod_params.inactiveps, bool, 0444);
399 module_param_named(swlps, rtl88ee_mod_params.swctrl_lps, bool, 0444);
400 module_param_named(fwlps, rtl88ee_mod_params.fwctrl_lps, bool, 0444);
401 module_param_named(msi, rtl88ee_mod_params.msi_support, bool, 0444);
402 module_param_named(disable_watchdog, rtl88ee_mod_params.disable_watchdog,
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dsw.c388 module_param_named(swenc, rtl8723e_mod_params.sw_crypto, bool, 0444);
389 module_param_named(debug, rtl8723e_mod_params.debug, int, 0444);
390 module_param_named(ips, rtl8723e_mod_params.inactiveps, bool, 0444);
391 module_param_named(swlps, rtl8723e_mod_params.swctrl_lps, bool, 0444);
392 module_param_named(fwlps, rtl8723e_mod_params.fwctrl_lps, bool, 0444);
393 module_param_named(msi, rtl8723e_mod_params.msi_support, bool, 0444);
394 module_param_named(disable_watchdog, rtl8723e_mod_params.disable_watchdog,
/linux-4.4.14/fs/fscache/
Dmain.c26 module_param_named(defer_lookup, fscache_defer_lookup, uint,
32 module_param_named(defer_create, fscache_defer_create, uint,
38 module_param_named(debug, fscache_debug, uint,
/linux-4.4.14/drivers/misc/vmw_vmci/
Dvmci_driver.c27 module_param_named(disable_host, vmci_disable_host, bool, 0);
32 module_param_named(disable_guest, vmci_disable_guest, bool, 0);
Dvmci_guest.c43 module_param_named(disable_msi, vmci_disable_msi, bool, 0);
47 module_param_named(disable_msix, vmci_disable_msix, bool, 0);
/linux-4.4.14/drivers/staging/rdma/ehca/
Dehca_main.c77 module_param_named(open_aqp1, ehca_open_aqp1, bool, S_IRUGO);
78 module_param_named(debug_level, ehca_debug_level, int, S_IRUGO);
79 module_param_named(hw_level, ehca_hw_level, int, S_IRUGO);
80 module_param_named(nr_ports, ehca_nr_ports, int, S_IRUGO);
81 module_param_named(use_hp_mr, ehca_use_hp_mr, bool, S_IRUGO);
82 module_param_named(port_act_time, ehca_port_act_time, int, S_IRUGO);
83 module_param_named(poll_all_eqs, ehca_poll_all_eqs, bool, S_IRUGO);
84 module_param_named(static_rate, ehca_static_rate, int, S_IRUGO);
85 module_param_named(scaling_code, ehca_scaling_code, bool, S_IRUGO);
86 module_param_named(lock_hcalls, ehca_lock_hcalls, bint, S_IRUGO);
[all …]
/linux-4.4.14/drivers/media/usb/as102/
Das102_drv.c33 module_param_named(dual_tuner, dual_tuner, int, 0644);
37 module_param_named(fw_upload, fw_upload, int, 0644);
41 module_param_named(pid_filtering, pid_filtering, int, 0644);
45 module_param_named(ts_auto_disable, ts_auto_disable, int, 0644);
49 module_param_named(elna_enable, elna_enable, int, 0644);
/linux-4.4.14/drivers/fmc/
Dfmc-dump.c17 module_param_named(dump_eeprom, fmc_must_dump_eeprom, int, 0644);
19 module_param_named(dump_sdb, fmc_must_dump_sdb, int, 0644);
Dfmc-fakedev.c33 module_param_named(ndev, ff_nr_dev, int, 0444);
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dsw.c372 module_param_named(swenc, rtl92de_mod_params.sw_crypto, bool, 0444);
373 module_param_named(debug, rtl92de_mod_params.debug, int, 0444);
374 module_param_named(ips, rtl92de_mod_params.inactiveps, bool, 0444);
375 module_param_named(swlps, rtl92de_mod_params.swctrl_lps, bool, 0444);
376 module_param_named(fwlps, rtl92de_mod_params.fwctrl_lps, bool, 0444);
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
Dsw.c375 module_param_named(swenc, rtl92ce_mod_params.sw_crypto, bool, 0444);
376 module_param_named(debug, rtl92ce_mod_params.debug, int, 0444);
377 module_param_named(ips, rtl92ce_mod_params.inactiveps, bool, 0444);
378 module_param_named(swlps, rtl92ce_mod_params.swctrl_lps, bool, 0444);
379 module_param_named(fwlps, rtl92ce_mod_params.fwctrl_lps, bool, 0444);
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
Dsw.c423 module_param_named(swenc, rtl92se_mod_params.sw_crypto, bool, 0444);
424 module_param_named(debug, rtl92se_mod_params.debug, int, 0444);
425 module_param_named(ips, rtl92se_mod_params.inactiveps, bool, 0444);
426 module_param_named(swlps, rtl92se_mod_params.swctrl_lps, bool, 0444);
427 module_param_named(fwlps, rtl92se_mod_params.fwctrl_lps, bool, 0444);
/linux-4.4.14/drivers/net/wireless/iwlwifi/
Diwl-drv.c1630 module_param_named(debug, iwlwifi_mod_params.debug_level, uint,
1635 module_param_named(swcrypto, iwlwifi_mod_params.sw_crypto, int, S_IRUGO);
1637 module_param_named(11n_disable, iwlwifi_mod_params.disable_11n, uint, S_IRUGO);
1640 module_param_named(amsdu_size_8K, iwlwifi_mod_params.amsdu_size_8K,
1643 module_param_named(fw_restart, iwlwifi_mod_params.restart_fw, bool, S_IRUGO);
1646 module_param_named(antenna_coupling, iwlwifi_mod_params.ant_coupling,
1651 module_param_named(nvm_file, iwlwifi_mod_params.nvm_file, charp, S_IRUGO);
1654 module_param_named(d0i3_disable, iwlwifi_mod_params.d0i3_disable,
1658 module_param_named(lar_disable, iwlwifi_mod_params.lar_disable,
1662 module_param_named(uapsd_disable, iwlwifi_mod_params.uapsd_disable,
[all …]
/linux-4.4.14/security/apparmor/
Dlsm.c697 module_param_named(debug, aa_g_debug, aabool, S_IRUSR | S_IWUSR);
708 module_param_named(audit_header, aa_g_audit_header, aabool,
716 module_param_named(lock_policy, aa_g_lock_policy, aalockpolicy,
721 module_param_named(logsyscall, aa_g_logsyscall, aabool, S_IRUSR | S_IWUSR);
725 module_param_named(path_max, aa_g_path_max, aauint, S_IRUSR | S_IWUSR);
731 module_param_named(paranoid_load, aa_g_paranoid_load, aabool,
736 module_param_named(enabled, apparmor_enabled, bool, S_IRUGO);
/linux-4.4.14/arch/powerpc/platforms/pseries/
Dcmm.c73 module_param_named(delay, delay, uint, S_IRUGO | S_IWUSR);
76 module_param_named(hotplug_delay, hotplug_delay, uint, S_IRUGO | S_IWUSR);
80 module_param_named(oom_kb, oom_kb, uint, S_IRUGO | S_IWUSR);
83 module_param_named(min_mem_mb, min_mem_mb, ulong, S_IRUGO | S_IWUSR);
86 module_param_named(debug, cmm_debug, uint, S_IRUGO | S_IWUSR);
/linux-4.4.14/drivers/infiniband/hw/mthca/
Dmthca_main.c57 module_param_named(debug_level, mthca_debug_level, int, 0644);
102 module_param_named(num_qp, hca_profile.num_qp, int, 0444);
105 module_param_named(rdb_per_qp, hca_profile.rdb_per_qp, int, 0444);
108 module_param_named(num_cq, hca_profile.num_cq, int, 0444);
111 module_param_named(num_mcg, hca_profile.num_mcg, int, 0444);
114 module_param_named(num_mpt, hca_profile.num_mpt, int, 0444);
118 module_param_named(num_mtt, hca_profile.num_mtt, int, 0444);
122 module_param_named(num_udav, hca_profile.num_udav, int, 0444);
125 module_param_named(fmr_reserved_mtts, hca_profile.fmr_reserved_mtts, int, 0444);
130 module_param_named(log_mtts_per_seg, log_mtts_per_seg, int, 0444);
Dmthca_catas.c56 module_param_named(catas_reset_disable, catas_reset_disable, int, 0644);
/linux-4.4.14/drivers/staging/speakup/
Dspeakup_bns.c124 module_param_named(ser, synth_bns.ser, int, S_IRUGO);
125 module_param_named(start, synth_bns.startup, short, S_IRUGO);
Dspeakup_dummy.c126 module_param_named(ser, synth_dummy.ser, int, S_IRUGO);
127 module_param_named(start, synth_dummy.startup, short, S_IRUGO);
Dspeakup_txprt.c124 module_param_named(ser, synth_txprt.ser, int, S_IRUGO);
125 module_param_named(start, synth_txprt.startup, short, S_IRUGO);
Dspeakup_spkout.c143 module_param_named(ser, synth_spkout.ser, int, S_IRUGO);
144 module_param_named(start, synth_spkout.startup, short, S_IRUGO);
Dspeakup_acntsa.c140 module_param_named(ser, synth_acntsa.ser, int, S_IRUGO);
141 module_param_named(start, synth_acntsa.startup, short, S_IRUGO);
Dspeakup_ltlk.c172 module_param_named(ser, synth_ltlk.ser, int, S_IRUGO);
173 module_param_named(start, synth_ltlk.startup, short, S_IRUGO);
Dspeakup_audptr.c174 module_param_named(ser, synth_audptr.ser, int, S_IRUGO);
175 module_param_named(start, synth_audptr.startup, short, S_IRUGO);
Dspeakup_apollo.c204 module_param_named(ser, synth_apollo.ser, int, S_IRUGO);
205 module_param_named(start, synth_apollo.startup, short, S_IRUGO);
Dspeakup_decext.c233 module_param_named(ser, synth_decext.ser, int, S_IRUGO);
234 module_param_named(start, synth_decext.startup, short, S_IRUGO);
Dspeakup_acntpc.c315 module_param_named(port, port_forced, int, S_IRUGO);
316 module_param_named(start, synth_acntpc.startup, short, S_IRUGO);
Dspeakup_keypc.c316 module_param_named(port, port_forced, int, S_IRUGO);
317 module_param_named(start, synth_keypc.startup, short, S_IRUGO);
Dspeakup_dectlk.c302 module_param_named(ser, synth_dectlk.ser, int, S_IRUGO);
303 module_param_named(start, synth_dectlk.startup, short, S_IRUGO);
Dspeakup_dtlk.c385 module_param_named(port, port_forced, int, S_IRUGO);
386 module_param_named(start, synth_dtlk.startup, short, S_IRUGO);
Dspeakup_soft.c350 module_param_named(start, synth_soft.startup, short, S_IRUGO);
Dspeakup_decpc.c493 module_param_named(start, synth_dec_pc.startup, short, S_IRUGO);
/linux-4.4.14/drivers/usb/gadget/function/
Df_mass_storage.h27 module_param_named(prefix ## name, params.name, type, \
51 module_param_named(num_buffers, fsg_num_buffers, uint, S_IRUGO);\
/linux-4.4.14/drivers/gpu/drm/cirrus/
Dcirrus_drv.c22 module_param_named(modeset, cirrus_modeset, int, 0400);
24 module_param_named(bpp, cirrus_bpp, int, 0400);
/linux-4.4.14/drivers/staging/android/
Dlowmemorykiller.c200 module_param_named(cost, lowmem_shrinker.seeks, int, S_IRUGO | S_IWUSR);
205 module_param_named(debug_level, lowmem_debug_level, uint, S_IRUGO | S_IWUSR);
/linux-4.4.14/drivers/input/touchscreen/
Dmk712.c53 module_param_named(io, mk712_io, uint, 0);
57 module_param_named(irq, mk712_irq, uint, 0);
/linux-4.4.14/drivers/scsi/
Dscsi_debug.c4072 module_param_named(add_host, scsi_debug_add_host, int, S_IRUGO | S_IWUSR);
4073 module_param_named(ato, scsi_debug_ato, int, S_IRUGO);
4074 module_param_named(clustering, scsi_debug_clustering, bool, S_IRUGO | S_IWUSR);
4075 module_param_named(delay, scsi_debug_delay, int, S_IRUGO | S_IWUSR);
4076 module_param_named(dev_size_mb, scsi_debug_dev_size_mb, int, S_IRUGO);
4077 module_param_named(dif, scsi_debug_dif, int, S_IRUGO);
4078 module_param_named(dix, scsi_debug_dix, int, S_IRUGO);
4079 module_param_named(dsense, scsi_debug_dsense, int, S_IRUGO | S_IWUSR);
4080 module_param_named(every_nth, scsi_debug_every_nth, int, S_IRUGO | S_IWUSR);
4081 module_param_named(fake_rw, scsi_debug_fake_rw, int, S_IRUGO | S_IWUSR);
[all …]
Dvmw_pvscsi.c118 module_param_named(ring_pages, pvscsi_ring_pages, int, PVSCSI_RW);
125 module_param_named(msg_ring_pages, pvscsi_msg_ring_pages, int, PVSCSI_RW);
129 module_param_named(cmd_per_lun, pvscsi_cmd_per_lun, int, PVSCSI_RW);
133 module_param_named(disable_msi, pvscsi_disable_msi, bool, PVSCSI_RW);
136 module_param_named(disable_msix, pvscsi_disable_msix, bool, PVSCSI_RW);
139 module_param_named(use_msg, pvscsi_use_msg, bool, PVSCSI_RW);
142 module_param_named(use_req_threshold, pvscsi_use_req_threshold,
Discsi_tcp.c59 module_param_named(max_lun, iscsi_max_lun, uint, S_IRUGO);
62 module_param_named(debug_iscsi_tcp, iscsi_sw_tcp_dbg, int,
/linux-4.4.14/drivers/tty/ipwireless/
Dmain.c53 module_param_named(debug, ipwireless_debug, int, 0);
54 module_param_named(loopback, ipwireless_loopback, int, 0);
55 module_param_named(out_queue, ipwireless_out_queue, int, 0);
/linux-4.4.14/drivers/infiniband/ulp/iser/
Discsi_iser.c89 module_param_named(debug_level, iser_debug_level, int, S_IRUGO | S_IWUSR);
93 module_param_named(max_lun, iscsi_max_lun, uint, S_IRUGO);
97 module_param_named(max_sectors, iser_max_sectors, uint, S_IRUGO | S_IWUSR);
101 module_param_named(always_register, iser_always_reg, bool, S_IRUGO);
106 module_param_named(pi_enable, iser_pi_enable, bool, S_IRUGO);
110 module_param_named(pi_guard, iser_pi_guard, int, S_IRUGO);
/linux-4.4.14/drivers/media/i2c/
Dmsp3400-driver.c86 module_param_named(once, msp_once, bool, 0644);
87 module_param_named(debug, msp_debug, int, 0644);
88 module_param_named(stereo_threshold, msp_stereo_thresh, int, 0644);
89 module_param_named(standard, msp_standard, int, 0644);
90 module_param_named(amsound, msp_amsound, bool, 0644);
91 module_param_named(dolby, msp_dolby, bool, 0644);
/linux-4.4.14/drivers/net/wireless/ti/wl18xx/
Dmain.c2064 module_param_named(ht_mode, ht_mode_param, charp, S_IRUSR);
2067 module_param_named(board_type, board_type_param, charp, S_IRUSR);
2071 module_param_named(checksum, checksum_param, bool, S_IRUSR);
2074 module_param_named(dc2dc, dc2dc_param, int, S_IRUSR);
2077 module_param_named(n_antennas_2, n_antennas_2_param, int, S_IRUSR);
2081 module_param_named(n_antennas_5, n_antennas_5_param, int, S_IRUSR);
2085 module_param_named(low_band_component, low_band_component_param, int,
2090 module_param_named(low_band_component_type, low_band_component_type_param,
2095 module_param_named(high_band_component, high_band_component_param, int,
2100 module_param_named(high_band_component_type, high_band_component_type_param,
[all …]
/linux-4.4.14/drivers/scsi/sym53c8xx_2/
Dsym_glue.c61 module_param_named(cmd_per_lun, sym_driver_setup.max_tag, ushort, 0);
62 module_param_named(burst, sym_driver_setup.burst_order, byte, 0);
63 module_param_named(led, sym_driver_setup.scsi_led, byte, 0);
64 module_param_named(diff, sym_driver_setup.scsi_diff, byte, 0);
65 module_param_named(irqm, sym_driver_setup.irq_mode, byte, 0);
66 module_param_named(buschk, sym_driver_setup.scsi_bus_check, byte, 0);
67 module_param_named(hostid, sym_driver_setup.host_id, byte, 0);
68 module_param_named(verb, sym_driver_setup.verbose, byte, 0);
69 module_param_named(debug, sym_debug_flags, uint, 0);
70 module_param_named(settle, sym_driver_setup.settle_delay, byte, 0);
[all …]
/linux-4.4.14/drivers/s390/char/
Dhmcdrv_mod.c28 module_param_named(cachesize, hmcdrv_mod_cachesize, ulong, S_IRUGO);
Dmonwriter.c391 module_param_named(max_bufs, mon_max_bufs, int, 0644);
/linux-4.4.14/drivers/cpufreq/
Dpowernow-k6.c32 module_param_named(max_multiplier, param_max_multiplier, uint, S_IRUGO);
35 module_param_named(bus_frequency, param_busfreq, uint, S_IRUGO);
/linux-4.4.14/drivers/media/usb/dvb-usb/
Ddvb-usb-init.c18 module_param_named(debug, dvb_usb_debug, int, 0644);
22 module_param_named(disable_rc_polling, dvb_usb_disable_rc_polling, int, 0644);
26 module_param_named(force_pid_filter_usage, dvb_usb_force_pid_filter_usage, int, 0444);
Daf9005-remote.c29 module_param_named(debug, dvb_usb_af9005_remote_debug, int, 0644);
DcinergyT2-core.c36 module_param_named(debug, dvb_usb_cinergyt2_debug, int, 0644);
Ddtv5100.c30 module_param_named(debug, dvb_usb_dtv5100_debug, int, 0644);
Daf9005.c28 module_param_named(debug, dvb_usb_af9005_debug, int, 0644);
34 module_param_named(led, dvb_usb_af9005_led, bool, 0644);
39 module_param_named(dump_eeprom, dvb_usb_af9005_dump_eeprom, int, 0);
Dvp7045.c19 module_param_named(debug,dvb_usb_vp7045_debug, int, 0644);
Ddtt200u.c18 module_param_named(debug,dvb_usb_dtt200u_debug, int, 0644);
Dttusb2.c42 module_param_named(debug,dvb_usb_ttusb2_debug, int, 0644);
45 module_param_named(debug_ci,dvb_usb_ttusb2_debug_ci, int, 0644);
Dgp8psk.c22 module_param_named(debug,dvb_usb_gp8psk_debug, int, 0644);
Ddigitv.c21 module_param_named(debug,dvb_usb_digitv_debug, int, 0644);
Dfriio.c17 module_param_named(debug, dvb_usb_friio_debug, int, 0644);
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dinit.c41 module_param_named(debug, ath9k_debug, uint, 0);
45 module_param_named(nohwcrypt, ath9k_modparam_nohwcrypt, int, 0444);
49 module_param_named(blink, ath9k_led_blink, int, 0444);
53 module_param_named(led_active_high, ath9k_led_active_high, int, 0444);
57 module_param_named(btcoex_enable, ath9k_btcoex_enable, int, 0444);
61 module_param_named(bt_ant_diversity, ath9k_bt_ant_diversity, int, 0444);
65 module_param_named(ps_enable, ath9k_ps_enable, int, 0444);
71 module_param_named(use_chanctx, ath9k_use_chanctx, int, 0444);
Dhtc_drv_init.c26 module_param_named(debug, ath9k_debug, uint, 0);
30 module_param_named(nohwcrypt, htc_modparam_nohwcrypt, int, 0444);
34 module_param_named(btcoex_enable, ath9k_htc_btcoex_enable, int, 0444);
38 module_param_named(ps_enable, ath9k_ps_enable, int, 0444);
42 module_param_named(use_dev_fw, htc_use_dev_fw, int, 0444);
47 module_param_named(blink, ath9k_htc_led_blink, int, 0444);
/linux-4.4.14/drivers/watchdog/
Ddiag288_wdt.c66 module_param_named(conceal, conceal_on, bool, 0644);
69 module_param_named(nowayout, nowayout_info, bool, 0444);
/linux-4.4.14/lib/842/
D842_debugfs.h8 module_param_named(template_counts, sw842_template_counts, bool, 0444);
/linux-4.4.14/include/linux/
Ddm-kcopyd.h43 module_param_named(name, dm_kcopyd_throttle.throttle, uint, 0644); \
Dmoduleparam.h126 module_param_named(name, name, type, perm)
145 #define module_param_named(name, value, type, perm) \ macro
/linux-4.4.14/drivers/gpu/drm/qxl/
Dqxl_drv.c54 module_param_named(modeset, qxl_modeset, int, 0400);
57 module_param_named(num_heads, qxl_num_crtc, int, 0400);
/linux-4.4.14/drivers/w1/
Dw1_int.c36 module_param_named(search_count, w1_search_count, int, 0);
39 module_param_named(enable_pullup, w1_enable_pullup, int, 0);
Dw1_io.c32 module_param_named(delay_coef, w1_delay_parm, int, 0);
35 module_param_named(disable_irqs, w1_disable_irqs, int, 0);
Dw1.c53 module_param_named(timeout, w1_timeout, int, 0);
55 module_param_named(timeout_us, w1_timeout_us, int, 0);
66 module_param_named(max_slave_count, w1_max_slave_count, int, 0);
69 module_param_named(slave_ttl, w1_max_slave_ttl, int, 0);
/linux-4.4.14/fs/cachefiles/
Dmain.c28 module_param_named(debug, cachefiles_debug, uint, S_IWUSR | S_IRUGO);
/linux-4.4.14/drivers/idle/
Di7300_idle.c42 module_param_named(debug, debug, uint, 0644);
46 module_param_named(forceload, forceload, uint, 0644);
61 module_param_named(throttle_low_limit, throttle_low_limit, uint, 0644);
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_verbs.c49 module_param_named(qp_table_size, ib_qib_qp_table_size, uint, S_IRUGO);
53 module_param_named(lkey_table_size, ib_qib_lkey_table_size, uint,
59 module_param_named(max_pds, ib_qib_max_pds, uint, S_IRUGO);
64 module_param_named(max_ahs, ib_qib_max_ahs, uint, S_IRUGO);
68 module_param_named(max_cqes, ib_qib_max_cqes, uint, S_IRUGO);
73 module_param_named(max_cqs, ib_qib_max_cqs, uint, S_IRUGO);
77 module_param_named(max_qp_wrs, ib_qib_max_qp_wrs, uint, S_IRUGO);
81 module_param_named(max_qps, ib_qib_max_qps, uint, S_IRUGO);
85 module_param_named(max_sges, ib_qib_max_sges, uint, S_IRUGO);
89 module_param_named(max_mcast_grps, ib_qib_max_mcast_grps, uint, S_IRUGO);
[all …]
Dqib_tx.c44 module_param_named(hol_timeout_ms, qib_hol_timeout_ms, uint, S_IRUGO);
49 module_param_named(fetch_arb, qib_sdma_fetch_arb, uint, S_IRUGO);
Dqib_init.c71 module_param_named(cfgctxts, qib_cfgctxts, ushort, S_IRUGO);
75 module_param_named(numa_aware, qib_numa_aware, uint, S_IRUGO);
84 module_param_named(mini_init, qib_mini_init, ushort, S_IRUGO);
88 module_param_named(krcvqs, qib_n_krcv_queues, uint, S_IRUGO);
92 module_param_named(cc_table_size, qib_cc_table_size, uint, S_IRUGO);
Dqib_pcie.c485 module_param_named(pcie_coalesce, qib_pcie_coalesce, int, S_IRUGO);
559 module_param_named(pcie_caps, qib_pcie_caps, int, S_IRUGO);
Dqib_driver.c57 module_param_named(ibmtu, qib_ibmtu, uint, S_IRUGO);
61 module_param_named(compat_ddr_negotiate, qib_compat_ddr_negotiate, uint,
/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_verbs.c47 module_param_named(qp_table_size, ib_ipath_qp_table_size, uint, S_IRUGO);
51 module_param_named(lkey_table_size, ib_ipath_lkey_table_size, uint,
57 module_param_named(max_pds, ib_ipath_max_pds, uint, S_IWUSR | S_IRUGO);
62 module_param_named(max_ahs, ib_ipath_max_ahs, uint, S_IWUSR | S_IRUGO);
66 module_param_named(max_cqes, ib_ipath_max_cqes, uint, S_IWUSR | S_IRUGO);
71 module_param_named(max_cqs, ib_ipath_max_cqs, uint, S_IWUSR | S_IRUGO);
75 module_param_named(max_qp_wrs, ib_ipath_max_qp_wrs, uint,
80 module_param_named(max_qps, ib_ipath_max_qps, uint, S_IWUSR | S_IRUGO);
84 module_param_named(max_sges, ib_ipath_max_sges, uint, S_IWUSR | S_IRUGO);
88 module_param_named(max_mcast_grps, ib_ipath_max_mcast_grps, uint,
[all …]
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dverbs.c69 module_param_named(lkey_table_size, hfi1_lkey_table_size, uint,
75 module_param_named(max_pds, hfi1_max_pds, uint, S_IRUGO);
80 module_param_named(max_ahs, hfi1_max_ahs, uint, S_IRUGO);
84 module_param_named(max_cqes, hfi1_max_cqes, uint, S_IRUGO);
89 module_param_named(max_cqs, hfi1_max_cqs, uint, S_IRUGO);
93 module_param_named(max_qp_wrs, hfi1_max_qp_wrs, uint, S_IRUGO);
97 module_param_named(max_qps, hfi1_max_qps, uint, S_IRUGO);
101 module_param_named(max_sges, hfi1_max_sges, uint, S_IRUGO);
105 module_param_named(max_mcast_grps, hfi1_max_mcast_grps, uint, S_IRUGO);
110 module_param_named(max_mcast_qp_attached, hfi1_max_mcast_qp_attached,
[all …]
Dinit.c85 module_param_named(num_rcv_contexts, num_rcv_contexts, uint, S_IRUGO);
98 module_param_named(rcvarr_split, hfi1_rcvarr_split, uint, S_IRUGO);
106 module_param_named(rcvhdrcnt, rcvhdrcnt, uint, S_IRUGO);
110 module_param_named(hdrq_entsize, hfi1_hdrq_entsize, uint, S_IRUGO);
/linux-4.4.14/net/netfilter/
Dnf_conntrack_timestamp.c20 module_param_named(tstamp, nf_ct_tstamp, bool, 0644);
Dnf_conntrack_acct.c23 module_param_named(acct, nf_ct_acct, bool, 0644);
/linux-4.4.14/fs/pstore/
Dram.c47 module_param_named(console_size, ramoops_console_size, ulong, 0400);
51 module_param_named(ftrace_size, ramoops_ftrace_size, ulong, 0400);
55 module_param_named(pmsg_size, ramoops_pmsg_size, ulong, 0400);
79 module_param_named(ecc, ramoops_ecc, int, 0600);
Dplatform.c48 module_param_named(update_ms, pstore_update_ms, int, 0600);
/linux-4.4.14/drivers/md/
Ddm-bufio.c1901 module_param_named(max_cache_size_bytes, dm_bufio_cache_size, ulong, S_IRUGO | S_IWUSR);
1904 module_param_named(max_age_seconds, dm_bufio_max_age, uint, S_IRUGO | S_IWUSR);
1907 module_param_named(retain_bytes, dm_bufio_retain_bytes, uint, S_IRUGO | S_IWUSR);
1910 module_param_named(peak_allocated_bytes, dm_bufio_peak_allocated, ulong, S_IRUGO | S_IWUSR);
1913 module_param_named(allocated_kmem_cache_bytes, dm_bufio_allocated_kmem_cache, ulong, S_IRUGO);
1916 module_param_named(allocated_get_free_pages_bytes, dm_bufio_allocated_get_free_pages, ulong, S_IRUG…
1919 module_param_named(allocated_vmalloc_bytes, dm_bufio_allocated_vmalloc, ulong, S_IRUGO);
1922 module_param_named(current_allocated_bytes, dm_bufio_current_allocated, ulong, S_IRUGO);
/linux-4.4.14/crypto/asymmetric_keys/
Dpkcs7_key_type.c27 module_param_named(usage, pkcs7_usage, uint, S_IWUSR | S_IRUGO);
/linux-4.4.14/drivers/tty/serial/
Dkgdb_nmi.c34 module_param_named(knock, kgdb_nmi_knock, int, 0600);
42 module_param_named(magic, kgdb_nmi_magic, charp, 0600);
/linux-4.4.14/drivers/input/keyboard/
Datkbd.c39 module_param_named(set, atkbd_set, int, 0);
47 module_param_named(reset, atkbd_reset, bool, 0);
51 module_param_named(softrepeat, atkbd_softrepeat, bool, 0);
55 module_param_named(softraw, atkbd_softraw, bool, 0);
59 module_param_named(scroll, atkbd_scroll, bool, 0);
63 module_param_named(extra, atkbd_extra, bool, 0);
67 module_param_named(terminal, atkbd_terminal, bool, 0);
/linux-4.4.14/drivers/media/usb/pvrusb2/
Dpvrusb2-main.c50 module_param_named(debug,pvrusb2_debug,int,S_IRUGO|S_IWUSR);
/linux-4.4.14/net/9p/
Dmod.c44 module_param_named(debug, p9_debug_level, uint, 0);
/linux-4.4.14/drivers/gpu/drm/i2c/
Dch7006_drv.c531 module_param_named(debug, ch7006_debug, int, 0600);
535 module_param_named(tv_norm, ch7006_tv_norm, charp, 0600);
541 module_param_named(scale, ch7006_scale, int, 0600);
/linux-4.4.14/drivers/gpu/drm/mgag200/
Dmgag200_drv.c27 module_param_named(modeset, mgag200_modeset, int, 0400);
/linux-4.4.14/drivers/gpu/drm/virtio/
Dvirtgpu_drv.c41 module_param_named(modeset, virtio_gpu_modeset, int, 0400);
Dvirtgpu_kms.c34 module_param_named(fbdev, virtio_gpu_fbdev, int, 0400);
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_drm.c60 module_param_named(config, nouveau_config, charp, 0400);
64 module_param_named(debug, nouveau_debug, charp, 0400);
68 module_param_named(noaccel, nouveau_noaccel, int, 0400);
73 module_param_named(modeset, nouveau_modeset, int, 0400);
77 module_param_named(runpm, nouveau_runtime_pm, int, 0400);
Dnouveau_sysfs.c33 module_param_named(pstate, nouveau_pstate, int, 0400);
Dnouveau_connector.c49 module_param_named(tv_disable, nouveau_tv_disable, int, 0400);
53 module_param_named(ignorelid, nouveau_ignorelid, int, 0400);
57 module_param_named(duallink, nouveau_duallink, int, 0400);
/linux-4.4.14/fs/afs/
Dmain.c24 module_param_named(debug, afs_debug, uint, S_IWUSR | S_IRUGO);
/linux-4.4.14/fs/nfs/
Dcache_lib.c30 module_param_named(cache_getent_timeout, nfs_cache_getent_timeout, ulong, 0600);
/linux-4.4.14/drivers/clocksource/
Dcs5535-clockevt.c25 module_param_named(irq, timer_irq, int, 0644);
/linux-4.4.14/arch/s390/crypto/
Dprng.c39 module_param_named(mode, prng_mode, int, 0);
49 module_param_named(chunksize, prng_chunk_size, int, 0);
59 module_param_named(reseed_limit, prng_reseed_limit, int, 0);
/linux-4.4.14/drivers/leds/
Dleds-clevo-mail.c23 module_param_named(nodetect, nodetect, bool, 0);
Dleds-ss4200.c82 module_param_named(nodetect, nodetect, bool, 0);
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dfeature.c30 module_param_named(feature_disable, brcmf_feature_disable, int, 0);
/linux-4.4.14/sound/firewire/fireworks/
Dfireworks.c36 module_param_named(resp_buf_size, snd_efw_resp_buf_size, uint, 0444);
39 module_param_named(resp_buf_debug, snd_efw_resp_buf_debug, bool, 0444);
/linux-4.4.14/drivers/oprofile/
Doprof.c281 module_param_named(timer, timer, int, 0644);
/linux-4.4.14/drivers/input/mouse/
Dlogibm.c72 module_param_named(irq, logibm_irq, uint, 0);
Dpsmouse-base.c55 module_param_named(proto, psmouse_max_proto, proto_abbrev, 0644);
59 module_param_named(resolution, psmouse_resolution, uint, 0644);
63 module_param_named(rate, psmouse_rate, uint, 0644);
67 module_param_named(smartscroll, psmouse_smartscroll, bool, 0644);
71 module_param_named(resetafter, psmouse_resetafter, uint, 0644);
75 module_param_named(resync_time, psmouse_resync_time, uint, 0644);
Dinport.c81 module_param_named(irq, inport_irq, uint, 0);
/linux-4.4.14/drivers/video/backlight/
Dapple_bl.c47 module_param_named(debug, debug, int, 0644);
/linux-4.4.14/arch/ia64/hp/common/
Daml_nfw.c34 module_param_named(force, force_register, bool, 0);
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
Dsw.c167 module_param_named(swenc, rtl92cu_mod_params.sw_crypto, bool, 0444);
168 module_param_named(debug, rtl92cu_mod_params.debug, int, 0444);
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_drv.c237 module_param_named(enable_fbdev, enable_fbdev, int, 0600);
239 module_param_named(force_dma_api, vmw_force_iommu, int, 0600);
241 module_param_named(restrict_iommu, vmw_restrict_iommu, int, 0600);
243 module_param_named(force_coherent, vmw_force_coherent, int, 0600);
245 module_param_named(restrict_dma_mask, vmw_restrict_dma_mask, int, 0600);
/linux-4.4.14/drivers/gpu/drm/ast/
Dast_drv.c39 module_param_named(modeset, ast_modeset, int, 0400);
/linux-4.4.14/drivers/gpu/drm/bochs/
Dbochs_drv.c15 module_param_named(fbdev, enable_fbdev, bool, 0444);
/linux-4.4.14/drivers/media/pci/bt8xx/
Dbt878.c56 module_param_named(verbose, bt878_verbose, int, 0444);
59 module_param_named(debug, bt878_debug, int, 0644);
/linux-4.4.14/security/integrity/ima/
Dima_crypto.c37 module_param_named(ahash_minsize, ima_ahash_minsize, ulong, 0644);
64 module_param_named(ahash_bufsize, ima_bufsize, bufsize, 0644);
/linux-4.4.14/drivers/net/wireless/rt2x00/
Drt2800soc.c44 module_param_named(nohwcrypt, modparam_nohwcrypt, bool, S_IRUGO);
Drt2800pci.c52 module_param_named(nohwcrypt, modparam_nohwcrypt, bool, S_IRUGO);
/linux-4.4.14/drivers/media/pci/cx18/
Dcx18-alsa-main.c51 module_param_named(debug, cx18_alsa_debug, int, 0644);
/linux-4.4.14/drivers/ntb/hw/intel/
Dntb_hw_intel.c108 module_param_named(xeon_b2b_usd_bar2_addr64,
113 module_param_named(xeon_b2b_usd_bar4_addr64,
118 module_param_named(xeon_b2b_usd_bar4_addr32,
123 module_param_named(xeon_b2b_usd_bar5_addr32,
128 module_param_named(xeon_b2b_dsd_bar2_addr64,
133 module_param_named(xeon_b2b_dsd_bar4_addr64,
138 module_param_named(xeon_b2b_dsd_bar4_addr32,
143 module_param_named(xeon_b2b_dsd_bar5_addr32,
/linux-4.4.14/drivers/pps/generators/
Dpps_gen_parport.c49 module_param_named(delay, send_delay, uint, 0);
/linux-4.4.14/drivers/misc/cxl/
Dmain.c32 module_param_named(verbose, cxl_verbose, uint, 0600);
/linux-4.4.14/drivers/media/pci/ivtv/
Divtv-alsa-main.c52 module_param_named(debug, ivtv_alsa_debug, int, 0644);
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Dcore.c50 module_param_named(def_disp, def_disp_name, charp, 0);
/linux-4.4.14/drivers/pnp/
Dcore.c251 module_param_named(debug, pnp_debug, int, 0644);
/linux-4.4.14/drivers/staging/unisys/visorbus/
Dvisorbus_main.c1548 module_param_named(debug, visorbus_debug, int, S_IRUGO);
1551 module_param_named(forcematch, visorbus_forcematch, int, S_IRUGO);
1555 module_param_named(forcenomatch, visorbus_forcenomatch, int, S_IRUGO);
1559 module_param_named(debugref, visorbus_debugref, int, S_IRUGO);
/linux-4.4.14/drivers/ata/
Dpata_cs5536.c45 module_param_named(msr, use_msr, int, 0644);
/linux-4.4.14/net/ipv6/
Daf_inet6.c84 module_param_named(disable, disable_ipv6_mod, int, 0444);
87 module_param_named(disable_ipv6, ipv6_defaults.disable_ipv6, int, 0444);
90 module_param_named(autoconf, ipv6_defaults.autoconf, int, 0444);
/linux-4.4.14/drivers/video/fbdev/omap/
Domapfb_main.c1953 module_param_named(accel, def_accel, uint, 0664);
1955 module_param_named(vxres, def_vxres, long, 0664);
1956 module_param_named(vyres, def_vyres, long, 0664);
1957 module_param_named(rotate, def_rotate, uint, 0664);
1958 module_param_named(mirror, def_mirror, uint, 0664);
1959 module_param_named(manual_update, manual_update, bool, 0664);
/linux-4.4.14/drivers/media/usb/dvb-usb-v2/
Dmxl111sf.c30 module_param_named(debug, dvb_usb_mxl111sf_debug, int, 0644);
35 module_param_named(isoc, dvb_usb_mxl111sf_isoc, int, 0644);
39 module_param_named(spi, dvb_usb_mxl111sf_spi, int, 0644);
53 module_param_named(rfswitch, dvb_usb_mxl111sf_rfswitch, int, 0644);
Dlmedm04.c107 module_param_named(debug, dvb_usb_lme2510_debug, int, 0644);
111 module_param_named(firmware, dvb_usb_lme2510_firmware, int, 0644);
115 module_param_named(pid, pid_filter, int, 0644);
Dmxl111sf-tuner.c27 module_param_named(debug, mxl111sf_tuner_debug, int, 0644);
/linux-4.4.14/drivers/mmc/host/
Dwbsd.c1998 module_param_named(nopnp, param_nopnp, uint, 0444);
2000 module_param_named(io, param_io, uint, 0444);
2001 module_param_named(irq, param_irq, uint, 0444);
2002 module_param_named(dma, param_dma, int, 0444);
/linux-4.4.14/net/rfkill/
Dinput.c38 module_param_named(master_switch_mode, rfkill_master_switch_mode, uint, 0);
/linux-4.4.14/drivers/gpu/drm/sti/
Dsti_mixer.c16 module_param_named(bkgcolor, bkg_color, int, 0644);
/linux-4.4.14/net/dns_resolver/
Ddns_key.c41 module_param_named(debug, dns_resolver_debug, uint, S_IWUSR | S_IRUGO);
/linux-4.4.14/drivers/pci/hotplug/
Dacpiphp_core.c64 module_param_named(disable, acpiphp_disabled, bool, 0444);
Drpaphp_core.c54 module_param_named(debug, rpaphp_debug, bool, 0644);
/linux-4.4.14/drivers/media/dvb-frontends/
Dix2505v.c321 module_param_named(debug, ix2505v_debug, int, 0644);
Dzl10036.c515 module_param_named(debug, zl10036_debug, int, 0644);
/linux-4.4.14/drivers/scsi/ibmvscsi/
Dibmvscsi.c108 module_param_named(max_id, max_id, int, S_IRUGO | S_IWUSR);
110 module_param_named(max_channel, max_channel, int, S_IRUGO | S_IWUSR);
112 module_param_named(init_timeout, init_timeout, int, S_IRUGO | S_IWUSR);
114 module_param_named(max_requests, max_requests, int, S_IRUGO);
116 module_param_named(fast_fail, fast_fail, int, S_IRUGO | S_IWUSR);
118 module_param_named(client_reserve, client_reserve, int, S_IRUGO );
/linux-4.4.14/drivers/gpio/
Dgpio-bt8xx.c77 module_param_named(gpiobase, modparam_gpiobase, int, 0444);
Dgpio-cs5535.c42 module_param_named(mask, mask, ulong, 0444);
Dgpio-ich.c112 module_param_named(gpiobase, modparam_gpiobase, int, 0444);
/linux-4.4.14/drivers/char/
Dtoshiba.c83 module_param_named(fn, tosh_fn, int, 0);
/linux-4.4.14/drivers/net/ethernet/8390/
Dstnic.c74 module_param_named(msg_enable, stnic_msg_enable, uint, (S_IRUSR|S_IRGRP|S_IROTH));
/linux-4.4.14/drivers/scsi/libfc/
Dfc_libfc.c36 module_param_named(debug_logging, fc_debug_logging, int, S_IRUGO|S_IWUSR);
/linux-4.4.14/drivers/video/fbdev/omap2/omapfb/
Domapfb-main.c55 module_param_named(debug, omapfb_debug, bool, 0644);
57 module_param_named(test, omapfb_test_pattern, bool, 0644);
2644 module_param_named(mode, def_mode, charp, 0);
2645 module_param_named(vram, def_vram, charp, 0);
2646 module_param_named(rotate, def_rotate, int, 0);
2647 module_param_named(vrfb, def_vrfb, bool, 0);
2648 module_param_named(mirror, def_mirror, bool, 0);
/linux-4.4.14/drivers/media/pci/ttpci/
Dbudget-core.c55 module_param_named(debug, budget_debug, int, 0644);
56 module_param_named(bufsize, dma_buffer_size, int, 0444);
/linux-4.4.14/drivers/net/wimax/i2400m/
Dcontrol.c89 module_param_named(idle_mode_disabled, i2400m_idle_mode_disabled, int, 0644);
96 module_param_named(power_save_disabled, i2400m_power_save_disabled, int, 0644);
104 module_param_named(passive_mode, i2400m_passive_mode, int, 0644);
/linux-4.4.14/drivers/misc/
Dcs5535-mfgpt.c26 module_param_named(mfgptfix, mfgpt_reset_timers, int, 0644);
/linux-4.4.14/drivers/gpu/drm/msm/adreno/
Dadreno_device.c30 module_param_named(hang_debug, hang_debug, bool, 0600);
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Dcatas.c46 module_param_named(internal_err_reset, mlx4_internal_err_reset, int, 0644);
/linux-4.4.14/drivers/media/usb/au0828/
Dau0828-core.c38 module_param_named(debug, au0828_debug, int, 0644);
/linux-4.4.14/arch/x86/kvm/
Diommu.c37 module_param_named(allow_unsafe_assigned_interrupts,
/linux-4.4.14/drivers/gpu/drm/omapdrm/
Domap_fbdev.c27 module_param_named(ywrap, ywrap_enabled, bool, 0644);
/linux-4.4.14/drivers/platform/x86/
Dthinkpad_acpi.c9278 module_param_named(debug, dbg_level, uint, 0);
9286 module_param_named(fan_control, fan_control_allowed, bool, 0444);
9290 module_param_named(brightness_mode, brightness_mode, uint, 0444);
9300 module_param_named(volume_mode, volume_mode, uint, 0444);
9305 module_param_named(volume_capabilities, volume_capabilities, uint, 0444);
9310 module_param_named(volume_control, volume_control_allowed, bool, 0444);
9315 module_param_named(software_mute, software_mute_requested, bool, 0444);
9320 module_param_named(index, alsa_index, int, 0444);
9322 module_param_named(id, alsa_id, charp, 0444);
9324 module_param_named(enable, alsa_enable, bool, 0444);
[all …]
/linux-4.4.14/drivers/s390/scsi/
Dzfcp_scsi.c24 module_param_named(queue_depth, default_depth, uint, 0600);
28 module_param_named(dif, enable_dif, bool, 0400);
/linux-4.4.14/drivers/media/pci/cobalt/
Dcobalt-driver.c50 module_param_named(debug, cobalt_debug, int, 0644);
54 module_param_named(ignore_err, cobalt_ignore_err, int, 0644);
/linux-4.4.14/drivers/gpu/drm/
Ddrm_irq.c73 module_param_named(vblankoffdelay, drm_vblank_offdelay, int, 0600);
74 module_param_named(timestamp_precision_usec, drm_timestamp_precision, int, 0600);
75 module_param_named(timestamp_monotonic, drm_timestamp_monotonic, int, 0600);
Ddrm_probe_helper.c59 module_param_named(poll, drm_kms_helper_poll, bool, 0600);
/linux-4.4.14/drivers/w1/slaves/
Dw1_ds28e04.c39 module_param_named(strong_pullup, w1_strong_pullup, int, 0);
Dw1_therm.c60 module_param_named(strong_pullup, w1_strong_pullup, int, 0);
/linux-4.4.14/drivers/media/common/b2c2/
Dflexcop.c47 module_param_named(debug, b2c2_flexcop_debug, int, 0644);
/linux-4.4.14/drivers/input/joystick/
Dwalkera0701.c41 module_param_named(port, walkera0701_pp_no, int, 0);
/linux-4.4.14/drivers/firmware/efi/
Defi-pstore.c12 module_param_named(pstore_disable, efivars_pstore_disable, bool, 0644);
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dops.c100 module_param_named(init_dbg, iwlmvm_mod_params.init_dbg, bool, S_IRUGO);
103 module_param_named(power_scheme, iwlmvm_mod_params.power_scheme, int, S_IRUGO);
106 module_param_named(tfd_q_hang_detect, iwlmvm_mod_params.tfd_q_hang_detect,
/linux-4.4.14/drivers/media/usb/uvc/
Duvc_driver.c2082 module_param_named(hwtimestamps, uvc_hw_timestamps_param, uint, S_IRUGO|S_IWUSR);
2084 module_param_named(nodrop, uvc_no_drop_param, uint, S_IRUGO|S_IWUSR);
2086 module_param_named(quirks, uvc_quirks_param, uint, S_IRUGO|S_IWUSR);
2088 module_param_named(trace, uvc_trace_param, uint, S_IRUGO|S_IWUSR);
2090 module_param_named(timeout, uvc_timeout_param, uint, S_IRUGO|S_IWUSR);
/linux-4.4.14/arch/arm/mach-integrator/
Dimpd1.c37 module_param_named(lmid, module_id, int, 0444);
/linux-4.4.14/drivers/scsi/megaraid/
Dmegaraid_mbox.c155 module_param_named(unconf_disks, megaraid_expose_unconf_disks, int, 0);
163 module_param_named(busy_wait, max_mbox_busy_wait, int, 0);
171 module_param_named(max_sectors, megaraid_max_sectors, int, 0);
179 module_param_named(cmd_per_lun, megaraid_cmd_per_lun, int, 0);
190 module_param_named(fast_load, megaraid_fast_load, int, 0);
201 module_param_named(debug_level, mraid_debug_level, int, 0);
/linux-4.4.14/drivers/vfio/
Dvfio_iommu_type1.c45 module_param_named(allow_unsafe_interrupts,
51 module_param_named(disable_hugepages,
/linux-4.4.14/drivers/staging/vt6656/
Dmain_usb.c66 module_param_named(rx_buffers, vnt_rx_buffers, int, 0644);
71 module_param_named(tx_buffers, vnt_tx_buffers, int, 0644);
/linux-4.4.14/drivers/net/ethernet/tile/
Dtilegx.c322 module_param_named(cpus, network_cpus_string, charp, 0444);
331 module_param_named(loopify, loopify_link_name, charp, 0444);
337 module_param_named(custom, custom_flag, bool, 0444);
343 module_param_named(jumbo, jumbo_num, uint, 0444);
/linux-4.4.14/drivers/net/wireless/
Drndis_wlan.c53 module_param_named(frameburst, modparam_frameburst, int, 0444);
57 module_param_named(afterburner, modparam_afterburner, int, 0444);
62 module_param_named(power_save, modparam_power_save, int, 0444);
67 module_param_named(power_output, modparam_power_output, int, 0444);
72 module_param_named(roamtrigger, modparam_roamtrigger, int, 0444);
78 module_param_named(roamdelta, modparam_roamdelta, int, 0444);
84 module_param_named(workaround_interval, modparam_workaround_interval,
/linux-4.4.14/drivers/block/xen-blkback/
Dblkback.c66 module_param_named(max_buffer_pages, xen_blkif_max_buffer_pages, int, 0644);
82 module_param_named(max_persistent_grants, xen_blkif_max_pgrants, int, 0644);
91 module_param_named(max_ring_page_order, xen_blkif_max_ring_order, int, S_IRUGO);
/linux-4.4.14/drivers/target/tcm_fc/
Dtfc_conf.c48 module_param_named(debug_logging, ft_debug_logging, int, S_IRUGO|S_IWUSR);
/linux-4.4.14/drivers/xen/xen-pciback/
Dconf_space.c20 module_param_named(permissive, xen_pcibk_permissive, bool, 0644);

123