Home
last modified time | relevance | path

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

12

/Linux-v4.19/include/linux/
Dmoduleparam.h49 struct kernel_param_ops { struct
74 const struct kernel_param_ops *ops; argument
99 const struct kernel_param_ops *ops;
232 static const struct kernel_param_ops __param_ops_##name = \
341 extern const struct kernel_param_ops param_ops_byte;
346 extern const struct kernel_param_ops param_ops_short;
351 extern const struct kernel_param_ops param_ops_ushort;
356 extern const struct kernel_param_ops param_ops_int;
361 extern const struct kernel_param_ops param_ops_uint;
366 extern const struct kernel_param_ops param_ops_long;
[all …]
/Linux-v4.19/drivers/power/supply/
Dtest_power.c453 static const struct kernel_param_ops param_ops_ac_online = {
458 static const struct kernel_param_ops param_ops_usb_online = {
463 static const struct kernel_param_ops param_ops_battery_status = {
468 static const struct kernel_param_ops param_ops_battery_present = {
473 static const struct kernel_param_ops param_ops_battery_technology = {
478 static const struct kernel_param_ops param_ops_battery_health = {
483 static const struct kernel_param_ops param_ops_battery_capacity = {
488 static const struct kernel_param_ops param_ops_battery_voltage = {
/Linux-v4.19/drivers/infiniband/sw/rxe/
Drxe_sysfs.c146 static const struct kernel_param_ops rxe_add_ops = {
150 static const struct kernel_param_ops rxe_remove_ops = {
/Linux-v4.19/kernel/
Dparams.c230 const struct kernel_param_ops param_ops_##name = { \
283 const struct kernel_param_ops param_ops_charp = {
308 const struct kernel_param_ops param_ops_bool = {
339 const struct kernel_param_ops param_ops_bool_enable_only = {
367 const struct kernel_param_ops param_ops_invbool = {
389 const struct kernel_param_ops param_ops_bint = {
487 const struct kernel_param_ops param_array_ops = {
515 const struct kernel_param_ops param_ops_string = {
/Linux-v4.19/drivers/gpu/drm/
Ddrm_kms_helper_common.c52 static const struct kernel_param_ops edid_firmware_ops = {
/Linux-v4.19/net/batman-adv/
Dbat_algo.c166 static const struct kernel_param_ops batadv_param_ops_ra = {
/Linux-v4.19/drivers/acpi/
Dsysfs.c157 static const struct kernel_param_ops param_ops_debug_layer = {
162 static const struct kernel_param_ops param_ops_debug_level = {
220 static const struct kernel_param_ops param_ops_trace_method = {
225 static const struct kernel_param_ops param_ops_trace_attrib = {
/Linux-v4.19/drivers/char/ipmi/
Dipmi_watchdog.c195 static const struct kernel_param_ops param_ops_timeout = {
257 static const struct kernel_param_ops param_ops_wdog_ifnum = {
264 static const struct kernel_param_ops param_ops_str = {
/Linux-v4.19/drivers/thermal/
Dintel_powerclamp.c136 static const struct kernel_param_ops duration_ops = {
184 static const struct kernel_param_ops window_size_ops = {
/Linux-v4.19/mm/
Dzswap.c87 static struct kernel_param_ops zswap_enabled_param_ops = {
98 static struct kernel_param_ops zswap_compressor_param_ops = {
110 static struct kernel_param_ops zswap_zpool_param_ops = {
/Linux-v4.19/arch/x86/platform/uv/
Duv_nmi.c121 static const struct kernel_param_ops param_ops_local64 = {
227 static const struct kernel_param_ops param_ops_action = {
/Linux-v4.19/arch/x86/kvm/
Dmmu_audit.c301 static const struct kernel_param_ops audit_param_ops = {
/Linux-v4.19/drivers/usb/core/
Dquirks.c148 static const struct kernel_param_ops quirks_param_ops = {
/Linux-v4.19/drivers/ide/
Dide.c202 static const struct kernel_param_ops param_ops_ide_dev_mask = {
/Linux-v4.19/security/apparmor/
Dlsm.c1221 static const struct kernel_param_ops param_ops_aabool = {
1230 static const struct kernel_param_ops param_ops_aauint = {
1238 static const struct kernel_param_ops param_ops_aalockpolicy = {
/Linux-v4.19/arch/xtensa/platforms/iss/
Dsimdisk.c63 static const struct kernel_param_ops simdisk_param_ops_filename = {
/Linux-v4.19/drivers/input/misc/
Dati_remote2.c95 static const struct kernel_param_ops param_ops_channel_mask = {
104 static const struct kernel_param_ops param_ops_mode_mask = {
/Linux-v4.19/drivers/dma/
Ddmatest.c134 static const struct kernel_param_ops run_ops = {
220 static const struct kernel_param_ops wait_ops = {
/Linux-v4.19/drivers/mtd/ubi/
Dblock.c167 static const struct kernel_param_ops ubiblock_param_ops = {
/Linux-v4.19/security/integrity/ima/
Dima_crypto.c53 static const struct kernel_param_ops param_ops_bufsize = {
/Linux-v4.19/drivers/tty/
Dsysrq.c1012 static const struct kernel_param_ops param_ops_sysrq_reset_seq = {
/Linux-v4.19/net/ceph/
Dceph_common.c53 static const struct kernel_param_ops param_ops_supported_features = {
/Linux-v4.19/drivers/virtio/
Dvirtio_mmio.c707 static const struct kernel_param_ops vm_cmdline_param_ops = {
/Linux-v4.19/drivers/firmware/
Dqemu_fw_cfg.c901 static const struct kernel_param_ops fw_cfg_cmdline_param_ops = {
/Linux-v4.19/drivers/net/wireless/ath/wil6210/
Dmain.c75 static const struct kernel_param_ops mtu_max_ops = {
104 static const struct kernel_param_ops ring_order_ops = {

12