/linux/drivers/scsi/fcoe/ |
H A D | fcoe_transport.c | 43 module_param_call(show, NULL, fcoe_transport_show, NULL, S_IRUSR); 47 module_param_call(create, fcoe_transport_create, NULL, 52 module_param_call(create_vn2vn, fcoe_transport_create, NULL, 58 module_param_call(destroy, fcoe_transport_destroy, NULL, NULL, S_IWUSR); 62 module_param_call(enable, fcoe_transport_enable, NULL, NULL, S_IWUSR); 66 module_param_call(disable, fcoe_transport_disable, NULL, NULL, S_IWUSR);
|
/linux/fs/lockd/ |
H A D | svc.c | 529 module_param_call(nlm_grace_period, param_set_grace_period, param_get_ulong, 531 module_param_call(nlm_timeout, param_set_timeout, param_get_ulong, 533 module_param_call(nlm_udpport, param_set_port, param_get_int, 535 module_param_call(nlm_tcpport, param_set_port, param_get_int,
|
/linux/drivers/edac/ |
H A D | edac_module.c | 42 module_param_call(edac_debug_level, edac_set_debug_level, param_get_int,
|
/linux/net/netfilter/ |
H A D | nf_nat_irc.c | 107 module_param_call(ports, warn_set, NULL, NULL, 0);
|
H A D | nf_nat_ftp.c | 135 module_param_call(ports, warn_set, NULL, NULL, 0);
|
H A D | nf_conntrack_proto.c | 695 module_param_call(hashsize, nf_conntrack_set_hashsize, param_get_uint,
|
/linux/lib/ |
H A D | crc64-rocksoft.c | 121 module_param_call(transform, NULL, crc64_rocksoft_transform_show, NULL, 0444);
|
/linux/drivers/char/ipmi/ |
H A D | ipmi_si_hotmod.c | 19 module_param_call(hotmod, hotmod_handler, NULL, NULL, 0200);
|
/linux/drivers/media/pci/tw686x/ |
H A D | tw686x-core.c | 89 module_param_call(dma_mode, tw686x_dma_mode_set, tw686x_dma_mode_get,
|
/linux/arch/powerpc/platforms/pseries/ |
H A D | cmm.c | 657 module_param_call(disable, cmm_set_disable, param_get_uint,
|
/linux/include/linux/ |
H A D | moduleparam.h | 301 #define module_param_call(name, _set, _get, arg, perm) \ macro
|
/linux/fs/ocfs2/dlmfs/ |
H A D | dlmfs.c | 86 module_param_call(capabilities, param_set_dlmfs_capabilities,
|
/linux/drivers/acpi/ |
H A D | button.c | 718 module_param_call(lid_init_state,
|
H A D | ec.c | 2243 module_param_call(ec_event_clearing, param_set_event_clearing, param_get_event_clearing,
|
/linux/drivers/isdn/hardware/mISDN/ |
H A D | speedfax.c | 104 module_param_call(debug, set_debug, param_get_uint, &debug, S_IRUGO | S_IWUSR);
|
H A D | avmfritz.c | 165 module_param_call(debug, set_debug, param_get_uint, &debug, S_IRUGO | S_IWUSR);
|
H A D | mISDNinfineon.c | 251 module_param_call(debug, set_debug, param_get_uint, &debug, S_IRUGO | S_IWUSR);
|
H A D | netjet.c | 120 module_param_call(debug, set_debug, param_get_uint, &debug, S_IRUGO | S_IWUSR);
|
H A D | w6692.c | 107 module_param_call(debug, set_debug, param_get_uint, &debug, S_IRUGO | S_IWUSR);
|
/linux/drivers/misc/ |
H A D | kgdbts.c | 1190 module_param_call(kgdbts, param_set_kgdbts_var, param_get_string, &kps, 0644);
|
/linux/fs/overlayfs/ |
H A D | copy_up.c | 36 module_param_call(check_copy_up, ovl_ccup_set, ovl_ccup_get, NULL, 0644);
|
/linux/net/sunrpc/ |
H A D | svc.c | 168 module_param_call(pool_mode, param_set_pool_mode, param_get_pool_mode,
|
/linux/drivers/pci/pcie/ |
H A D | aspm.c | 1546 module_param_call(policy, pcie_aspm_set_policy, pcie_aspm_get_policy,
|
/linux/drivers/infiniband/ulp/srpt/ |
H A D | ib_srpt.c | 92 module_param_call(srpt_service_guid, srpt_set_u64_x, srpt_get_u64_x,
|
/linux/drivers/message/fusion/ |
H A D | mptbase.c | 103 module_param_call(mpt_debug_level, mpt_set_debug_level, param_get_int,
|