| /kernel/linux/linux-6.6/drivers/memory/ |
| D | da8xx-ddrctl.c | 72 const struct da8xx_ddrctl_config_knob *knob; in da8xx_ddrctl_match_knob() local 76 knob = &da8xx_ddrctl_knobs[i]; in da8xx_ddrctl_match_knob() 78 if (strcmp(knob->name, setting->name) == 0) in da8xx_ddrctl_match_knob() 79 return knob; in da8xx_ddrctl_match_knob() 102 const struct da8xx_ddrctl_config_knob *knob; in da8xx_ddrctl_probe() local 124 knob = da8xx_ddrctl_match_knob(setting); in da8xx_ddrctl_probe() 125 if (!knob) { in da8xx_ddrctl_probe() 131 if (knob->reg + sizeof(u32) > resource_size(res)) { in da8xx_ddrctl_probe() 134 knob->name); in da8xx_ddrctl_probe() 138 reg = readl(ddrctl + knob->reg); in da8xx_ddrctl_probe() [all …]
|
| /kernel/linux/linux-5.10/drivers/memory/ |
| D | da8xx-ddrctl.c | 73 const struct da8xx_ddrctl_config_knob *knob; in da8xx_ddrctl_match_knob() local 77 knob = &da8xx_ddrctl_knobs[i]; in da8xx_ddrctl_match_knob() 79 if (strcmp(knob->name, setting->name) == 0) in da8xx_ddrctl_match_knob() 80 return knob; in da8xx_ddrctl_match_knob() 103 const struct da8xx_ddrctl_config_knob *knob; in da8xx_ddrctl_probe() local 126 knob = da8xx_ddrctl_match_knob(setting); in da8xx_ddrctl_probe() 127 if (!knob) { in da8xx_ddrctl_probe() 133 if (knob->reg + sizeof(u32) > resource_size(res)) { in da8xx_ddrctl_probe() 136 knob->name); in da8xx_ddrctl_probe() 140 reg = readl(ddrctl + knob->reg); in da8xx_ddrctl_probe() [all …]
|
| /kernel/linux/linux-5.10/fs/ubifs/ |
| D | debug.h | 61 * @dfs_dump_lprops: "dump lprops" debugfs knob 62 * @dfs_dump_budg: "dump budgeting information" debugfs knob 63 * @dfs_dump_tnc: "dump TNC" debugfs knob 64 * @dfs_chk_gen: debugfs knob to enable UBIFS general extra checks 65 * @dfs_chk_index: debugfs knob to enable UBIFS index extra checks 66 * @dfs_chk_orph: debugfs knob to enable UBIFS orphans extra checks 67 * @dfs_chk_lprops: debugfs knob to enable UBIFS LEP properties extra checks 68 * @dfs_chk_fs: debugfs knob to enable UBIFS contents extra checks 69 * @dfs_tst_rcvry: debugfs knob to enable UBIFS recovery testing 70 * @dfs_ro_error: debugfs knob to switch UBIFS to R/O mode (different to
|
| /kernel/linux/linux-6.6/fs/ubifs/ |
| D | debug.h | 61 * @dfs_dump_lprops: "dump lprops" debugfs knob 62 * @dfs_dump_budg: "dump budgeting information" debugfs knob 63 * @dfs_dump_tnc: "dump TNC" debugfs knob 64 * @dfs_chk_gen: debugfs knob to enable UBIFS general extra checks 65 * @dfs_chk_index: debugfs knob to enable UBIFS index extra checks 66 * @dfs_chk_orph: debugfs knob to enable UBIFS orphans extra checks 67 * @dfs_chk_lprops: debugfs knob to enable UBIFS LEP properties extra checks 68 * @dfs_chk_fs: debugfs knob to enable UBIFS contents extra checks 69 * @dfs_tst_rcvry: debugfs knob to enable UBIFS recovery testing 70 * @dfs_ro_error: debugfs knob to switch UBIFS to R/O mode (different to
|
| /kernel/linux/linux-6.6/drivers/thermal/intel/int340x_thermal/ |
| D | acpi_thermal_rel.c | 273 union acpi_object *knob; in acpi_parse_psvt() local 281 knob = &(package->package.elements[ACPI_PSVT_CONTROL_KNOB]); in acpi_parse_psvt() 288 if (knob->type == ACPI_TYPE_STRING) { in acpi_parse_psvt() 290 if (knob->string.length > ACPI_LIMIT_STR_MAX_LEN - 1) { in acpi_parse_psvt() 292 knob->string.length = ACPI_LIMIT_STR_MAX_LEN - 1; in acpi_parse_psvt() 308 psvt->control_knob_type = (u64)knob->type; in acpi_parse_psvt() 310 if (knob->type == ACPI_TYPE_STRING) { in acpi_parse_psvt() 312 strncpy(psvt->limit.string, psvt_ptr->limit.str_ptr, knob->string.length); in acpi_parse_psvt()
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/pm/ |
| D | cpufreq.rst | 641 Rationale for Boost Control Knob 677 Legacy AMD ``cpb`` Knob 680 The AMD powernow-k8 scaling driver supports a ``sysfs`` knob very similar to 684 If present, that knob is located in every ``CPUFreq`` policy directory in 687 implementation, however, works on the system-wide basis and setting that knob 691 That knob is still supported on AMD processors that support its underlying 694 ``boost`` knob is present regardless. Thus it is always possible use the 695 ``boost`` knob instead of the ``cpb`` one which is highly recommended, as that 696 is more consistent with what all of the other systems do (and the ``cpb`` knob 699 The ``cpb`` knob is never present for any processors without the underlying
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/pm/ |
| D | cpufreq.rst | 641 Rationale for Boost Control Knob 677 Legacy AMD ``cpb`` Knob 680 The AMD powernow-k8 scaling driver supports a ``sysfs`` knob very similar to 684 If present, that knob is located in every ``CPUFreq`` policy directory in 687 implementation, however, works on the system-wide basis and setting that knob 691 That knob is still supported on AMD processors that support its underlying 694 ``boost`` knob is present regardless. Thus it is always possible use the 695 ``boost`` knob instead of the ``cpb`` one which is highly recommended, as that 696 is more consistent with what all of the other systems do (and the ``cpb`` knob 699 The ``cpb`` knob is never present for any processors without the underlying
|
| /kernel/linux/linux-5.10/tools/perf/tests/ |
| D | sw-clock.c | 78 const char *knob = "/proc/sys/kernel/perf_event_max_sample_rate"; in __test__sw_clock_freq() local 83 knob, (u64)attr.sample_freq); in __test__sw_clock_freq()
|
| /kernel/linux/linux-6.6/tools/perf/tests/ |
| D | sw-clock.c | 76 const char *knob = "/proc/sys/kernel/perf_event_max_sample_rate"; in __test__sw_clock_freq() local 81 knob, (u64)attr.sample_freq); in __test__sw_clock_freq()
|
| /kernel/linux/linux-5.10/drivers/hwmon/ |
| D | i5k_amb.c | 296 /* Temperature sysfs knob */ in i5k_amb_hwmon_init() 311 /* Temperature min sysfs knob */ in i5k_amb_hwmon_init() 327 /* Temperature mid sysfs knob */ in i5k_amb_hwmon_init() 343 /* Temperature max sysfs knob */ in i5k_amb_hwmon_init() 359 /* Temperature alarm sysfs knob */ in i5k_amb_hwmon_init()
|
| /kernel/linux/linux-6.6/drivers/hwmon/ |
| D | i5k_amb.c | 296 /* Temperature sysfs knob */ in i5k_amb_hwmon_init() 311 /* Temperature min sysfs knob */ in i5k_amb_hwmon_init() 327 /* Temperature mid sysfs knob */ in i5k_amb_hwmon_init() 343 /* Temperature max sysfs knob */ in i5k_amb_hwmon_init() 359 /* Temperature alarm sysfs knob */ in i5k_amb_hwmon_init()
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/ |
| D | lockup-watchdogs.rst | 24 'hardlockup_panic', a compile time knob, "BOOTPARAM_HARDLOCKUP_PANIC", 62 As explained above, a kernel knob is provided that allows
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/ |
| D | lockup-watchdogs.rst | 24 'hardlockup_panic', a compile time knob, "BOOTPARAM_HARDLOCKUP_PANIC", 62 As explained above, a kernel knob is provided that allows
|
| /kernel/linux/linux-5.10/drivers/parisc/ |
| D | pdc_stable.c | 533 * @knob: The PF_AUTOBOOT or PF_AUTOSEARCH flag 537 char *buf, int knob) in pdcs_auto_read() argument 549 out += sprintf(out, "%s\n", (pathentry->devpath.flags & knob) ? in pdcs_auto_read() 735 * @knob: The PF_AUTOBOOT or PF_AUTOSEARCH flag 743 size_t count, int knob) in pdcs_auto_write() argument 777 flags &= ~knob; in pdcs_auto_write() 779 flags |= knob; in pdcs_auto_write() 794 (knob & PF_AUTOBOOT) ? "autoboot" : "autosearch", in pdcs_auto_write() 795 (flags & knob) ? "On" : "Off"); in pdcs_auto_write()
|
| /kernel/linux/linux-6.6/include/uapi/sound/ |
| D | firewire.h | 78 * operating hardware knob. 82 * @messages.message: The messages expressing hardware knob operation. 89 * The structure expresses message transmitted by Fireface 400 when operating hardware knob.
|
| /kernel/linux/linux-6.6/Documentation/ABI/obsolete/ |
| D | sysfs-firmware-acpi | 8 enabling this knob is not safe and thus unsupported.
|
| /kernel/linux/linux-5.10/Documentation/ABI/obsolete/ |
| D | sysfs-firmware-acpi | 8 enabling this knob is not safe and thus unsupported.
|
| /kernel/linux/linux-6.6/drivers/parisc/ |
| D | pdc_stable.c | 536 * @knob: The PF_AUTOBOOT or PF_AUTOSEARCH flag 540 char *buf, int knob) in pdcs_auto_read() argument 552 out += sprintf(out, "%s\n", (pathentry->devpath.path.flags & knob) ? in pdcs_auto_read() 756 * @knob: The PF_AUTOBOOT or PF_AUTOSEARCH flag 764 size_t count, int knob) in pdcs_auto_write() argument 797 flags &= ~knob; in pdcs_auto_write() 799 flags |= knob; in pdcs_auto_write() 814 (knob & PF_AUTOBOOT) ? "autoboot" : "autosearch", in pdcs_auto_write() 815 (flags & knob) ? "On" : "Off"); in pdcs_auto_write()
|
| /kernel/linux/linux-5.10/Documentation/bpf/ |
| D | prog_cgroup_sysctl.rst | 11 process inside that cgroup tries to read from or write to sysctl knob in proc. 61 Since sysctl knob is represented by a name and a value, sysctl specific BPF
|
| /kernel/linux/linux-6.6/sound/firewire/tascam/ |
| D | tascam.h | 139 // knob: 0x14-0x1b 143 // fader and knob, bitmasks for button and sensing.
|
| /kernel/linux/linux-5.10/sound/firewire/tascam/ |
| D | tascam.h | 140 // knob: 0x14-0x1b 144 // fader and knob, bitmasks for button and sensing.
|
| /kernel/linux/linux-6.6/Documentation/bpf/ |
| D | prog_cgroup_sysctl.rst | 11 process inside that cgroup tries to read from or write to sysctl knob in proc. 61 Since sysctl knob is represented by a name and a value, sysctl specific BPF
|
| /kernel/linux/linux-5.10/drivers/mtd/ubi/ |
| D | ubi.h | 408 * @dfs_chk_gen: debugfs knob to enable UBI general extra checks 409 * @dfs_chk_io: debugfs knob to enable UBI I/O extra checks 410 * @dfs_chk_fastmap: debugfs knob to enable UBI fastmap extra checks 411 * @dfs_disable_bgt: debugfs knob to disable the background task 412 * @dfs_emulate_bitflips: debugfs knob to emulate bit-flips 413 * @dfs_emulate_io_failures: debugfs knob to emulate write/erase failures 414 * @dfs_emulate_power_cut: debugfs knob to emulate power cuts 415 * @dfs_power_cut_min: debugfs knob for minimum writes before power cut 416 * @dfs_power_cut_max: debugfs knob for maximum writes until power cut
|
| /kernel/linux/linux-6.6/drivers/mtd/ubi/ |
| D | ubi.h | 406 * @dfs_chk_gen: debugfs knob to enable UBI general extra checks 407 * @dfs_chk_io: debugfs knob to enable UBI I/O extra checks 408 * @dfs_chk_fastmap: debugfs knob to enable UBI fastmap extra checks 409 * @dfs_disable_bgt: debugfs knob to disable the background task 410 * @dfs_emulate_bitflips: debugfs knob to emulate bit-flips 411 * @dfs_emulate_io_failures: debugfs knob to emulate write/erase failures 412 * @dfs_emulate_power_cut: debugfs knob to emulate power cuts 413 * @dfs_power_cut_min: debugfs knob for minimum writes before power cut 414 * @dfs_power_cut_max: debugfs knob for maximum writes until power cut
|
| /kernel/linux/linux-6.6/Documentation/trace/ |
| D | kprobes.rst | 757 Provides a knob to globally and forcibly turn registered kprobes ON or OFF. 760 file. Note that this knob just disarms and arms all kprobes and doesn't 762 [DISABLED]) will be not enabled if you turn ON all kprobes by this knob. 771 a knob to globally and forcibly turn jump optimization (see section 777 Note that this knob *changes* the optimized state. This means that optimized 779 removed). If the knob is turned on, they will be optimized again.
|