Home
last modified time | relevance | path

Searched refs:module_param_cb (Results 1 – 25 of 72) sorted by relevance

123

/linux/drivers/ufs/core/
H A Dufs-fault-injection.c26 module_param_cb(trigger_eh, &ufs_fault_ops, g_trigger_eh_str, 0644);
32 module_param_cb(timeout, &ufs_fault_ops, g_timeout_str, 0644);
H A Dufs-mcq.c51 module_param_cb(rw_queues, &rw_queue_count_ops, &rw_queues, 0644);
67 module_param_cb(read_queues, &read_queue_count_ops, &read_queues, 0644);
83 module_param_cb(poll_queues, &poll_queue_count_ops, &poll_queues, 0644);
/linux/lib/
H A Dtest_dynamic_debug.c30 module_param_cb(do_prints, &param_ops_do_prints, NULL, 0600);
49 module_param_cb(_flags##_##_model, &param_ops_dyndbg_classes, &_flags##_model, 0600)
H A Ddhry_run.c23 module_param_cb(run, &run_ops, &dhry_run, 0200);
/linux/drivers/thermal/intel/
H A Dintel_powerclamp.c120 module_param_cb(duration, &duration_ops, NULL, 0644);
212 module_param_cb(cpumask, &cpumask_ops, NULL, 0644);
261 module_param_cb(max_idle, &max_idle_ops, &max_idle, 0644);
308 module_param_cb(window_size, &window_size_ops, &window_size, 0644);
/linux/drivers/thermal/intel/int340x_thermal/
H A Dprocessor_thermal_soc_slider.c91 module_param_cb(slider_balance, &slider_def_balance_ops, NULL, 0644);
132 module_param_cb(slider_offset, &slider_offset_ops, NULL, 0644);
/linux/mm/damon/
H A Dreclaim.c336 module_param_cb(addr_unit, &addr_unit_param_ops, &addr_unit, 0600);
372 module_param_cb(enabled, &enabled_param_ops, &enabled, 0600);
H A Dlru_sort.c434 module_param_cb(addr_unit, &addr_unit_param_ops, &addr_unit, 0600);
470 module_param_cb(enabled, &enabled_param_ops, &enabled, 0600);
H A Dstat.c29 module_param_cb(enabled, &enabled_param_ops, &enabled, 0600);
/linux/drivers/acpi/
H A Dsysfs.c151 module_param_cb(debug_layer, &param_ops_debug_layer, &acpi_dbg_layer, 0644);
152 module_param_cb(debug_level, &param_ops_debug_level, &acpi_dbg_level, 0644);
214 module_param_cb(trace_method_name, &param_ops_trace_method, &trace_method_name, 0644);
215 module_param_cb(trace_debug_layer, &param_ops_trace_attrib, &acpi_gbl_trace_dbg_layer, 0644);
216 module_param_cb(trace_debug_level, &param_ops_trace_attrib, &acpi_gbl_trace_dbg_level, 0644);
/linux/samples/damon/
H A Dwsse.c32 module_param_cb(enabled, &enabled_param_ops, &enabled, 0600);
H A Dprcl.c31 module_param_cb(enabled, &enabled_param_ops, &enabled, 0600);
H A Dmtier.c47 module_param_cb(enabled, &enabled_param_ops, &enabled, 0600);
/linux/mm/
H A Dshuffle.c30 module_param_cb(shuffle, &shuffle_param_ops, &shuffle_param, 0400);
H A Dpage_reporting.c36 module_param_cb(page_reporting_order, &page_reporting_param_ops,
/linux/net/batman-adv/
H A Dbat_algo.c147 module_param_cb(routing_algo, &batadv_param_ops_ra, &batadv_param_string_ra,
/linux/drivers/char/ipmi/
H A Dipmi_watchdog.c288 module_param_cb(action, &param_ops_str, action_op, 0644);
292 module_param_cb(preaction, &param_ops_str, preaction_op, 0644);
296 module_param_cb(preop, &param_ops_str, preop_op, 0644);
/linux/include/linux/
H A Dmoduleparam.h164 module_param_cb(name, &param_ops_##type, &value, perm); \
188 #define module_param_cb(name, ops, arg, perm) \ macro
/linux/drivers/dma/
H A Ddmatest.c162 module_param_cb(run, &run_ops, &dmatest_run, 0644);
177 module_param_cb(channel, &multi_chan_ops, &newchan_kps, 0644);
184 module_param_cb(test_list, &test_list_ops, NULL, 0444);
299 module_param_cb(wait, &wait_ops, &wait, 0444);
/linux/drivers/usb/gadget/legacy/
H A Dserial.c129 module_param_cb(enable, &enable_ops, &enable, 0644);
/linux/drivers/crypto/hisilicon/sec2/
H A Dsec_main.c369 module_param_cb(pf_q_num, &sec_pf_q_num_ops, &pf_q_num, 0444);
397 module_param_cb(ctx_q_num, &sec_ctx_q_num_ops, &ctx_q_num, 0444);
406 module_param_cb(vfs_num, &vfs_num_ops, &vfs_num, 0444);
465 module_param_cb(uacce_mode, &sec_uacce_mode_ops, &uacce_mode, 0444);
/linux/arch/x86/kernel/
H A Dmsr.c330 module_param_cb(allow_writes, &allow_writes_ops, NULL, 0600);
/linux/drivers/hid/
H A Dhid-cougar.c321 module_param_cb(g6_is_space, &cougar_g6_is_space_ops, &g6_is_space, 0644);
/linux/drivers/firmware/efi/
H A Defi-pstore.c51 module_param_cb(pstore_disable, &pstore_disable_ops, &pstore_disable, 0644);
/linux/drivers/crypto/hisilicon/zip/
H A Dzip_main.c400 module_param_cb(perf_mode, &zip_com_perf_ops, &perf_mode, 0444);
413 module_param_cb(uacce_mode, &zip_uacce_mode_ops, &uacce_mode, 0444);
430 module_param_cb(pf_q_num, &pf_q_num_ops, &pf_q_num, 0444);
439 module_param_cb(vfs_num, &vfs_num_ops, &vfs_num, 0444);

123