Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dmoduleparam.h48 struct kernel_param_ops { struct
70 const struct kernel_param_ops *ops; argument
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;
[all …]
/linux-4.1.27/drivers/power/
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/
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 = {
Dmodule.c136 static const struct kernel_param_ops param_ops_bool_enable_only = {
/linux-4.1.27/drivers/char/ipmi/
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/apparmor/
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/thermal/
Dintel_powerclamp.c122 static struct kernel_param_ops duration_ops = {
170 static struct kernel_param_ops window_size_ops = {
/linux-4.1.27/drivers/block/
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/arch/x86/kvm/
Dmmu_audit.c294 static struct kernel_param_ops audit_param_ops = {
/linux-4.1.27/drivers/acpi/
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/drivers/ide/
Dide.c202 static struct kernel_param_ops param_ops_ide_dev_mask = {
/linux-4.1.27/arch/xtensa/platforms/iss/
Dsimdisk.c64 static const struct kernel_param_ops simdisk_param_ops_filename = {
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
Dmain.c61 static struct kernel_param_ops mtu_max_ops = {
90 static struct kernel_param_ops ring_order_ops = {
/linux-4.1.27/drivers/dma/
Ddmatest.c123 static struct kernel_param_ops run_ops = {
198 static struct kernel_param_ops wait_ops = {
/linux-4.1.27/drivers/input/misc/
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/security/integrity/ima/
Dima_crypto.c58 static struct kernel_param_ops param_ops_bufsize = {
/linux-4.1.27/arch/x86/platform/uv/
Duv_nmi.c107 static struct kernel_param_ops param_ops_local64 = {
/linux-4.1.27/drivers/mtd/ubi/
Dblock.c164 static struct kernel_param_ops ubiblock_param_ops = {
/linux-4.1.27/drivers/tty/
Dsysrq.c988 static struct kernel_param_ops param_ops_sysrq_reset_seq = {
/linux-4.1.27/drivers/virtio/
Dvirtio_mmio.c694 static struct kernel_param_ops vm_cmdline_param_ops = {
/linux-4.1.27/net/sunrpc/
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 = {
Dauth.c75 static struct kernel_param_ops param_ops_hashtbl_sz = {
/linux-4.1.27/net/batman-adv/
Dmain.c1245 static const struct kernel_param_ops batadv_param_ops_ra = {
/linux-4.1.27/drivers/tty/hvc/
Dhvc_iucv.c1348 static struct kernel_param_ops param_ops_vmidfilter = {
/linux-4.1.27/arch/s390/kernel/
Dperf_cpum_sf.c1575 static struct kernel_param_ops param_ops_sfb_size = {
/linux-4.1.27/drivers/misc/lis3lv02d/
Dlis3lv02d.c118 static struct kernel_param_ops param_ops_axis = {
/linux-4.1.27/drivers/input/mouse/
Dpsmouse-base.c50 static struct kernel_param_ops param_ops_proto_abbrev = {
/linux-4.1.27/block/
Dgenhd.c1767 static const struct kernel_param_ops disk_events_dfl_poll_msecs_param_ops = {
/linux-4.1.27/drivers/infiniband/ulp/srp/
Dib_srp.c101 static struct kernel_param_ops srp_tmo_ops;
186 static struct kernel_param_ops srp_tmo_ops = {
/linux-4.1.27/kernel/debug/kdb/
Dkdb_main.c2183 static const struct kernel_param_ops kdb_param_ops_enable_nmi = {
/linux-4.1.27/sound/pci/hda/
Dhda_intel.c169 static struct kernel_param_ops param_ops_xint = {
/linux-4.1.27/drivers/video/fbdev/
Duvesafb.c1980 static struct kernel_param_ops param_ops_scroll = {
/linux-4.1.27/fs/nfs/
Dsuper.c2850 static struct kernel_param_ops param_ops_portnr = {