Symbol: module_param_call
arch/powerpc/platforms/pseries/cmm.c
625
module_param_call(disable, cmm_set_disable, param_get_uint,
drivers/acpi/button.c
732
module_param_call(lid_init_state,
drivers/acpi/ec.c
2261
module_param_call(ec_event_clearing, param_set_event_clearing, param_get_event_clearing,
drivers/acpi/sysfs.c
267
module_param_call(trace_state, param_set_trace_state, param_get_trace_state,
drivers/acpi/sysfs.c
290
module_param_call(acpica_version, NULL, param_get_acpica_version, NULL, 0444);
drivers/android/binder.c
139
module_param_call(stop_on_user_error, binder_set_stop_on_user_error,
drivers/char/ipmi/ipmi_poweroff.c
63
module_param_call(ifnum_to_use, set_param_ifnum, param_get_int,
drivers/char/ipmi/ipmi_si_hotmod.c
19
module_param_call(hotmod, hotmod_handler, NULL, NULL, 0200);
drivers/edac/edac_mc_sysfs.c
85
module_param_call(edac_mc_poll_msec, edac_set_poll_msec, param_get_uint,
drivers/edac/edac_module.c
42
module_param_call(edac_debug_level, edac_set_debug_level, param_get_int,
drivers/hid/hid-magicmouse.c
43
module_param_call(scroll_speed, param_set_scroll_speed, param_get_uint, &scroll_speed, 0644);
drivers/infiniband/ulp/srpt/ib_srpt.c
93
module_param_call(srpt_service_guid, srpt_set_u64_x, srpt_get_u64_x,
drivers/isdn/hardware/mISDN/avmfritz.c
165
module_param_call(debug, set_debug, param_get_uint, &debug, S_IRUGO | S_IWUSR);
drivers/isdn/hardware/mISDN/mISDNinfineon.c
251
module_param_call(debug, set_debug, param_get_uint, &debug, S_IRUGO | S_IWUSR);
drivers/isdn/hardware/mISDN/netjet.c
120
module_param_call(debug, set_debug, param_get_uint, &debug, S_IRUGO | S_IWUSR);
drivers/isdn/hardware/mISDN/speedfax.c
104
module_param_call(debug, set_debug, param_get_uint, &debug, S_IRUGO | S_IWUSR);
drivers/isdn/hardware/mISDN/w6692.c
107
module_param_call(debug, set_debug, param_get_uint, &debug, S_IRUGO | S_IWUSR);
drivers/md/md.c
10860
module_param_call(start_ro, set_ro, get_ro, NULL, S_IRUSR|S_IWUSR);
drivers/md/md.c
10862
module_param_call(new_array, add_named_array, NULL, NULL, S_IWUSR);
drivers/media/pci/tw686x/tw686x-core.c
89
module_param_call(dma_mode, tw686x_dma_mode_set, tw686x_dma_mode_get,
drivers/media/usb/uvc/uvc_driver.c
2477
module_param_call(clock, uvc_clock_param_set, uvc_clock_param_get,
drivers/message/fusion/mptbase.c
103
module_param_call(mpt_debug_level, mpt_set_debug_level, param_get_int,
drivers/misc/kgdbts.c
1191
module_param_call(kgdbts, param_set_kgdbts_var, param_get_string, &kps, 0644);
drivers/mtd/devices/block2mtd.c
492
module_param_call(block2mtd, block2mtd_setup, NULL, NULL, 0200);
drivers/mtd/devices/phram.c
368
module_param_call(phram, phram_param_call, NULL, NULL, 0200);
drivers/mtd/ubi/build.c
1576
module_param_call(mtd, ubi_mtd_param_parse, NULL, NULL, 0400);
drivers/nvme/host/multipath.c
97
module_param_call(iopolicy, nvme_set_iopolicy, nvme_get_iopolicy,
drivers/pci/pcie/aspm.c
1580
module_param_call(policy, pcie_aspm_set_policy, pcie_aspm_get_policy,
drivers/platform/x86/lenovo/thinkpad_acpi.c
12039
module_param_call(feature, set_ibm_param, NULL, NULL, 0); \
drivers/scsi/fcoe/fcoe_transport.c
43
module_param_call(show, NULL, fcoe_transport_show, NULL, S_IRUSR);
drivers/scsi/fcoe/fcoe_transport.c
47
module_param_call(create, fcoe_transport_create, NULL,
drivers/scsi/fcoe/fcoe_transport.c
52
module_param_call(create_vn2vn, fcoe_transport_create, NULL,
drivers/scsi/fcoe/fcoe_transport.c
58
module_param_call(destroy, fcoe_transport_destroy, NULL, NULL, S_IWUSR);
drivers/scsi/fcoe/fcoe_transport.c
62
module_param_call(enable, fcoe_transport_enable, NULL, NULL, S_IWUSR);
drivers/scsi/fcoe/fcoe_transport.c
66
module_param_call(disable, fcoe_transport_disable, NULL, NULL, S_IWUSR);
drivers/scsi/mpt3sas/mpt3sas_base.c
196
module_param_call(mpt3sas_fwfault_debug, _scsih_set_fwfault_debug,
drivers/scsi/mpt3sas/mpt3sas_scsih.c
389
module_param_call(logging_level, _scsih_set_debug_level, param_get_int,
drivers/tty/serial/kgdboc.c
646
module_param_call(kgdboc, param_set_kgdboc_var, param_get_string, &kps, 0644);
fs/fuse/inode.c
48
module_param_call(max_user_bgreq, set_global_limit, param_get_uint,
fs/fuse/inode.c
56
module_param_call(max_user_congthresh, set_global_limit, param_get_uint,
fs/lockd/svc.c
536
module_param_call(nlm_grace_period, param_set_grace_period, param_get_ulong,
fs/lockd/svc.c
538
module_param_call(nlm_timeout, param_set_timeout, param_get_ulong,
fs/lockd/svc.c
540
module_param_call(nlm_udpport, param_set_port, param_get_int,
fs/lockd/svc.c
542
module_param_call(nlm_tcpport, param_set_port, param_get_int,
fs/ocfs2/dlmfs/dlmfs.c
86
module_param_call(capabilities, param_set_dlmfs_capabilities,
fs/overlayfs/copy_up.c
36
module_param_call(check_copy_up, ovl_ccup_set, ovl_ccup_get, NULL, 0644);
fs/smb/client/cifsfs.c
161
module_param_call(drop_dir_cache, cifs_param_set_drop_dir_cache, NULL, NULL, 0200);
net/netfilter/nf_conntrack_proto.c
689
module_param_call(hashsize, nf_conntrack_set_hashsize, param_get_uint,
net/netfilter/nf_nat_ftp.c
135
module_param_call(ports, warn_set, NULL, NULL, 0);
net/netfilter/nf_nat_irc.c
107
module_param_call(ports, warn_set, NULL, NULL, 0);
net/sunrpc/svc.c
168
module_param_call(pool_mode, param_set_pool_mode, param_get_pool_mode,
security/apparmor/lsm.c
1826
module_param_call(mode, param_set_mode, param_get_mode,
security/apparmor/lsm.c
1848
module_param_call(debug, param_set_debug, param_get_debug,
security/apparmor/lsm.c
1853
module_param_call(audit, param_set_audit, param_get_audit,