Home
last modified time | relevance | path

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

1234

/linux/include/linux/
H A Dmoduleparam.h52 struct kernel_param_ops { struct
77 const struct kernel_param_ops *ops; argument
102 const struct kernel_param_ops *ops;
306 static const struct kernel_param_ops __param_ops_##name = \
419 extern const struct kernel_param_ops param_ops_byte;
424 extern const struct kernel_param_ops param_ops_short;
429 extern const struct kernel_param_ops param_ops_ushort;
434 extern const struct kernel_param_ops param_ops_int;
439 extern const struct kernel_param_ops param_ops_uint;
446 extern const struct kernel_param_ops param_ops_long;
[all …]
H A Ddynamic_debug.h352 extern const struct kernel_param_ops param_ops_dyndbg_classes;
/linux/drivers/power/supply/
H A Dtest_power.c652 static const struct kernel_param_ops param_ops_ac_online = {
657 static const struct kernel_param_ops param_ops_usb_online = {
662 static const struct kernel_param_ops param_ops_battery_status = {
667 static const struct kernel_param_ops param_ops_battery_present = {
672 static const struct kernel_param_ops param_ops_battery_technology = {
677 static const struct kernel_param_ops param_ops_battery_health = {
682 static const struct kernel_param_ops param_ops_battery_capacity = {
687 static const struct kernel_param_ops param_ops_battery_voltage = {
692 static const struct kernel_param_ops param_ops_battery_charge_counter = {
697 static const struct kernel_param_ops param_ops_battery_current = {
[all …]
/linux/kernel/
H 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 = {
535 const struct kernel_param_ops param_ops_string = {
/linux/lib/
H A Ddhry_run.c18 static const struct kernel_param_ops run_ops = {
H A Dtest_dynamic_debug.c26 static const struct kernel_param_ops param_ops_do_prints = {
/linux/drivers/ufs/core/
H A Dufs-fault-injection.c14 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 = {
/linux/scripts/
H A Dconst_structs.checkpatch39 kernel_param_ops
/linux/samples/damon/
H A Dwsse.c26 static const struct kernel_param_ops enabled_param_ops = {
H A Dprcl.c25 static const struct kernel_param_ops enabled_param_ops = {
H A Dmtier.c41 static const struct kernel_param_ops enabled_param_ops = { in damon_sample_mtier_build_ctx()
/linux/drivers/gpu/drm/i915/
H A Di915_mitigations.c127 static const struct kernel_param_ops ops = {
/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 = {
/linux/net/batman-adv/
H A Dbat_algo.c137 static const struct kernel_param_ops batadv_param_ops_ra = {
/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 = {
/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 = {
/linux/mm/damon/
H A Dlru_sort.c315 static const struct kernel_param_ops enabled_param_ops = { in damon_lru_sort_after_aggregation()
/linux/drivers/dma/
H 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/drivers/usb/gadget/legacy/
H A Dserial.c124 static const struct kernel_param_ops enable_ops = {
/linux/arch/x86/kernel/
H A Dmsr.c325 static const struct kernel_param_ops allow_writes_ops = {
/linux/arch/x86/platform/uv/
H A Duv_nmi.c126 static const struct kernel_param_ops param_ops_local64 = {
235 static const struct kernel_param_ops param_ops_action = {
/linux/drivers/hid/
H A Dhid-cougar.c317 static const struct kernel_param_ops cougar_g6_is_space_ops = {
/linux/drivers/firmware/efi/
H A Defi-pstore.c46 static const struct kernel_param_ops pstore_disable_ops = {

1234