Home
last modified time | relevance | path

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

1234

/Linux-v6.1/include/linux/
Dmoduleparam.h47 struct kernel_param_ops { struct
72 const struct kernel_param_ops *ops; argument
97 const struct kernel_param_ops *ops;
298 static const struct kernel_param_ops __param_ops_##name = \
411 extern const struct kernel_param_ops param_ops_byte;
416 extern const struct kernel_param_ops param_ops_short;
421 extern const struct kernel_param_ops param_ops_ushort;
426 extern const struct kernel_param_ops param_ops_int;
431 extern const struct kernel_param_ops param_ops_uint;
438 extern const struct kernel_param_ops param_ops_long;
[all …]
Ddynamic_debug.h348 extern const struct kernel_param_ops param_ops_dyndbg_classes;
/Linux-v6.1/drivers/power/supply/
Dtest_power.c492 static const struct kernel_param_ops param_ops_ac_online = {
497 static const struct kernel_param_ops param_ops_usb_online = {
502 static const struct kernel_param_ops param_ops_battery_status = {
507 static const struct kernel_param_ops param_ops_battery_present = {
512 static const struct kernel_param_ops param_ops_battery_technology = {
517 static const struct kernel_param_ops param_ops_battery_health = {
522 static const struct kernel_param_ops param_ops_battery_capacity = {
527 static const struct kernel_param_ops param_ops_battery_voltage = {
532 static const struct kernel_param_ops param_ops_battery_charge_counter = {
537 static const struct kernel_param_ops param_ops_battery_current = {
/Linux-v6.1/kernel/
Dparams.c227 const struct kernel_param_ops param_ops_##name = { \
299 const struct kernel_param_ops param_ops_charp = {
324 const struct kernel_param_ops param_ops_bool = {
355 const struct kernel_param_ops param_ops_bool_enable_only = {
383 const struct kernel_param_ops param_ops_invbool = {
405 const struct kernel_param_ops param_ops_bint = {
503 const struct kernel_param_ops param_array_ops = {
531 const struct kernel_param_ops param_ops_string = {
/Linux-v6.1/drivers/gpu/drm/
Ddrm_kms_helper_common.c54 static const struct kernel_param_ops edid_firmware_ops = {
/Linux-v6.1/drivers/ufs/core/
Dufs-fault-injection.c12 static const struct kernel_param_ops ufs_fault_ops = {
/Linux-v6.1/scripts/
Dconst_structs.checkpatch35 kernel_param_ops
/Linux-v6.1/drivers/gpu/drm/i915/
Di915_mitigations.c127 static const struct kernel_param_ops ops = {
/Linux-v6.1/mm/
Dshuffle.c26 static const struct kernel_param_ops shuffle_param_ops = {
Dzswap.c88 static const struct kernel_param_ops zswap_enabled_param_ops = {
98 static const struct kernel_param_ops zswap_compressor_param_ops = {
109 static const struct kernel_param_ops zswap_zpool_param_ops = {
/Linux-v6.1/lib/
Dtest_dynamic_debug.c26 static const struct kernel_param_ops param_ops_do_prints = {
/Linux-v6.1/net/batman-adv/
Dbat_algo.c136 static const struct kernel_param_ops batadv_param_ops_ra = {
/Linux-v6.1/drivers/acpi/
Dsysfs.c140 static const struct kernel_param_ops param_ops_debug_layer = {
145 static const struct kernel_param_ops param_ops_debug_level = {
203 static const struct kernel_param_ops param_ops_trace_method = {
208 static const struct kernel_param_ops param_ops_trace_attrib = {
/Linux-v6.1/mm/damon/
Dreclaim.c220 static const struct kernel_param_ops enabled_param_ops = {
Dlru_sort.c274 static const struct kernel_param_ops enabled_param_ops = {
/Linux-v6.1/drivers/thermal/intel/
Dintel_powerclamp.c117 static const struct kernel_param_ops duration_ops = {
165 static const struct kernel_param_ops window_size_ops = {
/Linux-v6.1/drivers/char/ipmi/
Dipmi_watchdog.c195 static const struct kernel_param_ops param_ops_timeout = {
262 static const struct kernel_param_ops param_ops_wdog_ifnum = {
269 static const struct kernel_param_ops param_ops_str = {
/Linux-v6.1/security/apparmor/
Dlsm.c1303 static const struct kernel_param_ops param_ops_aabool = {
1312 static const struct kernel_param_ops param_ops_aauint = {
1322 static const struct kernel_param_ops param_ops_aacompressionlevel = {
1330 static const struct kernel_param_ops param_ops_aalockpolicy = {
1411 static const struct kernel_param_ops param_ops_aaintbool = {
/Linux-v6.1/drivers/usb/gadget/legacy/
Dserial.c123 static const struct kernel_param_ops enable_ops = {
/Linux-v6.1/drivers/crypto/hisilicon/sec2/
Dsec_main.c320 static const struct kernel_param_ops sec_pf_q_num_ops = {
349 static const struct kernel_param_ops sec_ctx_q_num_ops = {
357 static const struct kernel_param_ops vfs_num_ops = {
401 static const struct kernel_param_ops sec_uacce_mode_ops = {
/Linux-v6.1/drivers/dma/
Ddmatest.c151 static const struct kernel_param_ops run_ops = {
161 static const struct kernel_param_ops multi_chan_ops = {
175 static const struct kernel_param_ops test_list_ops = {
288 static const struct kernel_param_ops wait_ops = {
/Linux-v6.1/arch/x86/kernel/
Dmsr.c324 static const struct kernel_param_ops allow_writes_ops = {
/Linux-v6.1/drivers/hid/
Dhid-cougar.c317 static const struct kernel_param_ops cougar_g6_is_space_ops = {
/Linux-v6.1/arch/x86/platform/uv/
Duv_nmi.c125 static const struct kernel_param_ops param_ops_local64 = {
231 static const struct kernel_param_ops param_ops_action = {
/Linux-v6.1/fs/nfs/
Dnamespace.c360 static const struct kernel_param_ops param_ops_nfs_timeout = {

1234