Home
last modified time | relevance | path

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

123

/Linux-v5.4/include/linux/
Dmoduleparam.h47 struct kernel_param_ops { struct
72 const struct kernel_param_ops *ops; argument
97 const struct kernel_param_ops *ops;
230 static const struct kernel_param_ops __param_ops_##name = \
339 extern const struct kernel_param_ops param_ops_byte;
344 extern const struct kernel_param_ops param_ops_short;
349 extern const struct kernel_param_ops param_ops_ushort;
354 extern const struct kernel_param_ops param_ops_int;
359 extern const struct kernel_param_ops param_ops_uint;
364 extern const struct kernel_param_ops param_ops_long;
[all …]
/Linux-v5.4/drivers/power/supply/
Dtest_power.c450 static const struct kernel_param_ops param_ops_ac_online = {
455 static const struct kernel_param_ops param_ops_usb_online = {
460 static const struct kernel_param_ops param_ops_battery_status = {
465 static const struct kernel_param_ops param_ops_battery_present = {
470 static const struct kernel_param_ops param_ops_battery_technology = {
475 static const struct kernel_param_ops param_ops_battery_health = {
480 static const struct kernel_param_ops param_ops_battery_capacity = {
485 static const struct kernel_param_ops param_ops_battery_voltage = {
/Linux-v5.4/drivers/infiniband/sw/rxe/
Drxe_sysfs.c124 static const struct kernel_param_ops rxe_add_ops = {
128 static const struct kernel_param_ops rxe_remove_ops = {
/Linux-v5.4/kernel/
Dparams.c227 const struct kernel_param_ops param_ops_##name = { \
280 const struct kernel_param_ops param_ops_charp = {
305 const struct kernel_param_ops param_ops_bool = {
336 const struct kernel_param_ops param_ops_bool_enable_only = {
364 const struct kernel_param_ops param_ops_invbool = {
386 const struct kernel_param_ops param_ops_bint = {
484 const struct kernel_param_ops param_array_ops = {
512 const struct kernel_param_ops param_ops_string = {
/Linux-v5.4/drivers/gpu/drm/
Ddrm_kms_helper_common.c53 static const struct kernel_param_ops edid_firmware_ops = {
/Linux-v5.4/net/batman-adv/
Dbat_algo.c154 static const struct kernel_param_ops batadv_param_ops_ra = {
/Linux-v5.4/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-v5.4/drivers/crypto/hisilicon/
Dsgl.c28 static const struct kernel_param_ops acc_sgl_sge_ops = {
/Linux-v5.4/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-v5.4/drivers/thermal/intel/
Dintel_powerclamp.c121 static const struct kernel_param_ops duration_ops = {
169 static const struct kernel_param_ops window_size_ops = {
/Linux-v5.4/drivers/dma/
Ddmatest.c141 static const struct kernel_param_ops run_ops = {
151 static const struct kernel_param_ops multi_chan_ops = {
165 static const struct kernel_param_ops test_list_ops = {
278 static const struct kernel_param_ops wait_ops = {
/Linux-v5.4/mm/
Dzswap.c78 static struct kernel_param_ops zswap_enabled_param_ops = {
89 static struct kernel_param_ops zswap_compressor_param_ops = {
101 static struct kernel_param_ops zswap_zpool_param_ops = {
/Linux-v5.4/drivers/hid/
Dhid-cougar.c318 static const struct kernel_param_ops cougar_g6_is_space_ops = {
/Linux-v5.4/arch/x86/platform/uv/
Duv_nmi.c108 static const struct kernel_param_ops param_ops_local64 = {
214 static const struct kernel_param_ops param_ops_action = {
/Linux-v5.4/security/apparmor/
Dlsm.c1251 static const struct kernel_param_ops param_ops_aabool = {
1260 static const struct kernel_param_ops param_ops_aauint = {
1268 static const struct kernel_param_ops param_ops_aalockpolicy = {
1338 static const struct kernel_param_ops param_ops_aaintbool = {
/Linux-v5.4/arch/x86/kvm/
Dmmu_audit.c298 static const struct kernel_param_ops audit_param_ops = {
/Linux-v5.4/drivers/ide/
Dide.c203 static const struct kernel_param_ops param_ops_ide_dev_mask = {
/Linux-v5.4/arch/xtensa/platforms/iss/
Dsimdisk.c63 static const struct kernel_param_ops simdisk_param_ops_filename = {
/Linux-v5.4/drivers/usb/core/
Dquirks.c151 static const struct kernel_param_ops quirks_param_ops = {
/Linux-v5.4/drivers/input/misc/
Dati_remote2.c92 static const struct kernel_param_ops param_ops_channel_mask = {
101 static const struct kernel_param_ops param_ops_mode_mask = {
/Linux-v5.4/security/integrity/ima/
Dima_crypto.c50 static const struct kernel_param_ops param_ops_bufsize = {
/Linux-v5.4/drivers/mtd/ubi/
Dblock.c159 static const struct kernel_param_ops ubiblock_param_ops = {
/Linux-v5.4/drivers/tty/
Dsysrq.c1012 static const struct kernel_param_ops param_ops_sysrq_reset_seq = {
/Linux-v5.4/net/ceph/
Dceph_common.c55 static const struct kernel_param_ops param_ops_supported_features = {
/Linux-v5.4/drivers/virtio/
Dvirtio_mmio.c713 static const struct kernel_param_ops vm_cmdline_param_ops = {

123