| /kernel/linux/linux-6.6/kernel/locking/ |
| 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 …]
|
| /kernel/linux/linux-5.10/kernel/locking/ |
| 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 …]
|
| /kernel/linux/linux-6.6/drivers/staging/greybus/ |
| D | Kconfig | 1 # 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 …]
|
| /kernel/linux/linux-5.10/drivers/staging/greybus/ |
| D | Kconfig | 1 # 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 …]
|
| /kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/ |
| 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 …]
|
| 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 …]
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
| 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 …]
|
| 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 …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
| 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 …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
| D | intel_engine_cs.c | 47 * on HSW) - so the final size, including the extra state required for the 63 u8 class; member 75 .class = RENDER_CLASS, 83 .class = COPY_ENGINE_CLASS, 91 .class = VIDEO_DECODE_CLASS, 101 .class = VIDEO_DECODE_CLASS, 110 .class = VIDEO_DECODE_CLASS, 118 .class = VIDEO_DECODE_CLASS, 126 .class = VIDEO_ENHANCEMENT_CLASS, 135 .class = VIDEO_ENHANCEMENT_CLASS, [all …]
|
| /kernel/linux/linux-6.6/drivers/leds/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 18 tristate "LED Class Support" 20 This option enables the LED sysfs class in /sys/class/leds. You'll 24 tristate "LED Flash Class Support" 27 This option enables the flash LED sysfs class in /sys/class/leds. 28 It wraps LED Class and adds flash LEDs specific sysfs attributes 34 tristate "LED Multicolor Class Support" 37 This option enables the multicolor LED sysfs class in /sys/class/leds. 38 It wraps LED class and adds multicolor LED specific sysfs attributes 40 for multicolor LEDs that are grouped together. This class is not [all …]
|
| /kernel/linux/linux-6.6/drivers/usb/class/ |
| 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 …]
|
| /kernel/linux/linux-5.10/drivers/usb/class/ |
| 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 …]
|
| /kernel/linux/linux-5.10/drivers/leds/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 18 tristate "LED Class Support" 20 This option enables the LED sysfs class in /sys/class/leds. You'll 24 tristate "LED Flash Class Support" 27 This option enables the flash LED sysfs class in /sys/class/leds. 28 It wraps LED Class and adds flash LEDs specific sysfs attributes 34 tristate "LED Multicolor Class Support" 37 This option enables the multicolor LED sysfs class in /sys/class/leds. 38 It wraps LED class and adds multicolor LED specific sysfs attributes 40 for multicolor LEDs that are grouped together. This class is not [all …]
|
| /kernel/linux/linux-6.6/sound/soc/codecs/ |
| 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 360 default m if SND_SOC_CS47L24=m 361 default m if SND_SOC_WM5102=m 362 default m if SND_SOC_WM5110=m 363 default m if SND_SOC_WM8997=m 364 default m if SND_SOC_WM8998=m 369 default m if SND_SOC_WM8993=m || SND_SOC_WM8994=m 385 default m if SND_SOC_MADERA=m [all …]
|
| /kernel/linux/linux-5.10/tools/perf/scripts/python/ |
| 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 …]
|
| /kernel/linux/linux-6.6/tools/perf/scripts/python/ |
| 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 …]
|
| /kernel/linux/linux-6.6/scripts/kconfig/ |
| 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 { 41 class ConfigList : public QTreeWidget { 43 typedef class QTreeWidget Parent; 51 selectedItems().at(i)->setSelected(false); in setSelected() 53 item->setSelected(enable); in setSelected() [all …]
|
| /kernel/linux/linux-5.10/scripts/kconfig/ |
| 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 { 41 class ConfigList : public QTreeWidget { 43 typedef class QTreeWidget Parent; 51 selectedItems().at(i)->setSelected(false); in setSelected() 53 item->setSelected(enable); in setSelected() [all …]
|
| /kernel/linux/linux-6.6/drivers/usb/gadget/legacy/ |
| 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 …]
|
| /kernel/linux/linux-5.10/drivers/usb/gadget/legacy/ |
| 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 …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/tegra/ |
| 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 …]
|
| /kernel/linux/linux-6.6/drivers/cxl/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 23 The CXL specification defines a "CXL memory device" sub-class in the 24 PCI "memory controller" base class of devices. Device's identified by 25 this class code provide support for volatile and / or persistent 26 memory to be mapped into the system address map (Host-managed Device 29 Say 'y/m' to enable a driver that will attach to CXL memory expander 30 devices enumerated by the memory device class code for configuration 34 If unsure say 'm'. 64 (https://www.computeexpresslink.org/spec-landing). The CXL core 69 If unsure say 'm'. [all …]
|
| /kernel/linux/linux-6.6/drivers/accel/ |
| D | drm_accel.c | 1 // SPDX-License-Identifier: GPL-2.0 23 static struct class *accel_class; 40 accel_class->devnode = accel_devnode; in accel_sysfs_init() 53 static int accel_name_info(struct seq_file *m, void *data) in accel_name_info() argument 55 struct drm_info_node *node = (struct drm_info_node *) m->private; in accel_name_info() 56 struct drm_minor *minor = node->minor; in accel_name_info() 57 struct drm_device *dev = minor->dev; in accel_name_info() 60 mutex_lock(&dev->master_mutex); in accel_name_info() 61 master = dev->master; in accel_name_info() 62 seq_printf(m, "%s", dev->driver->name); in accel_name_info() [all …]
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-class-cxl | 3 For example, the real path of the attribute /sys/class/cxl/afu0.0s/irqs_max is 4 /sys/class/cxl/afu0.0s/device/irqs_max, i.e. /sys/class/cxl/afu0.0/irqs_max. 7 Slave contexts (eg. /sys/class/cxl/afu0.0s): 9 What: /sys/class/cxl/<afu>/afu_err_buf 11 Contact: linuxppc-dev@lists.ozlabs.org 20 What: /sys/class/cxl/<afu>/irqs_max 22 Contact: linuxppc-dev@lists.ozlabs.org 29 Users: https://github.com/ibm-capi/libcxl 31 What: /sys/class/cxl/<afu>/irqs_min 33 Contact: linuxppc-dev@lists.ozlabs.org [all …]
|