Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/scsi/fcoe/
H A Dfcoe_transport.c42 module_param_call(show, NULL, fcoe_transport_show, NULL, S_IRUSR);
46 module_param_call(create, fcoe_transport_create, NULL,
51 module_param_call(create_vn2vn, fcoe_transport_create, NULL,
57 module_param_call(destroy, fcoe_transport_destroy, NULL, NULL, S_IWUSR);
61 module_param_call(enable, fcoe_transport_enable, NULL, NULL, S_IWUSR);
65 module_param_call(disable, fcoe_transport_disable, NULL, NULL, S_IWUSR);
/OK3568_Linux_fs/kernel/fs/lockd/
H A Dsvc.c676 module_param_call(nlm_grace_period, param_set_grace_period, param_get_ulong,
678 module_param_call(nlm_timeout, param_set_timeout, param_get_ulong,
680 module_param_call(nlm_udpport, param_set_port, param_get_int,
682 module_param_call(nlm_tcpport, param_set_port, param_get_int,
/OK3568_Linux_fs/kernel/drivers/edac/
H A Dedac_module.c42 module_param_call(edac_debug_level, edac_set_debug_level, param_get_int,
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dide.c278 module_param_call(chs, ide_set_disk_chs, NULL, NULL, 0);
352 module_param_call(ignore_cable, ide_set_ignore_cable, NULL, NULL, 0);
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_nat_irc.c119 module_param_call(ports, warn_set, NULL, NULL, 0);
H A Dnf_nat_ftp.c148 module_param_call(ports, warn_set, NULL, NULL, 0);
H A Dnf_conntrack_proto.c703 module_param_call(hashsize, nf_conntrack_set_hashsize, param_get_uint,
/OK3568_Linux_fs/kernel/lib/
H A Dcrc-t10dif.c127 module_param_call(transform, NULL, crc_t10dif_transform_show, NULL, 0444);
/OK3568_Linux_fs/kernel/mm/
H A Dshuffle.c31 module_param_call(shuffle, shuffle_store, shuffle_show, &shuffle_param, 0400);
/OK3568_Linux_fs/kernel/drivers/char/ipmi/
H A Dipmi_si_hotmod.c19 module_param_call(hotmod, hotmod_handler, NULL, NULL, 0200);
H A Dipmi_poweroff.c63 module_param_call(ifnum_to_use, set_param_ifnum, param_get_int,
/OK3568_Linux_fs/kernel/drivers/mtd/devices/
H A Dphram.c300 module_param_call(phram, phram_param_call, NULL, NULL, 0200);
H A Dblock2mtd.c458 module_param_call(block2mtd, block2mtd_setup, NULL, NULL, 0200);
/OK3568_Linux_fs/u-boot/include/linux/
H A Dcompat.h157 #define module_param_call(...) macro
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dkgdboc.c601 module_param_call(kgdboc, param_set_kgdboc_var, param_get_string, &kps, 0644);
/OK3568_Linux_fs/kernel/drivers/media/pci/tw686x/
H A Dtw686x-core.c89 module_param_call(dma_mode, tw686x_dma_mode_set, tw686x_dma_mode_get,
/OK3568_Linux_fs/kernel/drivers/acpi/
H A 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);
H A Dbutton.c621 module_param_call(lid_init_state,
/OK3568_Linux_fs/kernel/include/linux/
H A Dmoduleparam.h297 #define module_param_call(name, _set, _get, arg, perm) \ macro
/OK3568_Linux_fs/kernel/fs/ocfs2/dlmfs/
H A Ddlmfs.c88 module_param_call(capabilities, param_set_dlmfs_capabilities,
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Dcmm.c713 module_param_call(disable, cmm_set_disable, param_get_uint,
/OK3568_Linux_fs/kernel/arch/x86/oprofile/
H A Dnmi_int.c609 module_param_call(cpu_type, set_cpu_type, NULL, NULL, 0);
/OK3568_Linux_fs/kernel/drivers/isdn/hardware/mISDN/
H A Dspeedfax.c103 module_param_call(debug, set_debug, param_get_uint, &debug, S_IRUGO | S_IWUSR);
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-magicmouse.c42 module_param_call(scroll_speed, param_set_scroll_speed, param_get_uint, &scroll_speed, 0644);
/OK3568_Linux_fs/kernel/drivers/misc/
H A Dkgdbts.c1180 module_param_call(kgdbts, param_set_kgdbts_var, param_get_string, &kps, 0644);

12