Lines Matching +full:tie +full:- +full:off
1 /* SPDX-License-Identifier: GPL-2.0 */
28 #define _DPRINTK_CLASS_DFLT ((1 << CLS_BITS) - 1)
69 * DD_CLASS_TYPE_LEVEL_NUM: input is numeric level, 0-N.
70 * N turns on just bits N-1 .. 0, so N=0 turns all bits off.
74 * DD_CLASS_TYPE_DISJOINT_NAMES: input is a CSV of [+-]CLASS_NAMES,
79 * DD_CLASS_TYPE_LEVEL_NAMES: input is a CSV of [+-]CLASS_NAMES,
96 * DECLARE_DYNDBG_CLASSMAP - declare classnames known by a module
99 * @_base: offset of 1st class-name. splits .class_id space
100 * @classes: class-names used to control class'd prdbgs
116 /* encapsulate linker provided built-in (or module) dyndbg data */
214 * the func inside a debug-branch/static-key construct. Upper layer
216 * name/label multiple times, and tie the elements together.
340 return -EINVAL; in ddebug_dyndbg_module_param_cb()