/Linux-v5.10/arch/s390/include/asm/ |
D | scsw.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 17 * struct cmd_scsw - command-mode subchannel status word 24 * @isic: initial-status interruption control 25 * @alcc: address-limit checking control 26 * @ssi: suppress-suspended interruption 63 * struct tm_scsw - transport-mode subchannel status word 68 * @x: IRB-format control 69 * @q: interrogate-complete 79 * @schxs: subchannel-extended status 105 * struct eadm_scsw - subchannel status word for eadm subchannels [all …]
|
/Linux-v5.10/Documentation/ABI/testing/ |
D | sysfs-class-power | 5 Contact: linux-pm@vger.kernel.org 10 Valid values: Represented as string 14 Contact: linux-pm@vger.kernel.org 19 Valid values: Represented as string 23 Contact: linux-pm@vger.kernel.org 28 Valid values: Represented as string 32 Contact: linux-pm@vger.kernel.org 37 Valid values: "Battery", "UPS", "Mains", "USB", "Wireless" 43 Contact: linux-pm@vger.kernel.org 60 Valid values: Represented in microamps. Negative values are [all …]
|
/Linux-v5.10/drivers/misc/habanalabs/include/gaudi/ |
D | gaudi_async_ids_map_extended.h | 1 /* SPDX-License-Identifier: GPL-2.0 3 * Copyright 2018-2020 HabanaLabs, Ltd. 9 ** This is an auto-generated file ** 19 int valid; member 24 { .fc_id = 0, .cpu_id = 0, .valid = 0, .name = "" }, 25 { .fc_id = 1, .cpu_id = 1, .valid = 0, .name = "" }, 26 { .fc_id = 2, .cpu_id = 2, .valid = 0, .name = "" }, 27 { .fc_id = 3, .cpu_id = 3, .valid = 0, .name = "" }, 28 { .fc_id = 4, .cpu_id = 4, .valid = 0, .name = "" }, 29 { .fc_id = 5, .cpu_id = 5, .valid = 0, .name = "" }, [all …]
|
/Linux-v5.10/drivers/firmware/ |
D | ti_sci.h | 1 /* SPDX-License-Identifier: BSD-3-Clause */ 9 * Copyright (C) 2015-2016 Texas Instruments Incorporated - https://www.ti.com/ 54 /* PSI-L requests */ 83 * struct ti_sci_msg_hdr - Generic Message Header for All messages and responses 104 * struct ti_sci_msg_resp_version - Response for a message 126 * struct ti_sci_msg_req_reboot - Reboot the SoC 137 * struct ti_sci_msg_req_set_device_state - Set the desired state of the device 144 * + MSG_FLAG_DEVICE_WAKE_ENABLED - Configure the device to be a wake source. 148 * + MSG_FLAG_DEVICE_RESET_ISO - Enable reset isolation for this device. 149 * + MSG_FLAG_DEVICE_EXCLUSIVE - Claim this device exclusively. When passed [all …]
|
/Linux-v5.10/drivers/acpi/ |
D | thermal.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * acpi_thermal.c - ACPI Thermal Zone Driver ($Revision: 41 $) 120 u8 valid:1; member 179 /* -------------------------------------------------------------------------- 181 -------------------------------------------------------------------------- */ 189 return -EINVAL; in acpi_thermal_get_temperature() 191 tz->last_temperature = tz->temperature; in acpi_thermal_get_temperature() 193 status = acpi_evaluate_integer(tz->device->handle, "_TMP", NULL, &tmp); in acpi_thermal_get_temperature() 195 return -ENODEV; in acpi_thermal_get_temperature() 197 tz->temperature = tmp; in acpi_thermal_get_temperature() [all …]
|
/Linux-v5.10/tools/testing/selftests/bpf/progs/ |
D | test_core_reloc_kernel.c | 1 // SPDX-License-Identifier: GPL-2.0 20 int valid[10]; member 21 /* we have test_progs[-flavor], so cut flavor part */ 47 if (CORE_READ(&pid, &task->pid) || in test_core_kernel() 48 CORE_READ(&tgid, &task->tgid)) in test_core_kernel() 52 out->valid[0] = (((uint64_t)pid << 32) | tgid) == pid_tgid; in test_core_kernel() 55 out->valid[1] = BPF_CORE_READ(task, in test_core_kernel() 57 out->valid[2] = BPF_CORE_READ(task, in test_core_kernel() 60 out->valid[3] = BPF_CORE_READ(task, in test_core_kernel() 63 out->valid[4] = BPF_CORE_READ(task, in test_core_kernel() [all …]
|
/Linux-v5.10/drivers/staging/comedi/drivers/ |
D | ni_routes.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 7 * COMEDI - Linux Control and Measurement Device Interface 34 * struct ni_route_set - Set of destinations with a common source. 46 * struct ni_device_routes - List of all src->dest sets for a particular device. 47 * @device: Name of board/device (e.g. pxi-6733). 48 * @n_route_sets: Number of route sets that are valid for this device. 49 * @routes: List of route sets that are valid for this device. 58 * struct ni_route_tables - Register values and valid routes for a device. 59 * @valid_routes: Pointer to a all valid route sets for a single device. 63 * Link to the valid src->dest routes and the register values used to assign [all …]
|
D | ni_routes.c | 1 // SPDX-License-Identifier: GPL-2.0+ 7 * COMEDI - Linux Control and Measurement Device Interface 34 * #define B(x) ((x) - NI_NAMES_BASE) 61 if (memcmp(ni_all_route_values[i]->family, device_family, in ni_find_route_values() 63 rv = &ni_all_route_values[i]->register_values[0][0]; in ni_find_route_values() 71 * Find the valid routes for a board. 80 if (memcmp(ni_device_routes_list[i]->device, board_name, in ni_find_valid_routes() 94 * Return: -ENODATA if either was not found; 0 if both were found. 107 /* Second, find the set of routes valid for this device. */ in ni_find_device_routes() 112 tables->route_values = rv; in ni_find_device_routes() [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/pinctrl/ |
D | pinctrl-mt7622.txt | 4 - compatible: Should be one of the following 5 "mediatek,mt7622-pinctrl" for MT7622 SoC 6 "mediatek,mt7629-pinctrl" for MT7629 SoC 7 - reg: offset and length of the pinctrl space 9 - gpio-controller: Marks the device node as a GPIO controller. 10 - #gpio-cells: Should be two. The first cell is the pin number and the 14 - interrupt-controller : Marks the device node as an interrupt controller 16 If the property interrupt-controller is defined, following property is required 17 - reg-names: A string describing the "reg" entries. Must contain "eint". 18 - interrupts : The interrupt output from the controller. [all …]
|
D | nvidia,tegra20-pinmux.txt | 4 - compatible: "nvidia,tegra20-pinmux" 5 - reg: Should contain the register physical address and length for each of 6 the tri-state, mux, pull-up/down, and pad control register sets. 8 Please refer to pinctrl-bindings.txt in this directory for details of the 16 parameters, such as pull-up, tristate, drive strength, etc. 30 Required subnode-properties: 31 - nvidia,pins : An array of strings. Each string contains the name of a pin or 32 group. Valid values for these names are listed below. 34 Optional subnode-properties: 35 - nvidia,function: A string containing the name of the function to mux to the [all …]
|
/Linux-v5.10/drivers/hid/ |
D | hid-uclogic-params.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 3 * HID driver for UC-Logic devices not fully compliant with HID standard 4 * - tablet initialization and parameter retrieval 22 /* Types of pen in-range reporting */ 24 /* Normal reports: zero - out of proximity, one - in proximity */ 26 /* Inverted reports: zero - in proximity, one - out of proximity */ 32 /* Convert a pen in-range reporting type to a string */ 52 * Only valid, if "desc_ptr" is not NULL. 57 /* Type of in-range reporting, only valid if "id" is not zero */ 61 * high-order X and then Y bytes following the pressure field. [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/interrupt-controller/ |
D | arm,vic.txt | 5 nested or have the outputs wire-OR'd together. 9 - compatible : should be one of 10 "arm,pl190-vic" 11 "arm,pl192-vic" 12 - interrupt-controller : Identifies the node as an interrupt controller 13 - #interrupt-cells : The number of cells to define the interrupts. Must be 1 as 16 - reg : The register bank for the VIC. 20 - interrupts : Interrupt source for parent controllers if the VIC is nested. 21 - valid-mask : A one cell big bit mask of valid interrupt sources. Each bit 24 clear means otherwise. If unspecified, defaults to all valid. [all …]
|
/Linux-v5.10/drivers/ide/ |
D | ide-io-std.c | 1 // SPDX-License-Identifier: GPL-2.0-only 11 #include <asm-generic/ide_iops.h> 44 if (hwif->host_flags & IDE_HFLAG_MMIO) in ide_exec_command() 45 writeb(cmd, (void __iomem *)hwif->io_ports.command_addr); in ide_exec_command() 47 outb(cmd, hwif->io_ports.command_addr); in ide_exec_command() 53 if (hwif->host_flags & IDE_HFLAG_MMIO) in ide_read_status() 54 return readb((void __iomem *)hwif->io_ports.status_addr); in ide_read_status() 56 return inb(hwif->io_ports.status_addr); in ide_read_status() 62 if (hwif->host_flags & IDE_HFLAG_MMIO) in ide_read_altstatus() 63 return readb((void __iomem *)hwif->io_ports.ctl_addr); in ide_read_altstatus() [all …]
|
/Linux-v5.10/fs/nfs/ |
D | inode.c | 1 // SPDX-License-Identifier: GPL-2.0-only 12 * Change to nfs_read_super() to permit NFS mounts to multi-homed hosts. 62 /* Default is to see 64-bit inode numbers */ 72 return nfs_fileid_to_ino_t(fattr->fileid); in nfs_fattr_to_ino_t() 79 return -ERESTARTSYS; in nfs_wait_killable() 90 * nfs_compat_user_ino64 - returns the user-visible inode number 91 * @fileid: 64-bit fileid 93 * This function returns a 32-bit inode number if the boot parameter 108 ino ^= fileid >> (sizeof(fileid)-sizeof(ino)) * 8; in nfs_compat_user_ino64() 124 WARN_ON_ONCE(!list_empty(&NFS_I(inode)->open_files)); in nfs_clear_inode() [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/mfd/ |
D | max77693.txt | 1 Maxim MAX77693 multi-function device 4 - PMIC, 5 - CHARGER, 6 - LED, 7 - MUIC, 8 - HAPTIC 14 - compatible : Must be "maxim,max77693". 15 - reg : Specifies the i2c slave address of PMIC block. 16 - interrupts : This i2c device has an IRQ line connected to the main SoC. 19 - regulators : The regulators of max77693 have to be instantiated under subnode [all …]
|
/Linux-v5.10/tools/perf/pmu-events/arch/x86/amdzen2/ |
D | other.json | 5 "BriefDescription": "Cycles where the Micro-Op Queue is empty." 28 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 34 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 40 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 46 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 52 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 58 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 64 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 70 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 76 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… [all …]
|
/Linux-v5.10/drivers/media/platform/exynos4-is/ |
D | fimc-is-param.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * Samsung EXYNOS4x12 FIMC-IS (Imaging Subsystem) driver 5 * Copyright (C) 2011 - 2013 Samsung Electronics Co., Ltd. 119 /* OTF (On-The-Fly) input interface commands */ 153 /* (only valid at DMA_INPUT_PLANE_2) */ 155 /* (only valid at DMA_INPUT_PLANE_2) */ 157 /* (only valid at DMA_INPUT_PLANE_1 & DMA_INPUT_FORMAT_YUV444) */ 159 /* (only valid at DMA_INPUT_FORMAT_YUV422 & DMA_INPUT_PLANE_1) */ 161 /* (only valid at DMA_INPUT_FORMAT_YUV422 & DMA_INPUT_PLANE_1) */ 163 /* (only valid at DMA_INPUT_FORMAT_YUV422 & DMA_INPUT_PLANE_1) */ [all …]
|
/Linux-v5.10/tools/testing/selftests/tc-testing/tc-tests/actions/ |
D | ife.json | 4 "name": "Create valid ife encode action with mark and pass control", 20 …"matchPattern": "action order [0-9]*: ife encode action pass.*type 0[xX]ED3E.*allow mark.*index 2", 28 "name": "Create valid ife encode action with mark and pipe control", 44 … "matchPattern": "action order [0-9]*: ife encode action pipe.*type 0[xX]ED3E.*use mark.*index 2", 52 "name": "Create valid ife encode action with mark and continue control", 68 …"matchPattern": "action order [0-9]*: ife encode action continue.*type 0[xX]ED3E.*allow mark.*inde… 76 "name": "Create valid ife encode action with mark and drop control", 92 …"matchPattern": "action order [0-9]*: ife encode action drop.*type 0[xX]ED3E.*use mark 789.*index … 100 "name": "Create valid ife encode action with mark and reclassify control", 116 …"matchPattern": "action order [0-9]*: ife encode action reclassify.*type 0[xX]ED3E.*use mark 65676… [all …]
|
D | connmark.json | 4 "name": "Add valid connmark action with defaults", 20 "matchPattern": "action order [0-9]+: connmark zone 0 pipe", 28 "name": "Add valid connmark action with control pass", 44 "matchPattern": "action order [0-9]+: connmark zone 0 pass.*index 1 ref", 52 "name": "Add valid connmark action with control drop", 68 "matchPattern": "action order [0-9]+: connmark zone 0 drop.*index 100 ref", 76 "name": "Add valid connmark action with control pipe", 92 "matchPattern": "action order [0-9]+: connmark zone 0 pipe.*index 455 ref", 100 "name": "Add valid connmark action with control reclassify", 116 "matchPattern": "action order [0-9]+: connmark zone 0 reclassify.*index 7 ref", [all …]
|
/Linux-v5.10/drivers/irqchip/ |
D | irq-versatile-fpga.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Support for Versatile FPGA-based IRQ controllers 10 #include <linux/irqchip/versatile-fpga.h> 35 * struct fpga_irq_data - irq data container for the FPGA IRQ controller 39 * @valid: mask for valid IRQs on this controller 45 u32 valid; member 57 u32 mask = 1 << d->hwirq; in fpga_irq_mask() 59 writel(mask, f->base + IRQ_ENABLE_CLEAR); in fpga_irq_mask() 65 u32 mask = 1 << d->hwirq; in fpga_irq_unmask() 67 writel(mask, f->base + IRQ_ENABLE_SET); in fpga_irq_unmask() [all …]
|
/Linux-v5.10/Documentation/hwmon/ |
D | lochnagar.rst | 10 ----------- 12 Lochnagar 2 features built-in Current Monitor circuitry that allows for the 22 ---------------- 31 power1_average_interval Power averaging time input valid from 1 to 1708mS 38 power2_average_interval Power averaging time input valid from 1 to 1708mS 45 power3_average_interval Power averaging time input valid from 1 to 1708mS 52 power4_average_interval Power averaging time input valid from 1 to 1708mS 59 power5_average_interval Power averaging time input valid from 1 to 1708mS 64 power6_average_interval Power averaging time input valid from 1 to 1708mS 71 power7_average_interval Power averaging time input valid from 1 to 1708mS [all …]
|
/Linux-v5.10/tools/testing/selftests/sync/ |
D | sync_alloc.c | 3 * Copyright 2015-2016 Collabora Ltd. 34 int timeline, valid; in test_alloc_timeline() local 37 valid = sw_sync_timeline_is_valid(timeline); in test_alloc_timeline() 38 ASSERT(valid, "Failure allocating timeline\n"); in test_alloc_timeline() 46 int timeline, fence, valid; in test_alloc_fence() local 49 valid = sw_sync_timeline_is_valid(timeline); in test_alloc_fence() 50 ASSERT(valid, "Failure allocating timeline\n"); in test_alloc_fence() 53 valid = sw_sync_fence_is_valid(fence); in test_alloc_fence() 54 ASSERT(valid, "Failure allocating fence\n"); in test_alloc_fence() 68 fence = sw_sync_fence_create(-1, "fence", 1); in test_alloc_fence_negative()
|
/Linux-v5.10/drivers/net/ethernet/apm/xgene/ |
D | xgene_enet_cle.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 /* Applied Micro X-Gene SoC Ethernet Classifier structures 27 if (pdata->enet_id == XGENE_ENET1) { in xgene_cle_idt_to_hw() 41 buf[0] = SET_VAL(CLE_DROP, dbptr->drop); in xgene_cle_dbptr_to_hw() 42 buf[4] = SET_VAL(CLE_FPSEL, dbptr->fpsel) | in xgene_cle_dbptr_to_hw() 43 SET_VAL(CLE_NFPSEL, dbptr->nxtfpsel) | in xgene_cle_dbptr_to_hw() 44 SET_VAL(CLE_DSTQIDL, dbptr->dstqid); in xgene_cle_dbptr_to_hw() 46 buf[5] = SET_VAL(CLE_DSTQIDH, (u32)dbptr->dstqid >> CLE_DSTQIDL_LEN) | in xgene_cle_dbptr_to_hw() 47 SET_VAL(CLE_PRIORITY, dbptr->cle_priority); in xgene_cle_dbptr_to_hw() 55 buf[j++] = SET_VAL(CLE_TYPE, kn->node_type); in xgene_cle_kn_to_hw() [all …]
|
/Linux-v5.10/net/netlabel/ |
D | netlabel_addrlist.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 10 * Author: Paul Moore <paul@paul-moore.com> 14 * (c) Copyright Hewlett-Packard Development Company, L.P., 2008 27 * struct netlbl_af4list - NetLabel IPv4 address list 30 * @valid: valid flag 37 u32 valid; member 42 * struct netlbl_af6list - NetLabel IPv6 address list 45 * @valid: valid flag 52 u32 valid; member 63 while (i != h && !n->valid) { in __af4list_valid() [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/bus/ |
D | qcom,ebi2.txt | 4 external memory (such as NAND or other memory-mapped peripherals) whereas 9 data lines (16 bits), OE (output enable), ADV (address valid, used on some 18 Also CS1 and CS2 has -A and -B signals. Why they have that is unclear to me. 24 CS0 GPIO134 0x1a800000-0x1b000000 (8MB) 25 CS1 GPIO39 (A) / GPIO123 (B) 0x1b000000-0x1b800000 (8MB) 26 CS2 GPIO40 (A) / GPIO124 (B) 0x1b800000-0x1c000000 (8MB) 27 CS3 GPIO133 0x1d000000-0x25000000 (128 MB) 28 CS4 GPIO132 0x1c800000-0x1d000000 (8MB) 29 CS5 GPIO131 0x1c000000-0x1c800000 (8MB) 31 The APQ8060 Qualcomm Application Processor User Guide, 80-N7150-14 Rev. A, [all …]
|