Home
last modified time | relevance | path

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

1234

/linux/include/linux/
A Dmoduleparam.h47 struct kernel_param_ops { struct
72 const struct kernel_param_ops *ops; argument
97 const struct kernel_param_ops *ops;
415 extern const struct kernel_param_ops param_ops_byte;
420 extern const struct kernel_param_ops param_ops_short;
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;
447 extern const struct kernel_param_ops param_ops_ulong;
469 extern const struct kernel_param_ops param_ops_bool;
[all …]
A Ddynamic_debug.h352 extern const struct kernel_param_ops param_ops_dyndbg_classes;
/linux/drivers/power/supply/
A 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/kernel/
A 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/drivers/thermal/intel/
A 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/lib/
A Ddhry_run.c18 static const struct kernel_param_ops run_ops = {
A Dtest_dynamic_debug.c26 static const struct kernel_param_ops param_ops_do_prints = {
/linux/drivers/ufs/core/
A Dufs-fault-injection.c14 static const struct kernel_param_ops ufs_fault_ops = {
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 = {
/linux/scripts/
A Dconst_structs.checkpatch37 kernel_param_ops
/linux/drivers/gpu/drm/i915/
A Di915_mitigations.c127 static const struct kernel_param_ops ops = {
/linux/mm/
A Dshuffle.c26 static const struct kernel_param_ops shuffle_param_ops = {
A Dpage_reporting.c26 static const struct kernel_param_ops page_reporting_param_ops = {
/linux/net/batman-adv/
A Dbat_algo.c136 static const struct kernel_param_ops batadv_param_ops_ra = {
/linux/drivers/acpi/
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 = {
/linux/mm/damon/
A Dreclaim.c290 static const struct kernel_param_ops enabled_param_ops = {
A Dlru_sort.c282 static const struct kernel_param_ops enabled_param_ops = {
/linux/drivers/char/ipmi/
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 = {
/linux/drivers/usb/gadget/legacy/
A Dserial.c124 static const struct kernel_param_ops enable_ops = {
/linux/drivers/crypto/hisilicon/zip/
A 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/drivers/crypto/hisilicon/sec2/
A 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/drivers/dma/
A 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/arch/x86/kernel/
A Dmsr.c325 static const struct kernel_param_ops allow_writes_ops = {
/linux/drivers/firmware/efi/
A Defi-pstore.c46 static const struct kernel_param_ops pstore_disable_ops = {
/linux/drivers/hid/
A Dhid-cougar.c317 static const struct kernel_param_ops cougar_g6_is_space_ops = {

Completed in 113 milliseconds

1234