Home
last modified time | relevance | path

Searched refs:module_param_call (Results 1 – 25 of 43) sorted by relevance

12

/Linux-v4.19/drivers/scsi/fcoe/
Dfcoe_transport.c54 module_param_call(show, NULL, fcoe_transport_show, NULL, S_IRUSR);
58 module_param_call(create, fcoe_transport_create, NULL,
63 module_param_call(create_vn2vn, fcoe_transport_create, NULL,
69 module_param_call(destroy, fcoe_transport_destroy, NULL, NULL, S_IWUSR);
73 module_param_call(enable, fcoe_transport_enable, NULL, NULL, S_IWUSR);
77 module_param_call(disable, fcoe_transport_disable, NULL, NULL, S_IWUSR);
/Linux-v4.19/fs/lockd/
Dsvc.c670 module_param_call(nlm_grace_period, param_set_grace_period, param_get_ulong,
672 module_param_call(nlm_timeout, param_set_timeout, param_get_ulong,
674 module_param_call(nlm_udpport, param_set_port, param_get_int,
676 module_param_call(nlm_tcpport, param_set_port, param_get_int,
/Linux-v4.19/drivers/edac/
Dedac_module.c42 module_param_call(edac_debug_level, edac_set_debug_level, param_get_int,
/Linux-v4.19/net/netfilter/
Dnf_nat_irc.c116 module_param_call(ports, warn_set, NULL, NULL, 0);
Dnf_nat_ftp.c144 module_param_call(ports, warn_set, NULL, NULL, 0);
Dnf_conntrack_proto.c1027 module_param_call(hashsize, nf_conntrack_set_hashsize, param_get_uint,
/Linux-v4.19/drivers/ide/
Dide.c277 module_param_call(chs, ide_set_disk_chs, NULL, NULL, 0);
351 module_param_call(ignore_cable, ide_set_ignore_cable, NULL, NULL, 0);
/Linux-v4.19/drivers/tty/serial/
Dkgdboc.c334 module_param_call(kgdboc, param_set_kgdboc_var, param_get_string, &kps, 0644);
/Linux-v4.19/drivers/char/ipmi/
Dipmi_si_hotmod.c16 module_param_call(hotmod, hotmod_handler, NULL, NULL, 0200);
Dipmi_poweroff.c62 module_param_call(ifnum_to_use, set_param_ifnum, param_get_int,
/Linux-v4.19/drivers/mtd/devices/
Dphram.c294 module_param_call(phram, phram_param_call, NULL, NULL, 000);
Dblock2mtd.c456 module_param_call(block2mtd, block2mtd_setup, NULL, NULL, 0200);
/Linux-v4.19/drivers/media/pci/tw686x/
Dtw686x-core.c92 module_param_call(dma_mode, tw686x_dma_mode_set, tw686x_dma_mode_get,
/Linux-v4.19/drivers/acpi/
Dsysfs.c287 module_param_call(trace_state, param_set_trace_state, param_get_trace_state,
310 module_param_call(acpica_version, NULL, param_get_acpica_version, NULL, 0444);
Dbutton.c623 module_param_call(lid_init_state,
/Linux-v4.19/include/linux/
Dmoduleparam.h231 #define module_param_call(name, _set, _get, arg, perm) \ macro
/Linux-v4.19/arch/x86/oprofile/
Dnmi_int.c609 module_param_call(cpu_type, set_cpu_type, NULL, NULL, 0);
/Linux-v4.19/arch/powerpc/platforms/pseries/
Dcmm.c767 module_param_call(disable, cmm_set_disable, param_get_uint,
/Linux-v4.19/drivers/hid/
Dhid-magicmouse.c45 module_param_call(scroll_speed, param_set_scroll_speed, param_get_uint, &scroll_speed, 0644);
/Linux-v4.19/fs/ocfs2/dlmfs/
Ddlmfs.c102 module_param_call(capabilities, param_set_dlmfs_capabilities,
/Linux-v4.19/drivers/isdn/hardware/mISDN/
Dspeedfax.c116 module_param_call(debug, set_debug, param_get_uint, &debug, S_IRUGO | S_IWUSR);
/Linux-v4.19/security/apparmor/
Dlsm.c1256 module_param_call(mode, param_set_mode, param_get_mode,
1271 module_param_call(audit, param_set_audit, param_get_audit,
/Linux-v4.19/drivers/misc/
Dkgdbts.c1195 module_param_call(kgdbts, param_set_kgdbts_var, param_get_string, &kps, 0644);
/Linux-v4.19/fs/fuse/
Dinode.c37 module_param_call(max_user_bgreq, set_global_limit, param_get_uint,
45 module_param_call(max_user_congthresh, set_global_limit, param_get_uint,
/Linux-v4.19/fs/overlayfs/
Dcopy_up.c39 module_param_call(check_copy_up, ovl_ccup_set, ovl_ccup_get, NULL, 0644);

12