Home
last modified time | relevance | path

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

1234

/openbmc/linux/include/linux/
H A Dmoduleparam.h47 struct kernel_param_ops { struct
72 const struct kernel_param_ops *ops; argument
97 const struct kernel_param_ops *ops;
411 extern const struct kernel_param_ops param_ops_byte;
416 extern const struct kernel_param_ops param_ops_short;
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;
443 extern const struct kernel_param_ops param_ops_ulong;
465 extern const struct kernel_param_ops param_ops_bool;
[all …]
H A Ddynamic_debug.h352 extern const struct kernel_param_ops param_ops_dyndbg_classes;
/openbmc/linux/drivers/power/supply/
H A Dtest_power.c491 static const struct kernel_param_ops param_ops_ac_online = {
496 static const struct kernel_param_ops param_ops_usb_online = {
501 static const struct kernel_param_ops param_ops_battery_status = {
506 static const struct kernel_param_ops param_ops_battery_present = {
511 static const struct kernel_param_ops param_ops_battery_technology = {
516 static const struct kernel_param_ops param_ops_battery_health = {
521 static const struct kernel_param_ops param_ops_battery_capacity = {
526 static const struct kernel_param_ops param_ops_battery_voltage = {
531 static const struct kernel_param_ops param_ops_battery_charge_counter = {
536 static const struct kernel_param_ops param_ops_battery_current = {
/openbmc/linux/kernel/
H A Dparams.c228 const struct kernel_param_ops param_ops_##name = { \
300 const struct kernel_param_ops param_ops_charp = {
325 const struct kernel_param_ops param_ops_bool = {
356 const struct kernel_param_ops param_ops_bool_enable_only = {
384 const struct kernel_param_ops param_ops_invbool = {
406 const struct kernel_param_ops param_ops_bint = {
504 const struct kernel_param_ops param_array_ops = {
532 const struct kernel_param_ops param_ops_string = {
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_kms_helper_common.c54 static const struct kernel_param_ops edid_firmware_ops = {
/openbmc/linux/drivers/thermal/intel/
H A Dintel_powerclamp.c116 static const struct kernel_param_ops duration_ops = {
208 static const struct kernel_param_ops cpumask_ops = {
257 static const struct kernel_param_ops max_idle_ops = {
304 static const struct kernel_param_ops window_size_ops = {
/openbmc/linux/drivers/ufs/core/
H A Dufs-fault-injection.c12 static const struct kernel_param_ops ufs_fault_ops = {
H A Dufs-mcq.c41 static const struct kernel_param_ops rw_queue_count_ops = {
57 static const struct kernel_param_ops read_queue_count_ops = {
73 static const struct kernel_param_ops poll_queue_count_ops = {
/openbmc/linux/lib/
H A Ddhry_run.c19 static const struct kernel_param_ops run_ops = {
H A Dtest_dynamic_debug.c26 static const struct kernel_param_ops param_ops_do_prints = {
/openbmc/linux/scripts/
H A Dconst_structs.checkpatch35 kernel_param_ops
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_mitigations.c127 static const struct kernel_param_ops ops = {
/openbmc/linux/mm/
H A Dshuffle.c26 static const struct kernel_param_ops shuffle_param_ops = {
H A Dpage_reporting.c26 static const struct kernel_param_ops page_reporting_param_ops = {
/openbmc/linux/net/batman-adv/
H A Dbat_algo.c136 static const struct kernel_param_ops batadv_param_ops_ra = {
/openbmc/linux/drivers/acpi/
H A Dsysfs.c141 static const struct kernel_param_ops param_ops_debug_layer = {
146 static const struct kernel_param_ops param_ops_debug_level = {
204 static const struct kernel_param_ops param_ops_trace_method = {
209 static const struct kernel_param_ops param_ops_trace_attrib = {
/openbmc/linux/mm/damon/
H A Dreclaim.c246 static const struct kernel_param_ops enabled_param_ops = {
H A Dlru_sort.c292 static const struct kernel_param_ops enabled_param_ops = {
/openbmc/linux/drivers/char/ipmi/
H A Dipmi_watchdog.c196 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 = {
/openbmc/linux/drivers/usb/gadget/legacy/
H A Dserial.c124 static const struct kernel_param_ops enable_ops = {
/openbmc/linux/security/apparmor/
H A Dlsm.c1358 static const struct kernel_param_ops param_ops_aabool = {
1367 static const struct kernel_param_ops param_ops_aauint = {
1377 static const struct kernel_param_ops param_ops_aacompressionlevel = {
1385 static const struct kernel_param_ops param_ops_aalockpolicy = {
1466 static const struct kernel_param_ops param_ops_aaintbool = {
/openbmc/linux/drivers/dma/
H A 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 = {
/openbmc/linux/drivers/crypto/hisilicon/zip/
H A Dzip_main.c393 static const struct kernel_param_ops zip_com_perf_ops = {
407 static const struct kernel_param_ops zip_uacce_mode_ops = {
428 static const struct kernel_param_ops pf_q_num_ops = {
437 static const struct kernel_param_ops vfs_num_ops = {
/openbmc/linux/drivers/crypto/hisilicon/sec2/
H A Dsec_main.c323 static const struct kernel_param_ops sec_pf_q_num_ops = {
352 static const struct kernel_param_ops sec_ctx_q_num_ops = {
360 static const struct kernel_param_ops vfs_num_ops = {
404 static const struct kernel_param_ops sec_uacce_mode_ops = {
/openbmc/linux/arch/x86/kernel/
H A Dmsr.c325 static const struct kernel_param_ops allow_writes_ops = {

1234