Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/drivers/scsi/fcoe/
A Dfcoe_transport.c43 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-6.3-rc2/fs/lockd/
A Dsvc.c592 module_param_call(nlm_grace_period, param_set_grace_period, param_get_ulong,
594 module_param_call(nlm_timeout, param_set_timeout, param_get_ulong,
596 module_param_call(nlm_udpport, param_set_port, param_get_int,
598 module_param_call(nlm_tcpport, param_set_port, param_get_int,
/linux-6.3-rc2/drivers/edac/
A Dedac_module.c42 module_param_call(edac_debug_level, edac_set_debug_level, param_get_int,
A Dedac_mc_sysfs.c85 module_param_call(edac_mc_poll_msec, edac_set_poll_msec, param_get_uint,
/linux-6.3-rc2/net/netfilter/
A Dnf_nat_irc.c107 module_param_call(ports, warn_set, NULL, NULL, 0);
A Dnf_nat_ftp.c135 module_param_call(ports, warn_set, NULL, NULL, 0);
A Dnf_conntrack_proto.c695 module_param_call(hashsize, nf_conntrack_set_hashsize, param_get_uint,
/linux-6.3-rc2/lib/
A Dcrc-t10dif.c127 module_param_call(transform, NULL, crc_t10dif_transform_show, NULL, 0444);
A Dcrc64-rocksoft.c121 module_param_call(transform, NULL, crc64_rocksoft_transform_show, NULL, 0444);
/linux-6.3-rc2/drivers/char/ipmi/
A Dipmi_si_hotmod.c19 module_param_call(hotmod, hotmod_handler, NULL, NULL, 0200);
A Dipmi_poweroff.c63 module_param_call(ifnum_to_use, set_param_ifnum, param_get_int,
/linux-6.3-rc2/drivers/tty/serial/
A Dkgdboc.c627 module_param_call(kgdboc, param_set_kgdboc_var, param_get_string, &kps, 0644);
/linux-6.3-rc2/drivers/mtd/devices/
A Dphram.c367 module_param_call(phram, phram_param_call, NULL, NULL, 0200);
A Dblock2mtd.c471 module_param_call(block2mtd, block2mtd_setup, NULL, NULL, 0200);
/linux-6.3-rc2/drivers/media/pci/tw686x/
A Dtw686x-core.c89 module_param_call(dma_mode, tw686x_dma_mode_set, tw686x_dma_mode_get,
/linux-6.3-rc2/drivers/acpi/
A Dsysfs.c267 module_param_call(trace_state, param_set_trace_state, param_get_trace_state,
290 module_param_call(acpica_version, NULL, param_get_acpica_version, NULL, 0444);
A Dbutton.c621 module_param_call(lid_init_state,
/linux-6.3-rc2/arch/powerpc/platforms/pseries/
A Dcmm.c657 module_param_call(disable, cmm_set_disable, param_get_uint,
/linux-6.3-rc2/include/linux/
A Dmoduleparam.h297 #define module_param_call(name, _set, _get, arg, perm) \ macro
/linux-6.3-rc2/fs/ocfs2/dlmfs/
A Ddlmfs.c86 module_param_call(capabilities, param_set_dlmfs_capabilities,
/linux-6.3-rc2/drivers/isdn/hardware/mISDN/
A Dspeedfax.c103 module_param_call(debug, set_debug, param_get_uint, &debug, S_IRUGO | S_IWUSR);
/linux-6.3-rc2/drivers/misc/
A Dkgdbts.c1190 module_param_call(kgdbts, param_set_kgdbts_var, param_get_string, &kps, 0644);
/linux-6.3-rc2/security/apparmor/
A Dlsm.c1362 module_param_call(mode, param_set_mode, param_get_mode,
1388 module_param_call(audit, param_set_audit, param_get_audit,
/linux-6.3-rc2/drivers/hid/
A Dhid-magicmouse.c43 module_param_call(scroll_speed, param_set_scroll_speed, param_get_uint, &scroll_speed, 0644);
/linux-6.3-rc2/drivers/nvme/host/
A Dmultipath.c43 module_param_call(iopolicy, nvme_set_iopolicy, nvme_get_iopolicy,

Completed in 53 milliseconds

12