Home
last modified time | relevance | path

Searched +full:m +full:- +full:class (Results 1 – 25 of 569) sorted by relevance

12345678910>>...23

/linux/kernel/locking/
H A Dlockdep_proc.c1 // SPDX-License-Identifier: GPL-2.0
34 #define iterate_lock_classes(idx, class) \ argument
35 for (idx = 0, class = lock_classes; idx <= max_lock_class_idx; \
36 idx++, class++)
38 static void *l_next(struct seq_file *m, void *v, loff_t *pos) in l_next() argument
40 struct lock_class *class = v; in l_next() local
42 ++class; in l_next()
43 *pos = class - lock_classes; in l_next()
44 return (*pos > max_lock_class_idx) ? NULL : class; in l_next()
47 static void *l_start(struct seq_file *m, loff_t *pos) in l_start() argument
[all …]
/linux/drivers/staging/greybus/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
5 tristate "Greybus Audio Class driver"
9 Greybus Audio Class specification.
11 To compile this code as a module, chose M here: the module
12 will be called gb-audio.ko
20 bridge from an APB-I2S port to a Unipro network.
22 To compile this code as a module, chose M here: the module
23 will be called gb-audio-codec.ko
27 tristate "Greybus Bootrom Class driver"
30 Greybus Bootrom Class specification.
[all …]
/linux/Documentation/userspace-api/media/v4l/
H A Dmt2110t.svg1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- SPDX-License-Identifier: GPL-2.0 OR GFDL-1.1-no-invariants-or-later -->
3 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4-rule="evenodd" stroke-width="28.222" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" x…
5 <defs class="ClipPathGroup">
14 <font id="EmbeddedFont_1" horiz-adv-x="2048">
15 …<font-face font-family="Liberation Sans embedded" units-per-em="2048" font-weight="normal" font-st…
16 <missing-glyph horiz-adv-x="2048" d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"/>
17-adv-x="1033" d="M 191,-425 C 142,-425 100,-421 67,-414 L 67,-279 C 92,-283 120,-285 151,-285 263,
18 …<glyph unicode="x" horiz-adv-x="1006" d="M 801,0 L 510,444 217,0 23,0 408,556 41,1082 240,1082 510…
[all …]
H A Dnv12mt_example.svg1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!-- SPDX-License-Identifier: GPL-2.0 OR GFDL-1.1-no-invariants-or-later -->
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
9 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
20 style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"><metadata
32 inkscape:window-width="1920"
33 inkscape:window-height="997"
36 fit-margin-top="0"
37 fit-margin-left="0"
38 fit-margin-right="0"
[all …]
H A Dnv12mt.svg1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!-- SPDX-License-Identifier: GPL-2.0 OR GFDL-1.1-no-invariants-or-later -->
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
9 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
20 style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"><metadata
32 inkscape:window-width="1920"
33 inkscape:window-height="997"
36 fit-margin-top="0"
37 fit-margin-left="0"
38 fit-margin-right="0"
[all …]
H A Dext-ctrls-colorimetry.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
3 .. _colorimetry-controls:
9 The Colorimetry class includes controls for High Dynamic Range
15 -----------------------
17 .. _colorimetry-control-id:
19 ``V4L2_CID_COLORIMETRY_CLASS (class)``
20 The Colorimetry class descriptor. Calling
22 return a description of this control class.
32 .. flat-table:: struct v4l2_ctrl_hdr10_cll_info
33 :header-rows: 0
[all …]
/linux/sound/soc/codecs/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
5 # setting - SPI can't be modular so that case doesn't need to be covered.
8 default m if I2C=m
387 default m if SND_SOC_CS47L24=m
388 default m i
[all...]
/linux/tools/perf/scripts/python/
H A Dcompaction-times.py14 … "usage: perf script report compaction-times.py -- [-h] [-u] [-p|-pv] [-t | [-m] [-fs] [-ms]] [pid…
16 class popt:
21 class topt:
28 class comm_filter:
33 m = self.re.search(comm)
34 return m == None or m.group() == ""
36 class pid_filter:
52 return "%dns" % ns if opt_ns else "%dus" % (round(ns, -3) / 1000)
54 class pair:
69 class cnode:
[all …]
/linux/drivers/usb/class/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
3 # USB Class driver configuration
5 comment "USB Device Class drivers"
12 Communication Device Class Abstract Control Model interface.
19 To compile this driver as a module, choose M here: the
20 module will be called cdc-acm.
28 To compile this driver as a module, choose M here: the
38 To compile this driver as a module, choose M here: the
39 module will be called cdc-wdm.
42 tristate "USB Test and Measurement Class support"
[all …]
/linux/scripts/kconfig/
H A Dqconf.h1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
20 class ConfigList;
21 class ConfigItem;
22 class ConfigMainWindow;
24 class ConfigSettings : public QSettings {
42 class ConfigList : public QTreeWidget {
44 typedef class QTreeWidget Parent;
52 selectedItems().at(i)->setSelected(false); in setSelected()
54 item->setSelected(enable); in setSelected()
[all …]
/linux/drivers/usb/gadget/legacy/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
7 # NOTE: Gadget support ** DOES NOT ** depend on host-side CONFIG_USB !!
9 # - Host systems (like PCs) need CONFIG_USB (with "A" jacks).
10 # - Peripherals (like PDAs) need CONFIG_USB_GADGET (with "B" jacks).
11 # - Some systems have both kinds of controllers.
13 # With help from a special transceiver and a "Mini-AB" jack, systems with
14 # both kinds of controller can also support "USB On-the-Go" (CONFIG_USB_OTG).
18 # systems call these "client" drivers, of which "class drivers"
19 # are a subset (implementing a USB device class specification).
23 # Gadget drivers are hardware-neutral, or "platform independent",
[all …]
/linux/drivers/gpu/drm/tegra/
H A Dfirewall.c1 // SPDX-License-Identifier: GPL-2.0-only
2 /* Copyright (c) 2010-2020 NVIDIA Corporation */
14 u32 class; member
19 if (fw->pos == fw->end) in fw_next()
20 return -EINVAL; in fw_next()
22 *word = fw->data[fw->pos++]; in fw_next()
31 for (i = 0; i < fw->submit->num_used_mappings; i++) { in fw_check_addr_valid()
32 struct tegra_drm_mapping *m = fw->submit->used_mappings[i].mapping; in fw_check_addr_valid() local
34 if (offset >= m->iova && offset <= m->iova_end) in fw_check_addr_valid()
51 if (!fw->client->ops->is_addr_reg) in fw_check_reg()
[all …]
/linux/tools/perf/Documentation/
H A Dsecurity.txt6 https://www.kernel.org/doc/html/latest/admin-guide/perf-security.html
15 1. Download selinux-policy SRPM package (e.g. selinux-policy-3.14.4-48.fc31.src.rpm on FC31)
18 # rpm -Uhv selinux-policy-3.14.4-48.fc31.src.rpm
22 # rpmbuild -bp selinux-policy.spec
24 3. Place patch below at rpmbuild/BUILD/selinux-policy-b86eaaf4dbcf2d51dd4432df7185c0eaf3cbcc02
27 # patch -p1 < selinux-policy-perf-events-perfmon.patch
30 # cat selinux-policy-perf-events-perfmon.patch
31 diff -Nura a/policy/flask/access_vectors b/policy/flask/access_vectors
32 --- a/policy/flask/access_vectors 2020-02-04 18:19:53.000000000 +0300
33 +++ b/policy/flask/access_vectors 2020-02-28 23:37:25.000000000 +0300
[all …]
/linux/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py2 # SPDX-License-Identifier: GPL-2.0
76 if str2.find(char) != -1:
85 if str2.find(char) == -1:
97 if firstnum[-1] == "/":
98 firstnum = firstnum[:-1]
101 m = None
106 m = int(secondnum, 0)
108 return statestr[totalparse + 1 :], k, m
[all...]
/linux/Documentation/ABI/testing/
H A Dsysfs-platform-dell-laptop1 What: /sys/class/leds/dell::kbd_backlight/als_enabled
12 What: /sys/class/leds/dell::kbd_backlight/als_setting
21 What: /sys/class/leds/dell::kbd_backlight/start_triggers
31 enabled are preceded by '+', those disabled by '-'.
35 by '-' instead.
39 echo +keyboard > /sys/class/leds/dell::kbd_backlight/start_triggers
43 echo -keyboard > /sys/class/leds/dell::kbd_backlight/start_triggers
47 What: /sys/class/leds/dell::kbd_backlight/stop_timeout
56 days, for which the symbols are 's', 'm', 'h' and 'd'
65 echo 10m > /sys/class/leds/dell::kbd_backlight/stop_timeout
/linux/Documentation/arch/s390/
H A Dmonreader.rst5 Date : 2004-Nov-26
30 location of the monitor DCSS with the Class E privileged CP command Q NSS MAP
33 See also "CP Command and Utility Reference" (SC24-6081-00) for more information
35 and Administration" (SC24-6116-00) for more information on DCSSes.
38 -----------
42 Example: DEF STOR CONFIG 0.140M 200M.200M
50 -----------
57 DEF STOR 140M
59 This defines 140MB storage size for your guest, the parameter "mem=160M" is
75 the same DCSS. The CP command Q MONITOR (Class E privileged) shows the name
[all …]
/linux/net/sched/
H A Dsch_htb.c1 // SPDX-License-Identifier: GPL-2.0-or-later
13 * helped a lot to locate nasty class stall bug
45 it allows to assign priority to each class in hierarchy.
49 Each class is assigned level. Leaf has ALWAYS level 0 and root
50 classes have level TC_HTB_MAXDEPTH-1. Interior nodes has level
69 /* used internaly to keep status of single class */
71 HTB_CANT_SEND, /* class can't send and can't borrow */
72 HTB_MAY_BORROW, /* class can't send but may borrow */
73 HTB_CAN_SEND /* class can send */
82 /* When class changes from state 1->2 and disconnects from
[all …]
/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
H A Dred.json14 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root red limit 1M avpkt 1500 min 100K max 300K…
35 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root red adaptive limit 1M avpkt 1500 min 100K…
56 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root red ecn limit 1M avpkt 1500 min 100K max …
77 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root red ecn adaptive limit 1M avpkt 1500 min …
98 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root red ecn harddrop limit 1M avpkt 1500 min …
119 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root red ecn nodrop limit 1M avpkt 1500 min 10…
140 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root red nodrop limit 1M avpkt 1500 min 100K m…
160 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root red ecn harddrop nodrop limit 1M avpkt 15…
171 "name": "Show RED class",
181 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root red limit 1M avpkt 1500 min 100K max 300K…
[all …]
/linux/tools/power/pm-graph/
H A Dsleepgraph.py2 # SPDX-License-Identifier: GPL-2.0-only
21 # https://www.intel.com/content/www/us/en/developer/topic-technology/open/pm-graph/overview.html
23 # git@github.com:intel/pm-graph
48 # GRUB_CMDLINE_LINUX_DEFAULT="... initcall_debug log_buf_len=16M ..."
51 # ----------------- LIBRARIES --------------------
74 print('[%09.3f] %s' % (time.time()-mystarttime, msg))
82 # ----------------- CLASSES --------------------
84 # Class: SystemValues
86 # A global, single-instance container used to
88 class SystemValues:
[all …]
/linux/drivers/cxl/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
26 The CXL specification defines a "CXL memory device" sub-class in the
27 PCI "memory controller" base class of devices. Device's identified by
28 this class code provide support for volatile and / or persistent
29 memory to be mapped into the system address map (Host-managed Device
32 Say 'y/m' to enable a driver that will attach to CXL memory expander
33 devices enumerated by the memory device class code for configuration
37 If unsure say 'm'.
70 (https://www.computeexpresslink.org/spec-landing). The CXL core
75 If unsure say 'm'.
[all …]
/linux/drivers/platform/x86/siemens/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
7 tristate "Siemens Simatic IPC Class driver"
9 This Simatic IPC class driver is the central of several drivers. It
14 To compile this driver as a module, choose M here: the module
15 will be called simatic-ipc.
26 To compile this driver as a module, choose M here: the module
27 will be called simatic-ipc-batt.
38 To compile this driver as a module, choose M here: the module
39 will be called simatic-ipc-batt-apollolake.
50 To compile this driver as a module, choose M here: the module
[all …]
/linux/kernel/trace/
H A Dtrace_events.c1 // SPDX-License-Identifier: GPL-2.0
7 * - Added format output of fields of the trace point.
58 return system->ref_count; in system_refcount()
63 return system->ref_count++; in system_refcount_inc()
68 return --system->ref_count; in system_refcount_dec()
74 list_for_each_entry(file, &tr->events, list)
79 list_for_each_entry_safe(file, ___n, &tr->events, list)
90 if (!strcmp(field->name, name)) in __find_event_field()
124 return -ENOMEM; in __trace_define_field()
126 field->name = name; in __trace_define_field()
[all …]
/linux/tools/net/ynl/pyynl/lib/
H A Dynl.py1 # SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
25 class Netlink:
98 'binary', 'string', 'nul-string',
99 'nested', 'nested-array',
102 class NlError(Exception):
105 self.error = -nl_ms
[all...]
/linux/drivers/platform/x86/intel/pmt/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
9 The Intel Platform Monitoring Technology (PMT) class driver provides
13 <file:Documentation/ABI/testing/sysfs-class-intel_pmt>
15 To compile this driver as a module, choose M here: the module
28 To compile this driver as a module, choose M here: the module
40 To compile this driver as a module, choose M here: the module
52 To compile this driver as a module, choose M here: the module
68 module, choose M here: the module will be called pmt-discovery-kunit.
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_debugfs.c1 // SPDX-License-Identifier: GPL-2.0
53 [CGX_STAT4] = "Filtered DMAC0 (NIX-bound) packets",
54 [CGX_STAT5] = "Filtered DMAC0 (NIX-bound) octets",
58 [CGX_STAT9] = "Filtered DMAC1 (NCSI-bound) packets",
59 [CGX_STAT10] = "Filtered DMAC1 (NCSI-bound) octets",
60 [CGX_STAT11] = "NCSI-bound packets dropped",
61 [CGX_STAT12] = "NCSI-bound octets dropped",
73 [CGX_STAT8] = "Packets sent with an octet count of 65-127",
74 [CGX_STAT9] = "Packets sent with an octet count of 128-255",
75 [CGX_STAT10] = "Packets sent with an octet count of 256-511",
[all …]

12345678910>>...23