| /OK3568_Linux_fs/kernel/drivers/memory/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A 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
|
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | debug.h | 62 * @dfs_dump_lprops: "dump lprops" debugfs knob 63 * @dfs_dump_budg: "dump budgeting information" debugfs knob 64 * @dfs_dump_tnc: "dump TNC" debugfs knob 65 * @dfs_chk_gen: debugfs knob to enable UBIFS general extra checks 66 * @dfs_chk_index: debugfs knob to enable UBIFS index extra checks 67 * @dfs_chk_orph: debugfs knob to enable UBIFS orphans extra checks 68 * @dfs_chk_lprops: debugfs knob to enable UBIFS LEP properties extra checks 69 * @dfs_chk_fs: debugfs knob to enable UBIFS contents extra checks 70 * @dfs_tst_rcvry: debugfs knob to enable UBIFS recovery testing 71 * @dfs_ro_error: debugfs knob to switch UBIFS to R/O mode (different to
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/memcached/memcached/ |
| H A D | memcached-add-hugetlbfs-check.patch | 1 memcached: add knob to detect whether hugetlbfs are checked 3 Add knob to detect whether hugetlbfs are checked or not.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/ |
| H A D | net-snmp-add-knob-whether-nlist.h-are-checked.patch | 4 Subject: [PATCH] net-snmp: add knob whether nlist.h are checked 7 Add knob to decide whether nlist.h are checked or not.
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/pm/ |
| H A D | cpufreq.rst | 699 Rationale for Boost Control Knob 735 Legacy AMD ``cpb`` Knob 738 The AMD powernow-k8 scaling driver supports a ``sysfs`` knob very similar to 742 If present, that knob is located in every ``CPUFreq`` policy directory in 745 implementation, however, works on the system-wide basis and setting that knob 749 That knob is still supported on AMD processors that support its underlying 752 ``boost`` knob is present regardless. Thus it is always possible use the 753 ``boost`` knob instead of the ``cpb`` one which is highly recommended, as that 754 is more consistent with what all of the other systems do (and the ``cpb`` knob 757 The ``cpb`` knob is never present for any processors without the underlying
|
| H A D | intel_pstate.rst | 121 Energy-Performance Preference (EPP) knob (if supported) or its 122 Energy-Performance Bias (EPB) knob (otherwise), which means that the processor's 138 Energy-Performance Preference (EPP) knob (if supported) or its 139 Energy-Performance Bias (EPB) knob (otherwise) to whatever value it was 565 Energy-Performance Preference (EPP) knob (if supported) or its 566 Energy-Performance Bias (EPB) knob. It is also possible to write a positive
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/vim/files/ |
| H A D | vim-add-knob-whether-elf.h-are-checked.patch | 4 Subject: [PATCH] vim: add knob whether elf.h are checked 7 Add knob to decide whether elf.h are checked or not.
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/parisc/ |
| H A 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()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/ubi/ |
| H A D | ubi.h | 381 * @dfs_chk_gen: debugfs knob to enable UBI general extra checks 382 * @dfs_chk_io: debugfs knob to enable UBI I/O extra checks 383 * @dfs_chk_fastmap: debugfs knob to enable UBI fastmap extra checks 384 * @dfs_disable_bgt: debugfs knob to disable the background task 385 * @dfs_emulate_bitflips: debugfs knob to emulate bit-flips 386 * @dfs_emulate_io_failures: debugfs knob to emulate write/erase failures 387 * @dfs_emulate_power_cut: debugfs knob to emulate power cuts 388 * @dfs_power_cut_min: debugfs knob for minimum writes before power cut 389 * @dfs_power_cut_max: debugfs knob for maximum writes until power cut
|
| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/drivers/mtd/ubi/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/sound/firewire/tascam/ |
| H A D | tascam.h | 140 // knob: 0x14-0x1b 144 // fader and knob, bitmasks for button and sensing.
|
| /OK3568_Linux_fs/kernel/Documentation/bpf/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/laptops/ |
| H A D | laptop-mode.rst | 82 Laptop mode is controlled by the knob /proc/sys/vm/laptop_mode. This knob is 84 configuration options. When the knob is set, any physical disk I/O (that might 89 knob determines the time between the occurrence of disk I/O and when the flush 90 is triggered. A sensible value for the knob is 5 seconds. Setting the knob to
|
| /OK3568_Linux_fs/kernel/drivers/media/rc/ |
| H A D | imon.c | 222 /* imon receiver front panel/knob key table */ 264 /* iMON Knob values */ 309 /* iMON Knob values */ 317 /* imon receiver front panel/knob key table for DH102*/ 380 * SoundGraph iMON Knob (IR only) 1692 /* KEY repeats from knob and panel that need to be suppressed */ in imon_incoming_packet() 1842 /* iMON Knob, no display, iMON IR + vol knob */ in imon_get_ffdc_type() 1844 dev_info(ictx->dev, "0xffdc iMON Knob, iMON IR"); in imon_get_ffdc_type() 1853 /* iMON VFD, no IR (does have vol knob tho) */ in imon_get_ffdc_type() 1855 dev_info(ictx->dev, "0xffdc iMON VFD + knob, no IR"); in imon_get_ffdc_type() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/obsolete/ |
| H A D | sysfs-firmware-acpi | 8 enabling this knob is not safe and thus unsupported.
|
| /OK3568_Linux_fs/kernel/Documentation/trace/ |
| H A D | kprobes.rst | 772 Provides a knob to globally and forcibly turn registered kprobes ON or OFF. 775 file. Note that this knob just disarms and arms all kprobes and doesn't 777 [DISABLED]) will be not enabled if you turn ON all kprobes by this knob. 786 a knob to globally and forcibly turn jump optimization (see section 792 Note that this knob *changes* the optimized state. This means that optimized 794 removed). If the knob is turned on, they will be optimized again.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ |
| H A D | nz-WellingtonInfill | 1 # Fitzherbert, Baxters Knob, Wellington infill, Wellington NZ
|
| /OK3568_Linux_fs/kernel/drivers/cpufreq/ |
| H A D | Kconfig.x86 | 55 bool "Legacy cpb sysfs knob support for AMD CPUs" 58 The powernow-k8 driver used to provide a sysfs knob called "cpb"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/sysvinit/sysvinit/ |
| H A D | rcS-default | 35 # psplash textual updates knob
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | ksm.c | 582 * When merge_across_nodes knob is set to 1, there are only two rb-trees for 2947 unsigned long knob; in merge_across_nodes_store() local 2949 err = kstrtoul(buf, 10, &knob); in merge_across_nodes_store() 2952 if (knob > 1) in merge_across_nodes_store() 2957 if (ksm_merge_across_nodes != knob) { in merge_across_nodes_store() 2982 ksm_merge_across_nodes = knob; in merge_across_nodes_store() 2983 ksm_nr_node_ids = knob ? 1 : nr_node_ids; in merge_across_nodes_store() 3026 int knob; in max_page_sharing_store() local 3028 err = kstrtoint(buf, 10, &knob); in max_page_sharing_store() 3036 if (knob < 2) in max_page_sharing_store() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/linux-atm/ |
| H A D | linux-atm_2.5.2.bb | 16 file://0001-make-Add-PREFIX-knob.patch \
|