Home
last modified time | relevance | path

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

1234

/linux-6.12.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;
302 static const struct kernel_param_ops __param_ops_##name = \
415 extern const struct kernel_param_ops param_ops_byte;
420 extern const struct kernel_param_ops param_ops_short;
425 extern const struct kernel_param_ops param_ops_ushort;
430 extern const struct kernel_param_ops param_ops_int;
435 extern const struct kernel_param_ops param_ops_uint;
442 extern const struct kernel_param_ops param_ops_long;
[all …]
Ddynamic_debug.h352 extern const struct kernel_param_ops param_ops_dyndbg_classes;
/linux-6.12.1/drivers/power/supply/
Dtest_power.c527 static const struct kernel_param_ops param_ops_ac_online = {
532 static const struct kernel_param_ops param_ops_usb_online = {
537 static const struct kernel_param_ops param_ops_battery_status = {
542 static const struct kernel_param_ops param_ops_battery_present = {
547 static const struct kernel_param_ops param_ops_battery_technology = {
552 static const struct kernel_param_ops param_ops_battery_health = {
557 static const struct kernel_param_ops param_ops_battery_capacity = {
562 static const struct kernel_param_ops param_ops_battery_voltage = {
567 static const struct kernel_param_ops param_ops_battery_charge_counter = {
572 static const struct kernel_param_ops param_ops_battery_current = {
/linux-6.12.1/kernel/
Dparams.c225 const struct kernel_param_ops param_ops_##name = { \
302 const struct kernel_param_ops param_ops_charp = {
327 const struct kernel_param_ops param_ops_bool = {
358 const struct kernel_param_ops param_ops_bool_enable_only = {
386 const struct kernel_param_ops param_ops_invbool = {
408 const struct kernel_param_ops param_ops_bint = {
506 const struct kernel_param_ops param_array_ops = {
534 const struct kernel_param_ops param_ops_string = {
/linux-6.12.1/drivers/thermal/intel/
Dintel_powerclamp.c115 static const struct kernel_param_ops duration_ops = {
207 static const struct kernel_param_ops cpumask_ops = {
256 static const struct kernel_param_ops max_idle_ops = {
303 static const struct kernel_param_ops window_size_ops = {
/linux-6.12.1/lib/
Ddhry_run.c18 static const struct kernel_param_ops run_ops = {
Dtest_dynamic_debug.c26 static const struct kernel_param_ops param_ops_do_prints = {
/linux-6.12.1/drivers/ufs/core/
Dufs-fault-injection.c14 static const struct kernel_param_ops ufs_fault_ops = {
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 = {
/linux-6.12.1/scripts/
Dconst_structs.checkpatch37 kernel_param_ops
/linux-6.12.1/drivers/gpu/drm/i915/
Di915_mitigations.c127 static const struct kernel_param_ops ops = {
/linux-6.12.1/mm/
Dshuffle.c26 static const struct kernel_param_ops shuffle_param_ops = {
Dpage_reporting.c26 static const struct kernel_param_ops page_reporting_param_ops = {
/linux-6.12.1/net/batman-adv/
Dbat_algo.c136 static const struct kernel_param_ops batadv_param_ops_ra = {
/linux-6.12.1/drivers/acpi/
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 = {
/linux-6.12.1/drivers/char/ipmi/
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 = {
/linux-6.12.1/mm/damon/
Dreclaim.c290 static const struct kernel_param_ops enabled_param_ops = {
Dlru_sort.c282 static const struct kernel_param_ops enabled_param_ops = {
/linux-6.12.1/drivers/crypto/hisilicon/zip/
Dzip_main.c373 static const struct kernel_param_ops zip_com_perf_ops = {
387 static const struct kernel_param_ops zip_uacce_mode_ops = {
408 static const struct kernel_param_ops pf_q_num_ops = {
417 static const struct kernel_param_ops vfs_num_ops = {
/linux-6.12.1/drivers/crypto/hisilicon/sec2/
Dsec_main.c328 static const struct kernel_param_ops sec_pf_q_num_ops = {
357 static const struct kernel_param_ops sec_ctx_q_num_ops = {
365 static const struct kernel_param_ops vfs_num_ops = {
409 static const struct kernel_param_ops sec_uacce_mode_ops = {
/linux-6.12.1/drivers/dma/
Ddmatest.c157 static const struct kernel_param_ops run_ops = {
167 static const struct kernel_param_ops multi_chan_ops = {
181 static const struct kernel_param_ops test_list_ops = {
295 static const struct kernel_param_ops wait_ops = {
/linux-6.12.1/drivers/usb/gadget/legacy/
Dserial.c124 static const struct kernel_param_ops enable_ops = {
/linux-6.12.1/arch/x86/kernel/
Dmsr.c325 static const struct kernel_param_ops allow_writes_ops = {
/linux-6.12.1/arch/x86/platform/uv/
Duv_nmi.c126 static const struct kernel_param_ops param_ops_local64 = {
235 static const struct kernel_param_ops param_ops_action = {
/linux-6.12.1/drivers/hid/
Dhid-cougar.c317 static const struct kernel_param_ops cougar_g6_is_space_ops = {

1234