| /linux/kernel/locking/ |
| H A D | lockdep_proc.c | 1 // 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/Documentation/userspace-api/media/v4l/ |
| H A D | mt2110t.svg | 1 <?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 D | nv12mt_example.svg | 1 <?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 D | nv12mt.svg | 1 <?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 D | ext-ctrls-colorimetry.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 4 .. _colorimetry-controls: 10 The Colorimetry class includes controls for High Dynamic Range 16 ----------------------- 18 .. _colorimetry-control-id: 20 ``V4L2_CID_COLORIMETRY_CLASS (class)`` 21 The Colorimetry class descriptor. Calling 23 return a description of this control class. 33 .. flat-table:: struct v4l2_ctrl_hdr10_cll_info 34 :header-rows: 0 [all …]
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | intel_engine_cs.c | 1 // SPDX-License-Identifier: MIT 40 * on HSW) - so the final size, including the extra state required for the 54 u8 class; member 65 .class = RENDER_CLASS, 72 .class = COPY_ENGINE_CLASS, 79 .class = COPY_ENGINE_CLASS, 86 .class = COPY_ENGINE_CLASS, 93 .class = COPY_ENGINE_CLASS, 100 .class = COPY_ENGINE_CLASS, 107 .class = COPY_ENGINE_CLASS, [all …]
|
| /linux/sound/soc/codecs/ |
| H A D | Kconfig | 1 # 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 389 default m if SND_SOC_CS47L24=m 390 default m i [all...] |
| /linux/drivers/resctrl/ |
| H A D | mpam_devices.c | 1 // SPDX-License-Identifier: GPL-2.0 44 * mpam_enabled key is enabled these lists are read-only, 96 * their RIS index. These share a base-address, interrupts and some MMIO 102 * are from different MSC, so have different base-address, interrupts etc. 106 * The features of a Class and Component are the common subset of the vMSC 112 * different things, and will not share a vMSC/component/class. 114 * e.g. The L2 may have one MSC and two RIS, one for cache-controls another 122 * of CPUs. All the L2 components are grouped as a class. 125 * then linked via struct mpam_ris to a vmsc, component and class. 126 * The same MSC may exist under different class->component->vmsc paths, but the [all …]
|
| /linux/tools/perf/scripts/python/ |
| H A D | compaction-times.py | 14 … "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 D | Kconfig | 1 # 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 D | qconf.h | 1 /* 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 D | Kconfig | 1 # 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 D | firewall.c | 1 // 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 D | security.txt | 6 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 D | ovs-dpctl.py | 2 # SPDX-License-Identifier: GPL-2.0 75 if str2.find(char) != -1: 84 if str2.find(char) == -1: 96 if firstnum[-1] == "/": 97 firstnum = firstnum[:-1] 100 m = None 105 m = int(secondnum, 0) 107 return statestr[totalparse + 1 :], k, m 127 while len(flag_str) > 0 and (flag_str[0] == "+" or flag_str[0] == "-"): 130 elif flag_str[0] == "-": [all …]
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-platform-dell-laptop | 1 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/tools/lib/python/kdoc/ |
| H A D | enrich_formatter.py | 2 # SPDX-License-Identifier: GPL-2.0 6 Ancillary argparse HelpFormatter class that works on a similar way as 13 - Positional arguments are shown in upper cases; 14 - if output is TTY, ``var`` and positional arguments are shown prepended 23 class EnrichFormatter(argparse.HelpFormatter): 30 Initialize class and check if is TTY. 42 lambda m: f'\033[1m{ [all...] |
| /linux/Documentation/arch/s390/ |
| H A D | monreader.rst | 5 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 D | sch_htb.c | 1 // 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 */ 399 int m = 0; htb_remove_class_from_row() local 429 long m, mask = cl->prio_activity; htb_activate_prios() local 469 long m, mask = cl->prio_activity; htb_deactivate_prios() local 967 int m; htb_dequeue() local [all...] |
| /linux/tools/power/pm-graph/ |
| H A D | sleepgraph.py | 2 # 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/tools/testing/selftests/tc-testing/tc-tests/qdiscs/ |
| H A D | red.json | 14 …"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/kernel/trace/ |
| H A D | trace_events.c | 1 // 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/drivers/cxl/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 27 The CXL specification defines a "CXL memory device" sub-class in the 28 PCI "memory controller" base class of devices. Device's identified by 29 this class code provide support for volatile and / or persistent 30 memory to be mapped into the system address map (Host-managed Device 33 Say 'y/m' to enable a driver that will attach to CXL memory expander 34 devices enumerated by the memory device class code for configuration 38 If unsure say 'm'. 72 (https://www.computeexpresslink.org/spec-landing). The CXL core 77 If unsure say 'm'. [all …]
|
| /linux/drivers/platform/x86/siemens/ |
| H A D | Kconfig | 1 # 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/tools/net/ynl/pyynl/lib/ |
| H A D | ynl.py | 1 # SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 3 # pylint: disable=missing-class-docstring, missing-function-docstrin [all...] |