/linux-4.1.27/include/linux/ |
D | moduleparam.h | 48 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/ |
D | test_power.c | 451 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/ |
D | params.c | 254 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 = {
|
D | module.c | 136 static const struct kernel_param_ops param_ops_bool_enable_only = {
|
/linux-4.1.27/drivers/char/ipmi/ |
D | ipmi_watchdog.c | 211 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/ |
D | lsm.c | 670 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/ |
D | intel_powerclamp.c | 122 static struct kernel_param_ops duration_ops = { 170 static struct kernel_param_ops window_size_ops = {
|
/linux-4.1.27/drivers/block/ |
D | null_blk.c | 102 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/ |
D | mmu_audit.c | 294 static struct kernel_param_ops audit_param_ops = {
|
/linux-4.1.27/drivers/acpi/ |
D | sysfs.c | 152 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/ |
D | ide.c | 202 static struct kernel_param_ops param_ops_ide_dev_mask = {
|
/linux-4.1.27/arch/xtensa/platforms/iss/ |
D | simdisk.c | 64 static const struct kernel_param_ops simdisk_param_ops_filename = {
|
/linux-4.1.27/drivers/net/wireless/ath/wil6210/ |
D | main.c | 61 static struct kernel_param_ops mtu_max_ops = { 90 static struct kernel_param_ops ring_order_ops = {
|
/linux-4.1.27/drivers/dma/ |
D | dmatest.c | 123 static struct kernel_param_ops run_ops = { 198 static struct kernel_param_ops wait_ops = {
|
/linux-4.1.27/drivers/input/misc/ |
D | ati_remote2.c | 97 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/ |
D | ima_crypto.c | 58 static struct kernel_param_ops param_ops_bufsize = {
|
/linux-4.1.27/arch/x86/platform/uv/ |
D | uv_nmi.c | 107 static struct kernel_param_ops param_ops_local64 = {
|
/linux-4.1.27/drivers/mtd/ubi/ |
D | block.c | 164 static struct kernel_param_ops ubiblock_param_ops = {
|
/linux-4.1.27/drivers/tty/ |
D | sysrq.c | 988 static struct kernel_param_ops param_ops_sysrq_reset_seq = {
|
/linux-4.1.27/drivers/virtio/ |
D | virtio_mmio.c | 694 static struct kernel_param_ops vm_cmdline_param_ops = {
|
/linux-4.1.27/net/sunrpc/ |
D | xprtsock.c | 2992 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 = {
|
D | auth.c | 75 static struct kernel_param_ops param_ops_hashtbl_sz = {
|
/linux-4.1.27/net/batman-adv/ |
D | main.c | 1245 static const struct kernel_param_ops batadv_param_ops_ra = {
|
/linux-4.1.27/drivers/tty/hvc/ |
D | hvc_iucv.c | 1348 static struct kernel_param_ops param_ops_vmidfilter = {
|
/linux-4.1.27/arch/s390/kernel/ |
D | perf_cpum_sf.c | 1575 static struct kernel_param_ops param_ops_sfb_size = {
|
/linux-4.1.27/drivers/misc/lis3lv02d/ |
D | lis3lv02d.c | 118 static struct kernel_param_ops param_ops_axis = {
|
/linux-4.1.27/drivers/input/mouse/ |
D | psmouse-base.c | 50 static struct kernel_param_ops param_ops_proto_abbrev = {
|
/linux-4.1.27/block/ |
D | genhd.c | 1767 static const struct kernel_param_ops disk_events_dfl_poll_msecs_param_ops = {
|
/linux-4.1.27/drivers/infiniband/ulp/srp/ |
D | ib_srp.c | 101 static struct kernel_param_ops srp_tmo_ops; 186 static struct kernel_param_ops srp_tmo_ops = {
|
/linux-4.1.27/kernel/debug/kdb/ |
D | kdb_main.c | 2183 static const struct kernel_param_ops kdb_param_ops_enable_nmi = {
|
/linux-4.1.27/sound/pci/hda/ |
D | hda_intel.c | 169 static struct kernel_param_ops param_ops_xint = {
|
/linux-4.1.27/drivers/video/fbdev/ |
D | uvesafb.c | 1980 static struct kernel_param_ops param_ops_scroll = {
|
/linux-4.1.27/fs/nfs/ |
D | super.c | 2850 static struct kernel_param_ops param_ops_portnr = {
|