Searched refs:knob (Results 1 - 24 of 24) sorted by relevance

/linux-4.4.14/fs/ubifs/
H A Ddebug.h73 * @dfs_dump_lprops: "dump lprops" debugfs knob
74 * @dfs_dump_budg: "dump budgeting information" debugfs knob
75 * @dfs_dump_tnc: "dump TNC" debugfs knob
76 * @dfs_chk_gen: debugfs knob to enable UBIFS general extra checks
77 * @dfs_chk_index: debugfs knob to enable UBIFS index extra checks
78 * @dfs_chk_orph: debugfs knob to enable UBIFS orphans extra checks
79 * @dfs_chk_lprops: debugfs knob to enable UBIFS LEP properties extra checks
80 * @dfs_chk_fs: debugfs knob to enable UBIFS contents extra checks
81 * @dfs_tst_rcvry: debugfs knob to enable UBIFS recovery testing
82 * @dfs_ro_error: debugfs knob to switch UBIFS to R/O mode (different to
/linux-4.4.14/tools/perf/tests/
H A Dsw-clock.c69 const char *knob = "/proc/sys/kernel/perf_event_max_sample_rate"; __test__sw_clock_freq() local
74 knob, (u64)attr.sample_freq); __test__sw_clock_freq()
/linux-4.4.14/tools/testing/selftests/timers/
H A Dskew_consistency.c6 * NOTE: This is a meta-test which cranks the ADJ_FREQ knob back
H A Dchange_skew.c6 * NOTE: This is a meta-test which cranks the ADJ_FREQ knob and
/linux-4.4.14/drivers/hwmon/
H A Di5k_amb.c308 /* Temperature sysfs knob */ i5k_amb_hwmon_init()
323 /* Temperature min sysfs knob */ i5k_amb_hwmon_init()
339 /* Temperature mid sysfs knob */ i5k_amb_hwmon_init()
355 /* Temperature max sysfs knob */ i5k_amb_hwmon_init()
371 /* Temperature alarm sysfs knob */ i5k_amb_hwmon_init()
/linux-4.4.14/drivers/parisc/
H A Dpdc_stable.c546 * @knob: The PF_AUTOBOOT or PF_AUTOSEARCH flag
550 char *buf, int knob) pdcs_auto_read()
562 out += sprintf(out, "%s\n", (pathentry->devpath.flags & knob) ? pdcs_auto_read()
748 * @knob: The PF_AUTOBOOT or PF_AUTOSEARCH flag
756 size_t count, int knob) pdcs_auto_write()
790 flags &= ~knob; pdcs_auto_write()
792 flags |= knob; pdcs_auto_write()
807 (knob & PF_AUTOBOOT) ? "autoboot" : "autosearch", pdcs_auto_write()
808 (flags & knob) ? "On" : "Off"); pdcs_auto_write()
548 pdcs_auto_read(struct kobject *kobj, struct kobj_attribute *attr, char *buf, int knob) pdcs_auto_read() argument
754 pdcs_auto_write(struct kobject *kobj, struct kobj_attribute *attr, const char *buf, size_t count, int knob) pdcs_auto_write() argument
/linux-4.4.14/fs/xfs/
H A Dxfs_sysctl.h47 xfs_sysctl_val_t rotorstep; /* inode32 AG rotoring control knob */
/linux-4.4.14/drivers/mtd/ubi/
H A Dubi.h380 * @dfs_chk_gen: debugfs knob to enable UBI general extra checks
381 * @dfs_chk_io: debugfs knob to enable UBI I/O extra checks
382 * @dfs_chk_fastmap: debugfs knob to enable UBI fastmap extra checks
383 * @dfs_disable_bgt: debugfs knob to disable the background task
384 * @dfs_emulate_bitflips: debugfs knob to emulate bit-flips
385 * @dfs_emulate_io_failures: debugfs knob to emulate write/erase failures
386 * @dfs_emulate_power_cut: debugfs knob to emulate power cuts
387 * @dfs_power_cut_min: debugfs knob for minimum writes before power cut
388 * @dfs_power_cut_max: debugfs knob for maximum writes until power cut
/linux-4.4.14/drivers/cpufreq/
H A DKconfig.x8650 bool "Legacy cpb sysfs knob support for AMD CPUs"
53 The powernow-k8 driver used to provide a sysfs knob called "cpb"
/linux-4.4.14/drivers/input/misc/
H A Dpowermate.c6 * This device is a anodised aluminium knob which connects over USB. It can measure
12 * Testing with the knob I have has shown that it measures approximately 94 "clicks"
/linux-4.4.14/drivers/media/rc/
H A Dimon.c215 /* imon receiver front panel/knob key table */
310 /* imon receiver front panel/knob key table for DH102*/
1697 /* KEY_MUTE repeats from knob need to be suppressed */ imon_incoming_packet()
1845 /* iMON Knob, no display, iMON IR + vol knob */ imon_get_ffdc_type()
1856 /* iMON VFD, no IR (does have vol knob tho) */ imon_get_ffdc_type()
1858 dev_info(ictx->dev, "0xffdc iMON VFD + knob, no IR"); imon_get_ffdc_type()
2036 /* panel and/or knob code support */ imon_init_idev()
2239 /* save drive info for later accessing the panel/knob key table */ imon_init_intf0()
/linux-4.4.14/drivers/devfreq/exynos/
H A Dexynos4_bus.c100 * MIF is the main control knob clock for Exynos4x12 MIF/INT
113 * INT is not the control knob of 4x12. LV_x is not meant to represent
/linux-4.4.14/drivers/acpi/
H A Dtables.c412 * but some report two. Provide a knob to use either.
/linux-4.4.14/mm/
H A Dksm.c487 * When merge_across_nodes knob is set to 1, there are only two rb-trees for
2211 unsigned long knob; merge_across_nodes_store() local
2213 err = kstrtoul(buf, 10, &knob); merge_across_nodes_store()
2216 if (knob > 1) merge_across_nodes_store()
2221 if (ksm_merge_across_nodes != knob) { merge_across_nodes_store()
2246 ksm_merge_across_nodes = knob; merge_across_nodes_store()
2247 ksm_nr_node_ids = knob ? 1 : nr_node_ids; merge_across_nodes_store()
H A Dvmscan.c2005 * swappiness, but memcg users want to use this knob to get_scan_count()
/linux-4.4.14/include/linux/wimax/
H A Ddebug.h271 * main knob.
/linux-4.4.14/sound/pci/hda/
H A Dhda_proc.c819 /* volume knob is a special widget that always have connection print_codec_info()
H A Dpatch_sigmatel.c187 unsigned int volknob_init:1; /* special volume-knob initialization */
3980 /* volume-knob fixes */
H A Dpatch_realtek.c271 /* update the master volume per volume-knob's unsol event */ alc_update_knob_master()
1081 /* enable the volume-knob widget support on NID 0x21 */ alc880_fixup_vol_knob()
/linux-4.4.14/drivers/net/
H A Dnetconsole.c92 * @enabled: On / off knob to enable / disable target.
/linux-4.4.14/drivers/scsi/aic7xxx/
H A Daic7xxx.h245 * At some point, we should add a configuration knob to
/linux-4.4.14/fs/gfs2/
H A Dquota.c24 * 60 seconds.) Another knob, "quota_scale" controls how quickly the frequency
/linux-4.4.14/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.c615 * ethtool knob to do coalescing on a per-queue basis bcmgenet_set_coalesce()
/linux-4.4.14/drivers/gpu/drm/i915/
H A Dintel_display.c3019 * to be already pre-multiplied. We need to add a knob (or a different skl_plane_ctl_format()

Completed in 1144 milliseconds