Searched refs:kernel_param_ops (Results 1 - 33 of 33) sorted by relevance

/linux-4.1.27/include/linux/
H A Dmoduleparam.h40 * Flags available for kernel_param_ops
48 struct kernel_param_ops { struct
70 const struct kernel_param_ops *ops;
95 const struct kernel_param_ops *ops;
228 static struct kernel_param_ops __param_ops_##name = \
379 extern struct kernel_param_ops param_ops_byte;
384 extern struct kernel_param_ops param_ops_short;
389 extern struct kernel_param_ops param_ops_ushort;
394 extern struct kernel_param_ops param_ops_int;
399 extern struct kernel_param_ops param_ops_uint;
404 extern struct kernel_param_ops param_ops_long;
409 extern struct kernel_param_ops param_ops_ulong;
414 extern struct kernel_param_ops param_ops_ullong;
419 extern struct kernel_param_ops param_ops_charp;
425 extern struct kernel_param_ops param_ops_bool;
430 extern struct kernel_param_ops param_ops_invbool;
436 extern struct kernel_param_ops param_ops_bint;
480 extern struct kernel_param_ops param_array_ops;
482 extern struct kernel_param_ops param_ops_string;
/linux-4.1.27/drivers/power/
H A Dtest_power.c451 static struct kernel_param_ops param_ops_ac_online = {
456 static struct kernel_param_ops param_ops_usb_online = {
461 static struct kernel_param_ops param_ops_battery_status = {
466 static struct kernel_param_ops param_ops_battery_present = {
471 static struct kernel_param_ops param_ops_battery_technology = {
476 static struct kernel_param_ops param_ops_battery_health = {
481 static struct kernel_param_ops param_ops_battery_capacity = {
486 static struct kernel_param_ops param_ops_battery_voltage = {
/linux-4.1.27/kernel/
H A Dparams.c254 struct kernel_param_ops param_ops_##name = { \
306 struct kernel_param_ops param_ops_charp = {
331 struct kernel_param_ops param_ops_bool = {
359 struct kernel_param_ops param_ops_invbool = {
382 struct kernel_param_ops param_ops_bint = {
479 struct kernel_param_ops param_array_ops = {
507 struct kernel_param_ops param_ops_string = {
H A Dmodule.c136 static const struct kernel_param_ops param_ops_bool_enable_only = {
/linux-4.1.27/security/apparmor/
H A Dlsm.c670 static struct kernel_param_ops param_ops_aabool = {
679 static struct kernel_param_ops param_ops_aauint = {
687 static struct kernel_param_ops param_ops_aalockpolicy = {
/linux-4.1.27/drivers/block/
H A Dnull_blk.c102 static struct kernel_param_ops null_queue_mode_param_ops = {
130 static struct kernel_param_ops null_irqmode_param_ops = {
/linux-4.1.27/drivers/acpi/
H A Dsysfs.c152 static const struct kernel_param_ops param_ops_debug_layer = {
157 static const struct kernel_param_ops param_ops_debug_level = {
/linux-4.1.27/arch/x86/kvm/
H A Dmmu_audit.c294 static struct kernel_param_ops audit_param_ops = {
/linux-4.1.27/arch/xtensa/platforms/iss/
H A Dsimdisk.c64 static const struct kernel_param_ops simdisk_param_ops_filename = {
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
H A Dmain.c61 static struct kernel_param_ops mtu_max_ops = {
90 static struct kernel_param_ops ring_order_ops = {
/linux-4.1.27/drivers/input/misc/
H A Dati_remote2.c97 static struct kernel_param_ops param_ops_channel_mask = {
106 static struct kernel_param_ops param_ops_mode_mask = {
/linux-4.1.27/drivers/thermal/
H A Dintel_powerclamp.c122 static struct kernel_param_ops duration_ops = {
170 static struct kernel_param_ops window_size_ops = {
/linux-4.1.27/drivers/ide/
H A Dide.c202 static struct kernel_param_ops param_ops_ide_dev_mask = {
/linux-4.1.27/drivers/char/ipmi/
H A Dipmi_watchdog.c211 static struct kernel_param_ops param_ops_timeout = {
273 static struct kernel_param_ops param_ops_wdog_ifnum = {
280 static struct kernel_param_ops param_ops_str = {
/linux-4.1.27/security/integrity/ima/
H A Dima_crypto.c58 static struct kernel_param_ops param_ops_bufsize = {
/linux-4.1.27/drivers/dma/
H A Ddmatest.c123 static struct kernel_param_ops run_ops = {
198 static struct kernel_param_ops wait_ops = {
/linux-4.1.27/drivers/mtd/ubi/
H A Dblock.c164 static struct kernel_param_ops ubiblock_param_ops = {
/linux-4.1.27/arch/x86/platform/uv/
H A Duv_nmi.c107 static struct kernel_param_ops param_ops_local64 = {
/linux-4.1.27/drivers/tty/
H A Dsysrq.c988 static struct kernel_param_ops param_ops_sysrq_reset_seq = {
/linux-4.1.27/drivers/virtio/
H A Dvirtio_mmio.c694 static struct kernel_param_ops vm_cmdline_param_ops = {
/linux-4.1.27/net/sunrpc/
H A Dauth.c75 static struct kernel_param_ops param_ops_hashtbl_sz = {
H A Dxprtsock.c2992 static struct kernel_param_ops param_ops_portnr = {
3011 static struct kernel_param_ops param_ops_slot_table_size = {
3027 static struct kernel_param_ops param_ops_max_slot_table_size = {
/linux-4.1.27/drivers/misc/lis3lv02d/
H A Dlis3lv02d.c118 static struct kernel_param_ops param_ops_axis = {
/linux-4.1.27/net/batman-adv/
H A Dmain.c1245 static const struct kernel_param_ops batadv_param_ops_ra = {
/linux-4.1.27/drivers/infiniband/ulp/srp/
H A Dib_srp.c101 static struct kernel_param_ops srp_tmo_ops;
186 static struct kernel_param_ops srp_tmo_ops = {
/linux-4.1.27/drivers/input/mouse/
H A Dpsmouse-base.c50 static struct kernel_param_ops param_ops_proto_abbrev = {
/linux-4.1.27/block/
H A Dgenhd.c1767 static const struct kernel_param_ops disk_events_dfl_poll_msecs_param_ops = {
/linux-4.1.27/drivers/tty/hvc/
H A Dhvc_iucv.c1348 static struct kernel_param_ops param_ops_vmidfilter = {
/linux-4.1.27/arch/s390/kernel/
H A Dperf_cpum_sf.c1575 static struct kernel_param_ops param_ops_sfb_size = {
/linux-4.1.27/drivers/video/fbdev/
H A Duvesafb.c1980 static struct kernel_param_ops param_ops_scroll = {
/linux-4.1.27/fs/nfs/
H A Dsuper.c2850 static struct kernel_param_ops param_ops_portnr = {
/linux-4.1.27/sound/pci/hda/
H A Dhda_intel.c169 static struct kernel_param_ops param_ops_xint = {
/linux-4.1.27/kernel/debug/kdb/
H A Dkdb_main.c2183 static const struct kernel_param_ops kdb_param_ops_enable_nmi = {

Completed in 3740 milliseconds